Skip to content

Commit

Permalink
use core_enable in dmi test wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Nov 7, 2024
1 parent 0f0b57e commit 8e09a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verification/block/dmi/dmi_test_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ module dmi_test_wrapper
logic [ 6:0] dmi_addr;
logic [31:0] dmi_wdata;
logic [31:0] dmi_rdata;
logic core_enable;

assign core_enable = '1;

assign dmi_en = reg_en;
assign dmi_wr_en = reg_wr_en;
Expand Down

0 comments on commit 8e09a67

Please sign in to comment.