Skip to content

Commit

Permalink
Add keep for timeout flag for gl synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed May 2, 2024
1 parent c858b6f commit 071d40c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hdl/rtl/bus_wrappers/EF_TMR32_AHBL.pp.v
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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
Expand Down
2 changes: 1 addition & 1 deletion hdl/rtl/bus_wrappers/EF_TMR32_APB.pp.v
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module EF_TMR32_APB #(
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
Expand Down
2 changes: 1 addition & 1 deletion hdl/rtl/bus_wrappers/EF_TMR32_WB.pp.v
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module EF_TMR32_WB #(
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
Expand Down

0 comments on commit 071d40c

Please sign in to comment.