From f3fc0816ec0c9dd3ac79d67de3c8a662b0e37bac Mon Sep 17 00:00:00 2001 From: rs <> Date: Tue, 11 Nov 2025 14:57:08 -0600 Subject: [PATCH] Add default value to reset input on POR block --- libraries/utility/power_on_reset_opt.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/utility/power_on_reset_opt.vhd b/libraries/utility/power_on_reset_opt.vhd index befa900..73908d7 100644 --- a/libraries/utility/power_on_reset_opt.vhd +++ b/libraries/utility/power_on_reset_opt.vhd @@ -6,7 +6,7 @@ use ieee.std_logic_misc.all; entity power_on_reset_opt is port ( - rst_i: in std_logic; + rst_i: in std_logic := '0'; clk_i: in std_logic; rst_o: out std_logic ); -- 2.43.0