Hello everyone,
I'm currently new to the framework and I'm attempting to synthesize a neural network model. I obtained the high-level code in C++ by converting the Keras model using hls4ml.
I have read that it is possible to adapt the hls4ml code so that Bambu can be used for the synthesis. However, when I run the command to synthesize the top-level function with Bambu I get the following error:
Unrecognized keyword at line number |12072| text is |nw_expr|
error -> Parse error
error -> Error in tree parsing
I'm using the VM with the pre-configured version of Bambu and I went over the tutorials given on the website without any issue.
I would appreciate it if someone could help me. Thank you.
Kind regards,
Davide