Open QuantamHD opened 2 years ago
@donn
Question is maybe better suited for our chip designers: @kareefardi
Me personally, I have no complaints, just would like a Python interface, which is a monumental effort.
@QuantamHD
I'm sure there are more, but these are the two that stand out the most to me at the moment.
I am not sure what is the state of any of these today but mainly my struggles are:
@msaligane would you elaborate on your last point.
@hzeller / @kgugala -- See @msaligane's comment about SystemVerilog above.
Lack of timing model generator for hierarchical flows. LEF abstract generator improvements would then follow.
@msaligane would you elaborate on your last point.
@maliberty This is what I meant by the hokey stick (or knee). Below is the expected timing on a RISC-V core when I push the clock:
This is a reference from [Ketkar, et al ICCAD02] with area instead of power but the two correlates:
So, if I would like to optimize a design, I need to optimize sizing until the knee (sensitivity-based method) and then optimize Vth (out of scope here). I am currently unable to replicate this, but I am not updated on the latest development in yosys/abc.
@msaligane what do you see if you construct a delay/area plot with OR? We do very little with power opt so I don't expect much of an optimal result there.
We wrote a paper on this. See sections 5 & 6: https://dl.acm.org/doi/pdf/10.1145/3400302.3415734
I still believe that most of the QoR gains need to be gained from synthesis (automatic clock gating, physical synthesis - let alone timing-based synthesis). Most of the usability gains need to be from improved documentation, although more automation would be nice too. I'll add another one to the list, which is runtime. I'm actively doing research with this, but a lot of tools could benefit from hardware acceleration and/or algorithm improvement.
@QuantamHD what is the ultimate goal of this discussion?
To gather issues from the community, and help me understand where I could allocate resources to improve the toolcahin.
People do a lot with the tool, and this thread was helpful to understand the current areas where the tool struggles.
@QuantamHD do you have sufficient input to make that decision and allocate resources?
What are the top three pain points of OpenROAD for chip design?
@antonblanchard @arlpetergadfort @maliberty @proppy