Skip to content

Commit

Permalink
bug fix for existing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Oct 2, 2024
1 parent 3c04de5 commit ba2710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sync/rtl/SynchronizerFifo.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ entity SynchronizerFifo is
INIT_G : slv := "0");
port (
-- Asynchronous Reset
rst : in sl;
rst : in sl := not RST_POLARITY_G;
-- Write Ports (wr_clk domain)
wr_clk : in sl;
wr_en : in sl := '1';
Expand Down

0 comments on commit ba2710e

Please sign in to comment.