Closed JIceberg closed 6 months ago
Sorry, that section of the documentation is incomplete. EQY requires a matching Yosys version, as indicated by the tags. We don't maintain the distribution packages so no clue what version you got there.
To use [strategy sby] you will also need the matching SBY version and its dependencies (solvers).
The OSS CAD Suite builds includes all the required dependencies (matching latest tool versions, solvers, etc), so I recommend using that instead of building from source unless you want to modify the source. (Having a compatible version of OSS CAD Suite at the end of your path is also a good way to fulfill the dependencies that you don't need to touch even when you are using your own build for EQY. There's an additional wrinkle that for the plugins to work the compile environment used needs to match the one yosys was compiled in, but we use an ubuntu docker so I think in your case you can locally compile and OSS CAD Suite yosys will be able to load the plugin. On other systems it might be required to use this docker container.)
Ohh thank you so much! That makes a lot of sense.
Hello, I followed the instructions to install Yosys EQY on my Ubuntu 20.04 device as such:
Initially, it said that
yosys-config
had no such command, so I did some research and found that I had to install yosys-dev which I did as such:Then, when I run
sudo make install
I now get the following errors:Am I missing something or has something become outdated?