L
[LinuxFc4]GaLaKtIkUs
Guest
I would like to model a memory bloc in Icarus Verilog so:
reg [7:0] mymem [0:1023];
But when I invoke the compiler (iverilog) I get a: I give up message.
After reading the docs I have seen that Icarus Verilog does't support
arrays of wire/regs.
Is there another way to medel a memory?
reg [7:0] mymem [0:1023];
But when I invoke the compiler (iverilog) I get a: I give up message.
After reading the docs I have seen that Icarus Verilog does't support
arrays of wire/regs.
Is there another way to medel a memory?