updated opcodes

This commit is contained in:
Raphaël LACROIX 2023-05-29 23:43:05 +02:00
parent 873502243b
commit 8f5be60008

View file

@ -279,6 +279,8 @@ Stage4 : Stage_Mem_Re PORT MAP (
-- NOT x"0C" -- NOT x"0C"
-- AND x"0D" -- AND x"0D"
-- OR x"0E" -- OR x"0E"
-- JMP x"0F"
-- JMF x"10"
-- NOP x"FF" -- NOP x"FF"
@ -334,4 +336,4 @@ end Behavioral;
-- in case of alea : replace li(31 downto 24) by NOP -- in case of alea : replace li(31 downto 24) by NOP
OP_LI_DI<= X"ff" when nop_Cntrl='1' else li(31 downto 24); OP_LI_DI<= X"ff" when nop_Cntrl='1' else li(31 downto 24);