Files
super6502/hw/efinix_fpga/simulation/sim_top.sv
Byron Lathi d37e32ec64 Add sim cpu
2023-09-18 23:27:54 -07:00

12 lines
147 B
Systemverilog

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