Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:netlist [2025/11/19 11:26] – [Rect files and cell creation] rajitconfig:netlist [2026/06/12 16:56] (current) – [Cell generation and mapping] rajit
Line 244: Line 244:
 When cells are generated, their ports are called ''in'' and ''out''. This can be changed to any port name using these configuration file options. When cells are generated, their ports are called ''in'' and ''out''. This can be changed to any port name using these configuration file options.
  
 +<code>
 +string_table cell_mapper_extra "NAND2X1<>" "NOR2X1<>"
 +</code>
 +If you have cells that have been explicitly defined in your design that should be used by the cell mapper, this table should list them. All the port names for cells must be booleans, with direction flags (input v/s output) specified. These cells must always be in a namespace that is distinct from the cell name space.
 ===== Interactions with the layout editor Magic ===== ===== Interactions with the layout editor Magic =====