Skip to content

Commit

Permalink
Modified simple_por.v RTL to avoid the wire declaration that "cvc"
Browse files Browse the repository at this point in the history
doesn't like (even though it's perfectly legal).
  • Loading branch information
RTimothyEdwards committed Dec 8, 2021
1 parent b9fdac9 commit ec93c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/rtl/simple_por.v
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module simple_por(
output por_l
);

wire mid, porb_h;
wire mid;
reg inode;

// This is a behavioral model! Actual circuit is a resitor dumping
Expand Down

0 comments on commit ec93c72

Please sign in to comment.