Is there a way to send arguments to the simulator? #1114
Answered
by
bo3z
sei-jgwohlbier
asked this question in
Q&A
-
I'm using the Vitis backend. Is there a way to send arguments to the invocation of the simulator besides manually editing the |
Beta Was this translation helpful? Give feedback.
Answered by
bo3z
Nov 7, 2024
Replies: 1 comment 2 replies
-
You can specify input_data_tb and output_data_tb as NumPy arrays or .dat files. See here for Keras: hls4ml/hls4ml/converters/__init__.py Line 181 in 2c17f66 This is then picked up and forwarded to both CSim (software simulation) and CoSim (RTL simulation) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, these are not directly supported in hls4ml and need to be added manually.