Project

General

Profile

« Previous | Next » 

Revision 20

Added by markw over 11 years ago

to_01 silenced sim, but caused build issues. If its invalid use 0.

View differences:

common/a8core/cpu_65xx_a.vhd
nextOpcode <= myNextOpcode;
end process;
nextOpcInfo <= opcodeInfoTable(to_integer(to_01(nextOpcode)));
nextOpcInfo <= opcodeInfoTable(to_integer(to_01(nextOpcode, '0')));
process(clk)
begin
if rising_edge(clk) then

Also available in: Unified diff