Forum Discussion

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

Zero Packed Or Unpacked Array Dimensions Problems

Hi bros. I want to implement a circuit that run like this: - If reset = 0, the output data = 12'b0; - If not, the output data = a vector in the ROM. And this is my code (I apologize for its le...