]> Joshua Wise's Git repositories - fpgaboy.git/blame - insn_di-ei.v
Peripherals now have internal latches.
[fpgaboy.git] / insn_di-ei.v
CommitLineData
df770340
JW
1`ifdef EXECUTE
2 `INSN_DI,`INSN_EI: begin
5c33c5c0
JW
3 `EXEC_NEWCYCLE
4 `EXEC_INC_PC
df770340
JW
5 end
6`endif
7
8`ifdef WRITEBACK
9 `INSN_DI: ie <= 0;
10 `INSN_EI: iedelay <= 1;
11`endif
This page took 0.02775 seconds and 4 git commands to generate.