This will prevent some verilog warnings.
Signed-off-by: Michael Walle <[email protected]>
---
cores/softusb/navre_regress/tb_regress.v | 4 +++-
cores/softusb/test/tb_navre.v | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/cores/softusb/navre_regress/tb_regress.v
b/cores/softusb/navre_regress/tb_regress.v
index a66989f..76c68ed 100644
--- a/cores/softusb/navre_regress/tb_regress.v
+++ b/cores/softusb/navre_regress/tb_regress.v
@@ -97,7 +97,9 @@ softusb_navre #(
.io_we(io_we),
.io_a(io_a),
.io_do(io_do),
- .io_di(io_di)
+ .io_di(io_di),
+
+ .dbg_pc()
);
initial begin
diff --git a/cores/softusb/test/tb_navre.v b/cores/softusb/test/tb_navre.v
index ce0bcf5..5329fa5 100644
--- a/cores/softusb/test/tb_navre.v
+++ b/cores/softusb/test/tb_navre.v
@@ -95,7 +95,9 @@ softusb_navre #(
.io_we(io_we),
.io_a(io_a),
.io_do(io_do),
- .io_di(io_di)
+ .io_di(io_di),
+
+ .dbg_pc()
);
initial begin
--
1.7.2.5
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode