commit | a1df110d7aab48b5689ba58e0afb9f5a05f333ac | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Jul 19 17:54:29 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Jul 20 10:58:42 2021 +0100 |
tree | 6f9c2ac06df8b4988593dc18a93cc164ef7efb39 | |
parent | 8fe5b7e7a6857cb1852211a98002972e2a992b2d [diff] |
[otbn] Add missing output port We don't use this port, but VCS complains about an incomplete port list. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/hw/ip/otbn/dv/uvm/tb.sv b/hw/ip/otbn/dv/uvm/tb.sv index 896d9c1..1d536dc 100644 --- a/hw/ip/otbn/dv/uvm/tb.sv +++ b/hw/ip/otbn/dv/uvm/tb.sv
@@ -176,6 +176,9 @@ .start_i (model_if.start), .done_o (model_if.done), + + .err_bits_o (), + .start_addr_i (model_if.start_addr), .edn_rnd_data_valid_i (edn_rnd_data_valid),