Skip to content

Commit

Permalink
[CI]: Add new mem_multibank_pwrgate testbench to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 31, 2024
1 parent 44a66c7 commit 9f6525b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ tests:
PARAM1: [-GN=1, -GN=2, -GN=3, -GN=4, -GN=8, -GN=16]
- TOPLEVEL: fifo_tb
PARAM1: [-GDEPTH=1, -GDEPTH=13, -GDEPTH=32 -GFALL_THROUGH=1]
- TOPLEVEL: mem_multibank_pwrgate_tb
PARAM1: [-gNumLogicBanks=1, -gNumLogicBanks=2, -gNumLogicBanks=4, -gNumLogicBanks=8]
PARAM2: [-gLatency=0, -gLatency=1, -gLatency=2]
# - TOPLEVEL: [cdc_2phase_tb, cdc_2phase_clearable_tb]
# PARAM1: -GUNTIL=1000000
# - TOPLEVEL: cdc_fifo_tb
Expand Down
2 changes: 1 addition & 1 deletion test/mem_multibank_pwrgate_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Test to address the multibanked powergated SRAM and checlk correct address handling.

module mem_multibank_pwrgate_tb #(
parameter int unsigned NumPorts = 32'd2,
parameter int unsigned NumPorts = 32'd1,
parameter int unsigned Latency = 32'd1,
parameter int unsigned NumWords = 32'd1024,
parameter int unsigned DataWidth = 32'd64,
Expand Down

0 comments on commit 9f6525b

Please sign in to comment.