-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
auphelia
Nov 8, 2023
Replies: 1 comment 6 replies
-
Hi,
You can control the trace depth using an environment variable inside the FINN Docker container: You can display the waveworm using a program like gtkwave or some VS Code extension. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @MFJI ,
If you want to save the waveforms per layer during node-by-node rtlsim, you will need to set up an execution yourself. You can enable the tracing for the node like described by @fpjentzsch above and then you can use the rtlsim node-by-node execution, like described in the
tfc_end2end_verification.ipynb
notebook.The builder also offers the possibility to save the waveform of the rtlsim of the stitched IP, using this configuration parameter: verify_save_rtlsim_waveforms.
The waveforms then get saved in the output folder, when the verification step is enabled for the stitched IP or in the builder step
step_measure_rtlsim_performance
.