Add sim cpu

This commit is contained in:
Byron Lathi
2023-09-18 23:27:54 -07:00
parent b30e4c73fb
commit d37e32ec64
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
module sim_top();
//TODO: this
cpu_65c02 u_cpu();
//TODO: also this
super6502 u_dut();
//TODO: decide what to do here
memory u_mem();
endmodule