Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 434 Bytes

test_TOoLLiP

git clone [email protected]:Xilinx/HLS_arbitrary_Precision_Types hls
git clone [email protected]:cms-hls4ml/hls4mlEmulatorExtras
git clone [email protected]:cms-hls4ml/TOoLLiP
git clone [email protected]:cms-hls4ml/test_TOoLLiP

cd hls4mlEmualtorExtras
make
mkdir lib64
mv libemulator_interface.so lib64
cd -

cd TOoLLiP
make
cd -

cd test_TOoLLiP
export LD_LIBRARY_PATH=./:../hls4mlEmulatorExtras/lib64
make
./main.o