Skip to content

Commit

Permalink
add sc_testmode port after fixing buswrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Feb 4, 2025
1 parent 3457544 commit 95b35bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_AHBL_DFT.dev.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module EF_WDT32_AHBL (
inout VPWR,
inout VGND,
`endif
input wire sc_testmode,
`AHBL_SLAVE_PORTS
);

Expand Down
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_AHBL_DFT.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

module EF_WDT32_AHBL (

input wire sc_testmode,
input wire HCLK,
input wire HRESETn,
input wire HWRITE,
Expand Down
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_APB_DFT.dev.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module EF_WDT32_APB (
inout VPWR,
inout VGND,
`endif
input wire sc_testmode,
`APB_SLAVE_PORTS
);

Expand Down
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_APB_DFT.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

module EF_WDT32_APB (

input wire sc_testmode,
input wire PCLK,
input wire PRESETn,
input wire PWRITE,
Expand Down
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_WB_DFT.dev.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module EF_WDT32_WB (
inout VPWR,
inout VGND,
`endif
input wire sc_testmode,
`WB_SLAVE_PORTS
);

Expand Down
1 change: 1 addition & 0 deletions hdl/rtl/bus_wrappers/dft/EF_WDT32_WB_DFT.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

module EF_WDT32_WB (

input wire sc_testmode,
input wire clk_i,
input wire rst_i,
input wire [31:0] adr_i,
Expand Down

0 comments on commit 95b35bf

Please sign in to comment.