Ethan Mahintorabi

Results 203 comments of Ethan Mahintorabi

Yeah I think bazel is pretty agnostic to storage. I think the only way you get compression is with that flag I mentioned previously. Also my proposal is not to...

I did some experiments we can reduce the odb size by ~50% if we move to a VLQ encoding for uint32_t in dbStream.h. see ```c++ void dbOStream::writeUnsignedVlq(uint32_t c) { if...

Yeah I think adding a streaming zstd encoder by default makes the most sense. It's already in boost so it'll be an easy add. It's pretty fast 500MB+ encode speed...

I wonder if this is an actual bug

OpenROAD is having a hard time accessing these cell. [WARNING DRT-0087] No valid pattern for unique instance pipe_g54590__5477, master is **AND4JIHDX0** [WARNING DRT-0087] No valid pattern for unique instance pipe_g54134__2883,...

Are the binaries on both systems byte for byte identical? Also do you have a test case that you can share with us?

scs model files are for Spectre, and we don't provide them. The skywater PDK currently only supports open source simulators like ngspice and xyce.

Cool references @alaindargelas. Sounds like a great idea