aboutsummaryrefslogtreecommitdiffstats
path: root/control_lib/newfifo/fifo36_to_ll8.v
diff options
context:
space:
mode:
Diffstat (limited to 'control_lib/newfifo/fifo36_to_ll8.v')
-rw-r--r--control_lib/newfifo/fifo36_to_ll8.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/control_lib/newfifo/fifo36_to_ll8.v b/control_lib/newfifo/fifo36_to_ll8.v
index 1befb9e6e..0dee1dfc6 100644
--- a/control_lib/newfifo/fifo36_to_ll8.v
+++ b/control_lib/newfifo/fifo36_to_ll8.v
@@ -1,6 +1,6 @@
module fifo36_to_ll8
- (input clk, reset,
+ (input clk, input reset, input clear,
input [35:0] f36_data,
input f36_src_rdy_i,
output f36_dst_rdy_o,