build_scripts
yosys_build(**kwargs)
This function can be used to build yosys if needed. A tag or a version need to be given in the arguments, both can't be used at the same time obviously.
Parameters
| Name | Type | Description |
|---|---|---|
TAG | string | Git tag for the version of Yosys that needs to be built |
VERSION | string | Version of Yosys that needs to be built |