hp-saturn/opcodes/805_CONFIG.v

17 lines
296 B
Coq
Raw Normal View History

2019-02-07 22:54:06 +01:00
/******************************************************************************
* 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", saved_PC);
`endif
end