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_fifo.sv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rtl/gfx/gfx_fifo.sv') diff --git a/rtl/gfx/gfx_fifo.sv b/rtl/gfx/gfx_fifo.sv index 7174e4d..ae8b6f7 100644 --- a/rtl/gfx/gfx_fifo.sv +++ b/rtl/gfx/gfx_fifo.sv @@ -2,11 +2,11 @@ module gfx_fifo #(int WIDTH = 0, int DEPTH = 0) ( - input logic clk, - rst_n, + input logic clk, + rst_n, - gfx_beats.rx in, - gfx_beats.tx out + if_beats.rx in, + if_beats.tx out ); logic do_read, do_write, full_if_eq, in_stall, out_stall, -- cgit v1.2.3