diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-25 13:17:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-25 13:17:39 -0600 |
| commit | 64e4de736120fd6d1926a95b6740f9b94e5b595b (patch) | |
| tree | 2fd8e75f9e65c6cc963d890e6d9a9f47cbdad64a /rtl/gfx/gfx_top.sv | |
| parent | 85c7fe4c2c9310f45cda2f40425e86c6d1d03624 (diff) | |
rtl/gfx: remove gfx_sim_debug
Diffstat (limited to 'rtl/gfx/gfx_top.sv')
| -rw-r--r-- | rtl/gfx/gfx_top.sv | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/rtl/gfx/gfx_top.sv b/rtl/gfx/gfx_top.sv index 93d5585..339aff3 100644 --- a/rtl/gfx/gfx_top.sv +++ b/rtl/gfx/gfx_top.sv @@ -11,7 +11,7 @@ import gfx::*; ); if_axib data_mem(), insn_mem(), sched_vram(); - if_axil bootrom_axi(), debug_axi(), host_ctrl_axi(), sched_axi(), shader_0_axi(); + if_axil bootrom_axi(), host_ctrl_axi(), sched_axi(), shader_0_axi(); logic irq_host_ctrl; irq_lines irq; @@ -41,13 +41,6 @@ import gfx::*; .axis(bootrom_axi.s) ); - gfx_sim_debug debug - ( - .clk, - .rst_n, - .axis(debug_axi.s) - ); - gfx_shader shader_0 ( .clk, @@ -65,7 +58,6 @@ import gfx::*; .sched(sched_axi.s), .vram(sched_vram.m), - .debug(debug_axi.m), .bootrom(bootrom_axi.m), .shader_0(shader_0_axi.m), .host_ctrl(host_ctrl_axi.m) |
