Skip to content

Releases: tdene/synth_opt_adders

v1.2.0

10 Aug 04:54
v1.2.0
f638162

Choose a tag to compare

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

15 Jun 18:53
v1.0.10
d9a2920

Choose a tag to compare

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.