mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
remove duplicate block
This commit is contained in:
parent
f68cc95cbe
commit
d475e9d201
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ $ source /tools/reconfig/xilinx/Vitis/2023.1/settings64.sh
|
|||
The directory `hw/syn/xilinx/xrt` contains the makefile used to synthesize Vortex.
|
||||
```
|
||||
$ cd hw/syn/xilinx/xrt
|
||||
$ PREFIX=test1 PLATFORM=xilinx_u250_gen3x16_xdma_4_1_202210_1 TARGET=hw NUM_CORES=1 make build_u250_hw_1c.log 2>&1 &
|
||||
$ PREFIX=test1 PLATFORM=xilinx_u250_gen3x16_xdma_4_1_202210_1 TARGET=hw NUM_CORES=1 make > build_u250_hw_1c.log 2>&1 &
|
||||
```
|
||||
Will run the synthesis under new build directory: BUILD_DIR := "\<PREFIX>\_\<PLATFORM>\_\<TARGET>"
|
||||
The generated bitstream will be located under <BUILD_DIR>/bin/vortex_afu.xclbin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue