Skip to content

Commit 988f12f

Browse files
authored
Merge pull request #548 from neel-patel-1/2025sp
rename directory to enable blog post to render
2 parents 70e3476 + 55e5d46 commit 988f12f

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

content/blog/2025-5-13-superopt/index.md renamed to content/blog/2025-05-13-superopt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ The end goal of the project changed after the proposal. Initially, we aimed to i
191191
Getting our LP solver implementation to emit correct results took more effort than expected. At the same time, the EDA tool had only recently added support for ASIC logic synthesis using a standard cell library, so exact extraction had not yet been fully implemented and tested. For this reason we decided to focus on developing a correct implementation of LP extraction. Despite the less ambitious end goal, there were numerous challenges.
192192

193193
Long synthesis times for exact extraction made debugging challenging. Working with simple, fast-to-synthesize test cases is not enough. Simple test cases' e-graphs are not representative of complex designs with thousands of e-nodes, hundreds of thousands of constraints, and many cycles.
194-
The size and complexity of logic synthesis for ASICs revealed the limitations of solver libraries, which we sought to address by making the the EDA tool's exact extraction implementation agnostic to the solver.
194+
The size and complexity of logic synthesis for ASICs revealed the limitations of solver libraries, which we sought to address by making the the EDA tool's exact extraction implementation agnostic to the solver.

0 commit comments

Comments
 (0)