input buffer overflow, can't enlarge buffer because scanner uses REJECT #4658
-
hi, tmp.v size is about 300MB. what's the right command to write out intermedia result? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
nakengelhardt
Oct 14, 2024
Replies: 1 comment
-
To directly write the Yosys internal representation to disk, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janboeye
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
To directly write the Yosys internal representation to disk, you can use
write_rtlil
and then read it back in withread_rtlil
.