Skip to content

Commit

Permalink
add keep to timeout_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Jan 14, 2025
1 parent 899f197 commit 49ab4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/rtl/bus_wrappers/EF_TMR32_AHBL.v
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module EF_TMR32_AHBL #(
wire [32-1:0] tmr;
wire [1-1:0] matchx_flag;
wire [1-1:0] matchy_flag;
wire [1-1:0] timeout_flag;
(* keep *)wire [1-1:0] timeout_flag;

// Register Definitions
wire [32-1:0] TMR_WIRE;
Expand Down

0 comments on commit 49ab4e4

Please sign in to comment.