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_L1METML

git clone [email protected]:Xilinx/HLS_arbitrary_Precision_Types hls
git clone [email protected]:cms-hls4ml/hls4mlEmulatorExtras
git clone [email protected]:cms-hls4ml/L1METML
git clone [email protected]:cms-hls4ml/test_L1METML

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

cd L1METML
make
cd -

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