]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_nop.v
Merge branch 'master' of lu@anyus.res.cmu.edu:/storage/fpga/FPGABoy
[fpgaboy.git] / core / insn_nop.v
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.024505 seconds and 4 git commands to generate.