Open dajovu2020 opened 2 years ago
The development environment is Vitis HLS 2021.2 in Windows.
We also add the -cflags in Project synthesis setting. "-DDPRAGMA -I D:/Vitis_Libraries-master/Vitis_Libraries-master/quantitative_finance/L1/include"
I suppose the dut.cpp include path should be "xf_fintech/bs_model.hpp" instead of "bs_model.hpp"
thanks, it's fixed already.
Already include bs_model.hpp in Vitis HLS project. But when we did C Synthesis, there is the error message as below.
ERROR: [HLS 207-812] 'bs_model.hpp' file not found (dut.cpp:18:10)
Are there anything that we need to modfiy? Thanks.