Skip to content

Commit 9f6525b

Browse files
committed
[CI]: Add new mem_multibank_pwrgate testbench to CI
1 parent 44a66c7 commit 9f6525b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ tests:
5555
PARAM1: [-GN=1, -GN=2, -GN=3, -GN=4, -GN=8, -GN=16]
5656
- TOPLEVEL: fifo_tb
5757
PARAM1: [-GDEPTH=1, -GDEPTH=13, -GDEPTH=32 -GFALL_THROUGH=1]
58+
- TOPLEVEL: mem_multibank_pwrgate_tb
59+
PARAM1: [-gNumLogicBanks=1, -gNumLogicBanks=2, -gNumLogicBanks=4, -gNumLogicBanks=8]
60+
PARAM2: [-gLatency=0, -gLatency=1, -gLatency=2]
5861
# - TOPLEVEL: [cdc_2phase_tb, cdc_2phase_clearable_tb]
5962
# PARAM1: -GUNTIL=1000000
6063
# - TOPLEVEL: cdc_fifo_tb

test/mem_multibank_pwrgate_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Test to address the multibanked powergated SRAM and checlk correct address handling.
1515

1616
module mem_multibank_pwrgate_tb #(
17-
parameter int unsigned NumPorts = 32'd2,
17+
parameter int unsigned NumPorts = 32'd1,
1818
parameter int unsigned Latency = 32'd1,
1919
parameter int unsigned NumWords = 32'd1024,
2020
parameter int unsigned DataWidth = 32'd64,

0 commit comments

Comments
 (0)