consolidate common action setup + migrate to ruff and pyrefly

This commit is contained in:
Arnav Sacheti
2025-10-13 19:31:39 -07:00
parent 35015d7051
commit ff237150f4
7 changed files with 142 additions and 662 deletions

View File

@@ -3,7 +3,7 @@
// Module: {{ds.module_name}}
// Description: CPU Interface Bus Decoder
// Author: PeakRDL-busdecoder
// License: GLPLv3
// License: LGPL-3.0
// Date: {{current_date}}
// Version: {{version}}
// Links:
@@ -78,7 +78,7 @@ module {{ds.module_name}}
always_comb begin
// Default all read select signals to 0
cpuif_rd_sel = '0;
if (cpuif_req && !cpuif_wr_en) begin
// A read request is pending