index
:
fpga-exper
main
FPGA experiments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fifo_tb.v
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'fifo_tb.v')
-rw-r--r--
fifo_tb.v
3
1 files changed, 1 insertions, 2 deletions
diff --git a/fifo_tb.v b/fifo_tb.v
index 4b1423c..38199a6 100644
--- a/
fifo_tb.v
+++ b/
fifo_tb.v
@@ -1,7 +1,6 @@
`timescale 1us/1us
-module fifo_tb (
-);
+module fifo_tb;
reg clk_i;
reg rst_i;