mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 21:19:30 +00:00
1) Change token from ABC_DONE to YOSYS_ABC_DONE to be a bit more robust against false matches. 2) Emit the token from the sourced script so that we don't have to worry about it showing up in the echoing of the command as it executes. It will only appear in ABC stdout when it executes, i.e. when our script has completed. 3) `set abcout` doesn't actually switch ABC to line buffering on stdout, since HAVE_SETVBUF is not actually set in ABC builds in general. So stop using that. ABC does the necessary flushing when `source` has finished. |
||
---|---|---|
.. | ||
cmds | ||
equiv | ||
fsm | ||
hierarchy | ||
memory | ||
opt | ||
pmgen | ||
proc | ||
sat | ||
techmap | ||
tests |