From 638b75fb4c8fdc3c9d3a208f6bd9976841bc0928 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 18:45:11 -0600 Subject: rtl/if_common: initial commit, moved out of gfx --- rtl/gfx/gfx_sim_debug.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtl/gfx/gfx_sim_debug.sv') diff --git a/rtl/gfx/gfx_sim_debug.sv b/rtl/gfx/gfx_sim_debug.sv index 4b4622a..c618636 100644 --- a/rtl/gfx/gfx_sim_debug.sv +++ b/rtl/gfx/gfx_sim_debug.sv @@ -1,10 +1,10 @@ module gfx_sim_debug import gfx::*; ( - input logic clk, - rst_n, + input logic clk, + rst_n, - gfx_axil.s axis + if_axil.s axis ); enum int unsigned -- cgit v1.2.3