mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 10:42:24 +00:00
.. | ||
ndff.v | ||
README.md | ||
tristate.v |
Extractions
All the yosys extraction pass Verilog file used for mapping to the GAL
structure. See the synth_gal.tcl
file for details on how they're used. A
summary is below (in the order they're used):
ndff.v
merges NOT gates and DFFs into a single cell. Used to set the active high/low state of the GAL_OLMCs latertristate.v
merges tristate cells and NOT gates or tristate cells and DFFs. Used to combine tristate functionality into the GAL_OLMCs later