Robert O'Callahan
|
a54a673586
|
Compute is_port in AbcPass without iterating through all cells and wires in the module every time we run ABC.
This does not scale when we run ABC thousands of times in a single AbcPass.
|
2025-08-01 05:31:51 +00:00 |
|
Emil J. Tywoniak
|
785bd44da7
|
rtlil: represent Const strings as std::string
|
2024-10-14 06:28:12 +02:00 |
|
Marcelina Kościelnicka
|
1eea06bcc0
|
Add new helper class for merging FFs into cells, use for memory_dff.
Fixes #1854.
|
2021-05-23 14:46:59 +02:00 |
|
Marcelina Kościelnicka
|
773b056ffb
|
ffinit: Fortify the code a bit.
This fixes handling of messy cases involving repeatedly setting and
removing the same init bit.
|
2020-07-28 17:21:15 +02:00 |
|
Marcelina Kościelnicka
|
022af4f0ca
|
Add utility module for dealing with init attributes.
|
2020-07-23 20:49:48 +02:00 |
|