3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 12:48:54 +00:00
yosys/frontends/blif
Martin Povišer 6f7f71fe03 read_blif: Represent sequential elements with gate cells
When reading the BLIF input, represent the native sequential elements
with fine-grained cells like `$_FF_` instead of the coarse-grained cells
like `$ff` which we were using up to now.

There are two reasons for this:

 * The sequential elements in BLIF are always single-bit, so the gate
   cells are a better fit.

 * This makes it symmetrical to the BLIF backend which only understands
   the fine-grained cells, and only translates those to the native BLIF
   features.
2024-01-09 19:31:44 +01:00
..
blifparse.cc read_blif: Represent sequential elements with gate cells 2024-01-09 19:31:44 +01:00
blifparse.h Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
Makefile.inc abc/blifparse files reorganization 2015-05-17 14:44:28 +02:00