Add sim cpu
This commit is contained in:
12
hw/efinix_fpga/simulation/sim_top.sv
Normal file
12
hw/efinix_fpga/simulation/sim_top.sv
Normal 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
|
||||
1
hw/efinix_fpga/simulation/verilog-6502
Submodule
1
hw/efinix_fpga/simulation/verilog-6502
Submodule
Submodule hw/efinix_fpga/simulation/verilog-6502 added at a5f605d00d
Reference in New Issue
Block a user