mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
build fix
This commit is contained in:
parent
29ea3041c4
commit
406583c0bd
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ config2()
|
|||
CONFIGS="-DMEM_BLOCK_SIZE=16" ./ci/blackbox.sh --driver=simx --app=mstress --threads=8
|
||||
|
||||
# test single-bank DRAM
|
||||
CONFIGS="-DPLATFORM_MEMORY_BANKS=1" ./ci/blackbox.sh --driver=opae --app=mstress
|
||||
CONFIGS="-DPLATFORM_MEMORY_BANKS=1 -DPLATFORM_MEMORY_ADDR_WIDTH=${XLEN}" ./ci/blackbox.sh --driver=opae --app=mstress
|
||||
|
||||
# test 33-bit DRAM address
|
||||
CONFIGS="-DPLATFORM_MEMORY_ADDR_WIDTH=33" ./ci/blackbox.sh --driver=opae --app=mstress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue