Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
Manarabdelaty committed Dec 9, 2021
2 parents 92f1ab7 + ec93c72 commit fa374d7
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 fa374d7

Please sign in to comment.