-
### Feature Description
I am currently trying to magically speed up the simulation of [dmgcpu](https://github.com/emu-russia/dmgcpu) by checking if I can get yosys to optimize out all uses of high-im…
-
I'm on a Mac with the Apple M2 chip. Running the install script does install the plugin, but it's not compatible with the system.
Install:
```
curl https://api.github.com/repos/chipsalliance/sy…
zaun updated
6 months ago
-
Like UVM, these are nice to haves. We do have Vivado for synthesis already, but we could use Yosys for Github Actions regressions/etc
-
For targets that require a fully inlined circuit, yosys itself can perform complete inlining. See: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/flatten.html
For targets with function…
-
### Background Work
- [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard)
- [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues)
- […
-
The UHDM version of Yosys is missing the `memory_libmap` command:
```
(base) user@Ondo:~$ yosys -q -p memory_libmap
(base) user@Ondo:~$ uhdm-yosys -q -p memory_libmap
ERROR: No such command: mem…
-
It seems that the `test_full_adder` for `ql-qlf` plugin fails due to a Yosys/ABC instability. Different builds from the same commit yields in different type and count of LUTs inferred for the `compara…
-
**Bug description**
An order of files in a project affects a command line to invoke yosys. The different order is the different result.
**To Reproduce**
Let's assume a project that have a `mylib`…
-
ABC does not support reading/writing BLIF files from memory. This prevents us from skipping the filesystem and directly interfacing with ABC.
ABC's BLIF reading is implemented [here](https://github…
-
### Version
Yosys 0.39+165
### On which OS did this happen?
Linux
### Reproduction Steps
Considering the following code (I have tried my best to minimize test cases)
```
module top (…