From ca02833f22b08ceeeff501107371aa6667426115 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 17:38:55 -0600 Subject: rtl/gfx: rename platform/wavelet3d -> rtl/gfx --- platform/wavelet3d/gfx_shake.sv | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 platform/wavelet3d/gfx_shake.sv (limited to 'platform/wavelet3d/gfx_shake.sv') diff --git a/platform/wavelet3d/gfx_shake.sv b/platform/wavelet3d/gfx_shake.sv deleted file mode 100644 index baae0c3..0000000 --- a/platform/wavelet3d/gfx_shake.sv +++ /dev/null @@ -1,24 +0,0 @@ -interface gfx_shake; - - logic ready; - logic valid; - - modport tx - ( - input ready, - output valid - ); - - modport rx - ( - input valid, - output ready - ); - - modport peek - ( - input ready, - valid - ); - -endinterface -- cgit v1.2.3