Releases: tdene/synth_opt_adders
Releases · tdene/synth_opt_adders
v1.2.0
Adds EquivClass class
EquivClass keeps track of equivalence classes of nodes, which represents nodes that are mathematically distinct but physically equivalent. Using this greatly simplifies the library's logic and allows for expansion.
v1.2.0 also includes various flags that allow for modification of the library's functionality by external scripts, such as for example the flag allowing for external modification of the library's delay estimation.
v1.0.10
First release.
TO-DO:
- Implement factorization in a computationally-efficient way.
- Set up a "quick run" script.
- Iterate off the previous script to perform post-production steps (fanout decoupling, factorization).
- Iterate off the previous script to read in timing slack per bit.
- Add ability to call OpenSTA.
- Now we have an end-to-end tool.