hp-saturn/opcodes/805_CONFIG.v
2019-02-08 21:11:47 +01:00

17 lines
299 B
Verilog

/******************************************************************************
* 805 CONFIG
*
*
*/
`include "decstates.v"
`include "bus_commands.v"
begin
next_cycle <= `BUSCMD_CONFIGURE;
decstate <= `DEC_START;
`ifdef SIM
$display("%05h CONFIG", inst_start_PC);
`endif
end