Johan Euphrosine
Johan Euphrosine
It would be nice to have the main `flow` function exposed as regular python function, so that users can more programatically batch multiple compilation with different options. Note: since `@click`...
would it make sense to associate this repo with the https://github.com/chipsalliance, so that we can also include ASIC projects? background: @mithro suggested that we duplicate some of the ideas in...
## Description Trying to run: ``` export PDK_ROOT=/usr/local/share/pdk export PDK=gf180mcuC export STD_CELL_LIBRARY=gf180mcu_fd_sc_mcu7t5v0 export STD_CELL_LIBRARY_OPT=gf180mcu_fd_sc_mcu7t5v0 flow.tcl -ignore_mismatches -design spm ``` with https://github.com/proppy/volare-gf180mcu-wip/releases/download/gf180mcu-82d61e2_a897aa3_3d1aed6/default.tar.xz and https://github.com/The-OpenROAD-Project/OpenLane/commit/3ee8cf0da0b5292557e3f3ae398194d65970a6d2 reverted to workaround #1379 fails with the...
Fixes #1387
## Description Trying to run: ``` %env PDK=sky130A %env STD_CELL_LIBRARY=sky130_fd_sc_hd %env STD_CELL_LIBRARY_OPT=sky130_fd_sc_hd !flow.tcl -design inverter -ignore_mismatches ``` against the latest version of OpenROAD (https://github.com/The-OpenROAD-Project/OpenROAD/commit/47e8b5f57e2f680172f99c0433c01ed91fcf7fe7) hangs on the following operation: ```...
As discussed in https://github.com/efabless/volare/pull/20#issuecomment-1241737557 we need to modify the CI workflow to publish volare build of gf180mcu. This depends on https://github.com/efabless/volare/pull/24 to allow us to mark those as pre-release (to...
This copy all the arguments, instead of just forwarding `argv[0]`, reusing the same code that was previously in https://github.com/The-OpenROAD-Project/OpenROAD/commit/47e8b5f57e2f680172f99c0433c01ed91fcf7fe7#diff-7c2e2869b9670e340a14a2b2ed1cc45a9f85fb8b219a4c1f06fdd467f49375c1L216-L222 Fixes: #2287
As discussed in https://github.com/hdl/conda-eda/pull/228#issuecomment-1201078808, we'd need to get releases tagged in order to publish an OpenROAD to https://conda-forge.org/. Latest tag https://github.com/The-OpenROAD-Project/OpenROAD/tree/v2.0 is ~1yo, would it be possible to get another...
It seems that sending an empty design thru OpenROAD flow script: ``` module noop(clk); input clk; wire clk; endmodule ``` makes GPL error out with a stacktrace: ``` Stack trace:...
I get the following error when using condacolab `master` with manually built https://github.com/conda/constructor/ installers? ``` Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying...