Revision 368
Added by markw over 10 years ago
common/a8core/sio_device.vhdl | ||
---|---|---|
end process;
|
||
|
||
-- state machine
|
||
process(state_reg, command_next, command_reg, bus_free, pokey_data_out, target_reg, clear_request)
|
||
process(state_reg, command_next, command_reg, bus_free, pokey_data_out, target_reg, clear_request, sio_command)
|
||
begin
|
||
state_next <= state_reg;
|
||
state_wr_en <= '0';
|
Also available in: Unified diff
command missing from sensitivity list