From f13369fb883d0a231b8dd01856dc18f7ee22d5c9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 6 May 2024 20:43:24 -0600 Subject: platform/wavelet3d: add platform interconnect --- rtl/gfx/gfx_top.sv | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'rtl/gfx/gfx_top.sv') diff --git a/rtl/gfx/gfx_top.sv b/rtl/gfx/gfx_top.sv index 215c953..5f58edd 100644 --- a/rtl/gfx/gfx_top.sv +++ b/rtl/gfx/gfx_top.sv @@ -3,25 +3,17 @@ import gfx::*; ( input logic clk, rst_n, + srst_n, if_axil.s host_ctrl ); - logic srst_n; - if_axib insn_mem(); if_axil bootrom_axi(), debug_axi(), host_ctrl_axi(), sched_axi(), shader_0_axi(); logic irq_host_ctrl; irq_lines irq; - gfx_rst_sync rst_sync - ( - .clk, - .rst_n, - .srst_n - ); - gfx_sched sched ( .clk, -- cgit v1.2.3