Johan Euphrosine
Johan Euphrosine
It seems that the precheck runs out of memory during klayout check causing the following traceback when being run on github actions: ``` {{STEP UPDATE}} Executing Check 3 of 4:...
# Changes - use containers images from https://hdl.github.io/containers/ - copy klayout (`0.28`), magic (`8.3.348`) and verilog (`12.0`) binaries from `pkg` images variant - install dependencies - add ci workflows to...
**mpw_precheck** should have support for selecting different PDK and validate user project based on gf180mcuC.
https://github.com/efabless/mpw_precheck/blob/main/checks/drc_checks/klayout/met_min_ca_density.lydrc found some density tests the klayout drc deck for g180mcu: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/92ec4b2e5eb193a0c5c2754413d44981c8e17e16/rules/klayout/drc/gf180mcu_density.drc Is there more needed here? Part of #146
https://github.com/efabless/mpw_precheck/blob/main/checks/drc_checks/klayout/klayout_gds_drc_check.py#L45 Part of #146
Since developers might not have a checkout of the open_pdks repo (i.e: if relying on a pre-build PDK), the precheck for `Open PDKs & Skywater PDK versions` should probably rely...
Workaround #24 Using: ``` sed -i -e 's/module \(.*\)(/module \1_func(/' cells/*/*.functional.pp.v ``` Regenerated the library file with `open_pdks` https://github.com/RTimothyEdwards/open_pdks/blob/master/common/foundry_install.py: ``` python3 common/foundry_install.py -source ~/src/github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0/ \ -target /tmp/out \ -library digital...
Per https://firebase.google.com/support/faq#expandable-9 billing is now required for Firebase Functions deployment with Node.js >= 10, we should make this explicit in the README.
Trying to run the following ngspice simulation: ``` .title sg13g2_inv_1 .lib /content/IHP-Open-PDK/ihp-sg13g2/libs.tech/ngspice/models/SG13G2_hbt_woStatistics.hsp.lib .include /content/IHP-Open-PDK/ihp-sg13g2/libs.ref/sg13g2_stdcell/spice/sg13g2_stdcell.spice X1 GATE DRAIN VPWR 0 0 VGND sg13g2_inv_1 Vgnd VGND 0 0 Vdd VPWR VGND 5.0...