summaryrefslogtreecommitdiff
path: root/hdl
diff options
context:
space:
mode:
Diffstat (limited to 'hdl')
-rw-r--r--hdl/bin2bcd.sv2
-rw-r--r--hdl/fibseq.sv2
-rw-r--r--hdl/jtag_uart.sv2
-rw-r--r--hdl/ntoa.sv2
-rw-r--r--hdl/top.sv2
-rw-r--r--hdl/util.svh (renamed from hdl/utils.svh)0
6 files changed, 5 insertions, 5 deletions
diff --git a/hdl/bin2bcd.sv b/hdl/bin2bcd.sv
index 9b1609b..09f623f 100644
--- a/hdl/bin2bcd.sv
+++ b/hdl/bin2bcd.sv
@@ -1,4 +1,4 @@
1`include "utils.svh" 1`include "util.svh"
2 2
3module bin2bcd 3module bin2bcd
4 #( BITS = 8 4 #( BITS = 8
diff --git a/hdl/fibseq.sv b/hdl/fibseq.sv
index 752c0b6..0021d2a 100644
--- a/hdl/fibseq.sv
+++ b/hdl/fibseq.sv
@@ -1,4 +1,4 @@
1`include "utils.svh" 1`include "util.svh"
2 2
3module fibseq 3module fibseq
4 #( BITS = 8 4 #( BITS = 8
diff --git a/hdl/jtag_uart.sv b/hdl/jtag_uart.sv
index eb0bc11..be512bf 100644
--- a/hdl/jtag_uart.sv
+++ b/hdl/jtag_uart.sv
@@ -1,4 +1,4 @@
1`include "utils.svh" 1`include "util.svh"
2 2
3module jtag_uart 3module jtag_uart
4 #( INSTANCE = 0 4 #( INSTANCE = 0
diff --git a/hdl/ntoa.sv b/hdl/ntoa.sv
index 6da1baf..9198637 100644
--- a/hdl/ntoa.sv
+++ b/hdl/ntoa.sv
@@ -1,4 +1,4 @@
1`include "utils.svh" 1`include "util.svh"
2 2
3module ntoa 3module ntoa
4 #( BITS = 8 4 #( BITS = 8
diff --git a/hdl/top.sv b/hdl/top.sv
index 33c1fc5..c2f56bc 100644
--- a/hdl/top.sv
+++ b/hdl/top.sv
@@ -1,4 +1,4 @@
1`include "utils.svh" 1`include "util.svh"
2 2
3module top 3module top
4 #( FIB_BITS = 16 4 #( FIB_BITS = 16
diff --git a/hdl/utils.svh b/hdl/util.svh
index ddba543..ddba543 100644
--- a/hdl/utils.svh
+++ b/hdl/util.svh