edwardcwang
edwardcwang
If a library is not defined for X operating condition but we try to use it, there should be a warning/error Related to #172, #160
Related: #311 Would be good to have a mechanism by which Hammer can discover hooks for CAD-tool-vendor-A + tech (e.g. ASAP7).
As hooks are right now tied to invocation of a particular HammerTool, there isn't an alternate way of invoking this script from within Innovus without calling it from TCL. maybe...
The following Hammer YAML is not accepted. May be nice to just convert it to `float`? Should keep decimal/float internally. ```yaml vlsi.inputs.pin.assignments: - pins: "clock" side: right layers: ["M2"] location:...
Something like this might allow us to use `.map(...).filter(...).reduce(...)` like Scala. Need to check if it plays well with type-checking though. Looks pretty promising if it does. https://github.com/EntilZha/PyFunctional
It's useful for reference
Stackups where the first entry in min_spacing isn't exactly equal to pitch - min_width causes issues
Sometimes the stackup information is emitting a first entry where `min_spacing > pitch - min_width`. e.g. if pitch=0.20, min_width=0.05, and the first entry has min_spacing of 0.01. This causes an...
We'll leave manual clock gating until we need/want it. _Originally posted by @colinschmidt in https://github.com/ucb-bar/hammer/pull/362#issuecomment-485517427_
Hope that this message reaches you well! Any thoughts/plans/roadmaps on Scala 3/dotty support?