Replies: 1 comment
-
I have solve this problem.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to write a new pass, however, I cannot find a easy way to debug my code. I have to compile my pass by yosys-config to generate a .so file, and then run yosys with my pass. If there is any framework or template that I can debug my pass in a step-to-step manner in vscode or clion, I can monitor how the code running and watch the value of the variable.
Beta Was this translation helpful? Give feedback.
All reactions