Skip to content

Commit

Permalink
removing 'default' on pwrOnRst because it should always be connected …
Browse files Browse the repository at this point in the history
…on ASIC
  • Loading branch information
ruck314 committed Jun 19, 2024
1 parent 2d4f9ca commit 563d6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/sugoi/rtl/SugoiSubordinateFsm.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ entity SugoiSubordinateFsm is
RST_POLARITY_G : sl := '1'; -- '1' for active high rst, '0' for active low
RST_ASYNC_G : boolean := false);
port (
pwrOnRst : in sl := not(RST_POLARITY_G);
pwrOnRst : in sl;
-- Clock and Reset
clk : in sl;
rst : out sl;
Expand Down

0 comments on commit 563d6ce

Please sign in to comment.