Forum Discussion
Altera_Forum
Honored Contributor
17 years agomax+plus II don't understand the IF clk'event inside another conditional block. Simply
reverse the posistion of the two statements:IF (clk'EVENT AND clk='1') THEN
IF (wr_ena='1') THENmax+plus II don't understand the IF clk'event inside another conditional block. Simply
reverse the posistion of the two statements:IF (clk'EVENT AND clk='1') THEN
IF (wr_ena='1') THEN