]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - core/insn_nop.v
ARP responder
[fpgaboy.git] / core / insn_nop.v
... / ...
CommitLineData
1`define INSN_NOP 9'b000000000
2
3`ifdef EXECUTE
4 `INSN_NOP: begin
5 `EXEC_NEWCYCLE
6 `EXEC_INC_PC
7 end
8`endif
9
10`ifdef WRITEBACK
11 `INSN_NOP: begin end
12`endif
This page took 0.021551 seconds and 4 git commands to generate.