summaryrefslogtreecommitdiff
path: root/tb/top
diff options
context:
space:
mode:
Diffstat (limited to 'tb/top')
-rw-r--r--tb/top/conspiracion/conspiracion.cpp (renamed from tb/top/conspiracion.cpp)0
-rw-r--r--tb/top/conspiracion/mod.mk8
-rw-r--r--tb/top/conspiracion/vga_domain.sv4
3 files changed, 10 insertions, 2 deletions
diff --git a/tb/top/conspiracion.cpp b/tb/top/conspiracion/conspiracion.cpp
index e1f5f78..e1f5f78 100644
--- a/tb/top/conspiracion.cpp
+++ b/tb/top/conspiracion/conspiracion.cpp
diff --git a/tb/top/conspiracion/mod.mk b/tb/top/conspiracion/mod.mk
new file mode 100644
index 0000000..d775150
--- /dev/null
+++ b/tb/top/conspiracion/mod.mk
@@ -0,0 +1,8 @@
+cores := conspiracion/tb
+
+define core/conspiracion/tb
+ $(this)/deps := cache core perf smp interconnect
+ $(this)/rtl_files := platform.sv sim_slave.sv vga_domain.sv
+ $(this)/vl_files := interrupt.cpp interval_timer.cpp jtag_uart.cpp mem.cpp sim_slave.cpp
+ $(this)/vl_pkgconfig := ncursesw sdl2
+endef
diff --git a/tb/top/conspiracion/vga_domain.sv b/tb/top/conspiracion/vga_domain.sv
index 0c9aac5..55c564c 100644
--- a/tb/top/conspiracion/vga_domain.sv
+++ b/tb/top/conspiracion/vga_domain.sv
@@ -26,11 +26,11 @@ module vga_domain
logic[7:0] vga_g /*verilator public*/;
logic[7:0] vga_b /*verilator public*/;
- vga crtc
+ /*vga crtc
(
.clk(clk_clk),
.rst_n(reset_reset_n),
.*
- );
+ );*/
endmodule