]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_di-ei.v
Move the core to core/
[fpgaboy.git] / core / insn_di-ei.v
diff --git a/core/insn_di-ei.v b/core/insn_di-ei.v
new file mode 100644 (file)
index 0000000..eff1de2
--- /dev/null
@@ -0,0 +1,11 @@
+`ifdef EXECUTE
+       `INSN_DI,`INSN_EI: begin
+               `EXEC_NEWCYCLE
+               `EXEC_INC_PC
+       end
+`endif
+
+`ifdef WRITEBACK
+       `INSN_DI: ie <= 0;
+       `INSN_EI: iedelay <= 1;
+`endif
This page took 0.022258 seconds and 4 git commands to generate.