Forum Discussion
Altera_Forum
Honored Contributor
13 years agomultiplexed display system
Dear Friends, I am designing a multiplexed display system, I did the code without (as I think) errors but I got a syntax error messages as follows: library IEEE; use ieee.std_logic_1164.all...
Altera_Forum
Honored Contributor
13 years agoAhh, my fault - try:
rising_edge(clk) instead of rising_edge (clk) Sorry about that. I was trying to preserve your code format and didn't notice.