jmoha2
New Contributor
6 years agoabout test bench code in quartus2 tool
sel <= "000";
wait for 100 ns;
sel <= "001";
wait for 100 ns;
this results the below mwntioned error. please let me know how to solve this error
Error (10533): VHDL Wait Statement error at Tb_alu_1.vhd(44): Wait Statement must contain condition clause with UNTIL keyword