Open jinsanko opened 6 years ago
Yes I did the same. and after that bitstream was synthesized successfully.
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"
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?
@yuginhc 1.zip Please let me know the result. Thank.
Thank you, it works now.
@jinsanko We do welcome pull request if you were able to solve a problem with the current repo organization.
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