Replies: 1 comment 4 replies
-
The cells in the output are those in the netlist at the time the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have modified the simlib.v file in /usr/local/share/yosys. I changed the "module $and" in line 126 to "module $andxxx" to test if I can make a cutomized cell. But I used
write_blif
command and I found that theand
gate in the blif file still has the name "$and". I am wondering how can I change the cells that yosys used to generate a blif (or other formats) file.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions