Forum Discussion
Altera_Forum
Honored Contributor
8 years agoParameter type not supported?
Hello, When trying to use SystemVerilog parameter type to create a 'generic' fifo I get the following error Error (10170): Verilog HDL syntax error at generic_fifo.sv(5) near text: "ty...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Did you set the compiler to compile SystemVerilog or Verilog-2001 in the settings? --- Quote End --- It is set to SystemVerilog in fact I can use statements such as always_ff, and keywords like 'logic' which makes me think that parameter type T = int, and others is not supported