Skip to content

Commit

Permalink
fix GL uvm simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed May 9, 2024
1 parent 5a6352c commit 64e4192
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 @@ -100,7 +100,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
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 @@ -85,7 +85,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
wire [32-1:0] TMR_WIRE;
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 @@ -88,7 +88,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
wire [32-1:0] TMR_WIRE;
Expand Down

0 comments on commit 64e4192

Please sign in to comment.