how can I map my RTL code for 16x16 memory using only NAND gate #4911
Unanswered
AbdulAhad36
asked this question in
Q&A
Replies: 1 comment
-
Can you share a reproducer? Design source code, Yosys script, and cell library. |
Beta Was this translation helpful? Give feedback.
0 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.
-
so basically I was synthesizing my 16x16 using cmos_cells.lib and I did it successfully usign cmos_cells.lib . Now I wanted to make a purely NAND netlist of the same code , I tried by removing all the other gate modules except the NAND part and then tried synthesizing it but when I ran the abc command the synthesing crashed and exited Yosys . what changes can I do in the abc algorithm or liberty file to make this work or is just me entering the wrong commands .
P.s. I am new to Yosys :)
Beta Was this translation helpful? Give feedback.
All reactions