-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
cells_adders.v is for yosys to techmap full/half adders to particular library cells. It is optional but will help the QOR if you have such cells. There are no real RAMs for ng45 so the fakeram.* are to generate dummy placeholders. If you have a RAM generator for your process you don't need these. magic.tech is for using magic for DRC checking. It is optional. rcx_patterns.rules is for RC extraction and is described in the bring up docs. The template_pga.cfg is obsolete. |
Beta Was this translation helpful? Give feedback.
-
thanks |
Beta Was this translation helpful? Give feedback.
cells_adders.v is for yosys to techmap full/half adders to particular library cells. It is optional but will help the QOR if you have such cells.
There are no real RAMs for ng45 so the fakeram.* are to generate dummy placeholders. If you have a RAM generator for your process you don't need these.
magic.tech is for using magic for DRC checking. It is optional.
rcx_patterns.rules is for RC extraction and is described in the bring up docs.
The template_pga.cfg is obsolete.