Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16593 Discussions

Cannot the parameters list be empty in SystemVerilog?

Altera_Forum
Honored Contributor II
1,582 Views

Hi All, 

 

What's the problem with the following code?  

 

pmu# () i_pmu (// Outputs .clk0 (clk_mn), // Inputs .rstn_ext (rstn_ext), .clk_ext (clk_ext));  

 

Cannot the parameters list be empty? I'm receiving the "Error (10170): Verilog HDL syntax error at amp_top.v(272) near text: ")"; expecting ".", or an operand". Why? 

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
857 Views

Quartus doesn't tolerate empty parameter lists, no. 

 

Cheers, 

Alex
0 Kudos
Reply