mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
move opae to /hw/syn/
This commit is contained in:
parent
5419859281
commit
de2e118cc2
14 changed files with 8 additions and 8 deletions
0
hw/opae/.gitignore → hw/syn/opae/.gitignore
vendored
0
hw/opae/.gitignore → hw/syn/opae/.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
ASE_BUILD_DIR=build_ase
|
||||
FPGA_BUILD_DIR=build_fpga
|
||||
RTL_DIR=../rtl
|
||||
RTL_DIR=../../rtl
|
||||
|
||||
ifeq (, $(shell which qsub-synth))
|
||||
RUN_SYNTH=$(OPAE_PLATFORM_ROOT)/bin/run.sh > build.log 2>&1 &
|
|
@ -60,10 +60,10 @@ qsub-sim
|
|||
make ase
|
||||
|
||||
# tests
|
||||
./run_ase.sh build_ase_1c ../../driver/tests/basic/basic -n16
|
||||
./run_ase.sh build_ase_1c ../../driver/tests/demo/demo -n16
|
||||
./run_ase.sh build_ase_1c ../../driver/tests/dogfood/dogfood -n16
|
||||
./run_ase.sh build_ase_1c ../../benchmarks/opencl/vecadd/vecadd
|
||||
./run_ase.sh build_ase_1c ../../../driver/tests/basic/basic -n16
|
||||
./run_ase.sh build_ase_1c ../../../driver/tests/demo/demo -n16
|
||||
./run_ase.sh build_ase_1c ../../../driver/tests/dogfood/dogfood -n16
|
||||
./run_ase.sh build_ase_1c ../../../benchmarks/opencl/vecadd/vecadd
|
||||
|
||||
# modify "vsim_run.tcl" to dump VCD trace
|
||||
vcd file trace.vcd
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rtl_dir="../rtl"
|
||||
rtl_dir="../../rtl"
|
||||
exclude_list="VX_fpu_fpnew.v"
|
||||
file_list=""
|
||||
|
|
@ -7,8 +7,8 @@ BUILD_DIR=$1
|
|||
PROGRAM=$(basename "$2")
|
||||
PROGRAM_DIR=`dirname $2`
|
||||
|
||||
POCL_RT_PATH=$SCRIPT_DIR/../../benchmarks/opencl/runtime/lib
|
||||
VORTEX_DRV_PATH=$SCRIPT_DIR/../../driver/opae/ase
|
||||
POCL_RT_PATH=$SCRIPT_DIR/../../../benchmarks/opencl/runtime/lib
|
||||
VORTEX_DRV_PATH=$SCRIPT_DIR/../../../driver/opae/ase
|
||||
|
||||
# Export ASE_WORKDIR variable
|
||||
export ASE_WORKDIR=$SCRIPT_DIR/$BUILD_DIR/work
|
Loading…
Add table
Add a link
Reference in a new issue