Altera_Forum
Honored Contributor
11 years agoArrays issue
I've been trying to code arrays lately (verilog newbie) and I'm having issues reading values inside them. Narrowed issue down to a small code sample: module arrays(LEDG);
output LEDG;
reg a...