Xilinx / LSTM-PYNQ

BSD 3-Clause "New" or "Revised" License
86 stars 29 forks source link

add more files to the project #2

Open jinsanko opened 6 years ago

jinsanko commented 6 years ago

In order to synth with Vivado_HLS to synth the code, I have to add input_handling.cpp to hls-syn.tcl. Is it reasonable?

Best regards Jinsan Ko

ussamazahid96 commented 6 years ago

Yes I did the same. and after that bitstream was synthesized successfully.

jinsanko commented 6 years ago

I also modify the line 102~104 "make-hw.sh" to point to the correct folder in order to generate the bitstream.

TEST_INPUT="$LSTM_ROOT/../../tests/Test_images/$DATASET/$NETWORK/test_image.txt" TEST_RESULT="$LSTM_ROOT/../../tests/Test_images/$DATASET/$NETWORK/test_image_gt.txt" ALPHABET="$LSTM_ROOT/../datasets/$DATASET/alphabet.txt"

yuginhc commented 6 years ago

I also modify the line 102~104 "make-hw.sh" to point to the correct folder in order to generate the bitstream.

TEST_INPUT="$LSTM_ROOT/../../tests/Test_images/$DATASET/$NETWORK/test_image.txt" TEST_RESULT="$LSTM_ROOT/../../tests/Test_images/$DATASET/$NETWORK/test_image_gt.txt" ALPHABET="$LSTM_ROOT/../datasets/$DATASET/alphabet.txt"

Can you share the worked hls-syn.tcl and make-hw.sh?

jinsanko commented 6 years ago

@yuginhc 1.zip Please let me know the result. Thank.

yuginhc commented 6 years ago

@yuginhc 1.zip Please let me know the result. Thank.

Thank you, it works now.

giuliogamba commented 5 years ago

@jinsanko We do welcome pull request if you were able to solve a problem with the current repo organization.