You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yosys> help tcl
tcl <filename> [args]
This command executes the tcl commands in the specified file.
Use 'yosys cmd' to run the yosys command 'cmd' from tcl.
And with the latest CC pre-built toolchain:
yosys> help tcl
No such command or cell type: tcl
The text was updated successfully, but these errors were encountered:
I usually use a source-built Yosys, but while setting up a new machine recently, I wanted to speed up the process with pre-built binaries. This is more of a feature request for compatibility with FuseSoC, which integrates the gatemate toolchain out of the box. However, to use it, you currently have to build Yosys from source, which can be inconvenient for first-time users.
Pre-built
cc-toolchain-linux
yosys doesn't support tcl scripts, which makes it incompatible with FuseSoC!From the documentation:
And with the latest CC pre-built toolchain:
The text was updated successfully, but these errors were encountered: