Skip to content

Commit

Permalink
fix: remove input const assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
litneet64 committed May 31, 2024
1 parent 5bc6c9d commit 9603041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tt_um_ro_puf.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module tt_um_litneet64_ro_puf (
assign rst = ~rst_n;

// All output pins must be assigned. If not used, assign to 0.
assign uio_in = 8'b00000000;
assign uio_out = 8'b00000000;
assign uio_oe = 8'b00000000;

Expand Down

0 comments on commit 9603041

Please sign in to comment.