"updt"
This commit is contained in:
10
src/peakrdl_busdecoder/package_tmpl.sv
Normal file
10
src/peakrdl_busdecoder/package_tmpl.sv
Normal file
@@ -0,0 +1,10 @@
|
||||
// Generated by PeakRDL-busdecoder - A free and open-source SystemVerilog generator
|
||||
// https://github.com/SystemRDL/PeakRDL-busdecoder
|
||||
|
||||
package {{ds.package_name}};
|
||||
|
||||
localparam {{ds.module_name.upper()}}_DATA_WIDTH = {{ds.cpuif_data_width}};
|
||||
localparam {{ds.module_name.upper()}}_MIN_ADDR_WIDTH = {{ds.addr_width}};
|
||||
localparam {{ds.module_name.upper()}}_SIZE = {{SVInt(ds.top_node.size)}};
|
||||
endpackage
|
||||
{# (eof newline anchor) #}
|
||||
Reference in New Issue
Block a user