ssteffl
ssteffl
angular-tree-control has good performance on large data-sets partially because it onlyrenders children when the parent is toggled open. But it is very slow when a parent has many children (I...
i have 2 angucompletes in the same scope. One of them has a minlength of 1 and the other of 3. The 2nd one's minlength keeps overwriting the first one....
this is the SMEMS_HAMMER file in the chipyard/vlsi/Makefile. I am using nangate45 and the default RocketConfig. you need to have [OpenROAD-flow](https://github.com/The-OpenROAD-Project/OpenROAD-flow) installed and loaded into your environment to reproduce the...
other noteworthy changes include: - added lazytrycrossref and lazytrysubst meta types to hammer-config (with tests) - hammer-ir keys for filtering to nldm and subset of stdcell libs for debugging -...
it uses >= instead of >. this will cause min-pitch wires to never be possible. min-width wires should match the "width_at_least": 0.0. src/hammer-tech/stackup.py line 176 is an example. I started...
In [a recent PR](https://github.com/ucb-bar/chipyard/pull/562), I rewrote the verilator Makefile, and in the course of doing so I shorted all line-lengths to < 80 characters. including comment lines. It was suggested...