Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Arrays 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...