Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTry this; it doesn't give me any errors.
parameter bit [7:0] RVSeq [11:0] = '{8'h40, 8'h52, 8'h56, 8'h30, 8'h30, 8'h34, 8'h30, 8'h30, 8'h35, 8'h30, 8'h31, 8'h2A}; Note that it's SystemVerilog syntax. You can change "bit" to "reg" or whatever type you want. Quartus just complains if no type is given.