summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/gfx_shake.sv
diff options
context:
space:
mode:
Diffstat (limited to 'platform/wavelet3d/gfx_shake.sv')
-rw-r--r--platform/wavelet3d/gfx_shake.sv24
1 files changed, 0 insertions, 24 deletions
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