Skip to content

Commit

Permalink
[otbn] Add missing output port
Browse files Browse the repository at this point in the history
We don't use this port, but VCS complains about an incomplete port list.

Signed-off-by: Philipp Wagner <[email protected]>
  • Loading branch information
imphil committed Jul 20, 2021
1 parent 8fe5b7e commit a1df110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/ip/otbn/dv/uvm/tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ module tb;

.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),
Expand Down

0 comments on commit a1df110

Please sign in to comment.