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

16 lines
301 B
Verilog

/******************************************************************************
* 805 CONFIG
*
*
*/
`include "decstates.v"
`DEC_CONFIG: begin
execute_cycle <= 0;
decstate <= `DEC_START;
`ifdef SIM
$display("%05h CONFIG\t\t\t<= NOT IMPLEMENTED YET", inst_start_PC);
`endif
end