Issue with ABC Execution in Yosys #5184
-
"Why is it that when I use abc -exe xx -script "xxx" inside Yosys, no output file is generated, but when I run the same commands directly in yosys-abc, the output file is created? My yosys-abc has been modified." |
Beta Was this translation helpful? Give feedback.
Answered by
Ravenslofty
Jul 7, 2025
Replies: 1 comment
-
actually, it is created in a temporary folder, and then the folder gets deleted. pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ravenslofty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
actually, it is created in a temporary folder, and then the folder gets deleted.
pass
-nocleanup
toabc
to see the temporary folder.