Add support for CPUIFs to have parameters #80
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
// Generated by PeakRDL-regblock - A free and open-source SystemVerilog generator
|
||||
// https://github.com/SystemRDL/PeakRDL-regblock
|
||||
|
||||
module {{ds.module_name}} (
|
||||
module {{ds.module_name}}
|
||||
{%- if cpuif.parameters %} #(
|
||||
{{",\n ".join(cpuif.parameters)}}
|
||||
) {%- endif %} (
|
||||
input wire clk,
|
||||
input wire {{default_resetsignal_name}},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user