diff --git a/test_regress/t/t_timing_protect.pl b/test_regress/t/t_timing_protect.pl index 96606c188..bd2ed322d 100755 --- a/test_regress/t/t_timing_protect.pl +++ b/test_regress/t/t_timing_protect.pl @@ -17,7 +17,8 @@ else { top_filename("t/t_timing_fork_join.v"); # Contains all relevant constructs compile( - verilator_flags2 => ["--exe --main --timing --protect-ids"], + verilator_flags2 => ["--exe --main --timing --protect-ids", + "--protect-key SECRET_KEY"], make_main => 0, );