Skip to content

Commit

Permalink
fix: reg const assignment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
litneet64 committed May 31, 2024
1 parent 9de569f commit 6e6fe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puf_bit.v
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module puf_bit(

always @ (posedge clk) begin
if (en) begin
inter_en <= n_ro'b1;
inter_en <= n_ro'b11111111_11111111_11111111_11111111;
end
end

Expand Down

0 comments on commit 6e6fe45

Please sign in to comment.