Skip to content

Commit

Permalink
Updated vivado files
Browse files Browse the repository at this point in the history
  • Loading branch information
BLMartin99 committed Jun 29, 2023
1 parent 1d58ad1 commit ea7c6f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion example-prjs/leaky_relu/catapult.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import hls4ml
# import pprint
import yaml
Expand Down
4 changes: 2 additions & 2 deletions example-prjs/leaky_relu/run_vivado.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VENV=$HOME/venv
MGC_HOME=/wv/hlsb/CATAPULT/TOT/CURRENT/aol/Mgc_home
export MGC_HOME

export PATH=/wv/hlstools/python/python37/bin:$PATH:$XILINX_VIVADO/bin:$MGC_HOME/bin
export PATH=/wv/hlstools/python/python37/bin:$PATH:$XILINX_VIVADO/bin:$MGC_HOME/bin:/wv/hlstools/vivado/ixl/Vivado_HLS/2017.1/bin
export LD_LIBRARY_PATH=/wv/hlstools/python/python37/lib:$XILINX_VIVADO/lib/lnx64.o:$MGC_HOME/lib
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

Expand All @@ -28,7 +28,7 @@ sed -e 's/Vivado/Catapult/g' vivado.py >catapult.py
# sed -e 's/Vivado/Catapult/g' vivado.py | sed -e 's/vsynth=True/vsynth=False/g' >catapult.py

# actually run HLS4ML + Vivado HLS
python3 vivado.py
python vivado.py

# run just the C++ execution
echo ""
Expand Down
1 change: 0 additions & 1 deletion example-prjs/leaky_relu/vivado.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import hls4ml
# import pprint
import yaml
Expand Down

0 comments on commit ea7c6f7

Please sign in to comment.