Mitch Bailey
Mitch Bailey
In particular, the `setup-timing-scripts` target won't work because these settings are not included. ``` export CUP_ROOT=$(shell pwd) export TIMING_ROOT?=$(shell pwd)/dependencies/timing-scripts export PROJECT_ROOT=$(CUP_ROOT) timing-scripts-repo=https://github.com/efabless/timing-scripts.git $(TIMING_ROOT): @mkdir -p $(CUP_ROOT)/dependencies @git clone $(timing-scripts-repo)...
And 1 change.
### Description Tried to add `sky130_fd_sc_hs` library but failed with errors. ### Expected Behavior Should add the missing library to the pdk. ### Relevant command ```shell-script volare build -l sky130_fd_sc_hs...
The precheck consistency check checks the top level instances in `netgen/user_analog_project_wrapper.spice` against the top level cells in `gds/user_analog_project_wrapper.gds`. Comments in the top level of the `user_analog_project_wrapper.spice` cause the following error....
Defaults for each gpio should be consistent with the analog, in, out, and oeb connections. Add a check for inconsistencies based on https://docs.google.com/document/d/1bjmTO3ltCY-aRiNPkIlxbMTUPZ0887cxb2FdVshmwSM/edit
Analog designs may not pass through openlane for antenna checking. It might be helpful to have an antenna check in precheck.
In `checks/xor_check/erase_box_gf180mcu.tcl` there is this sky130 reference ``` cif istyle sky130(vendor) ``` The only cifinput style in `gf180mcuD.tech` is `import` Not a critical error because the default style is the...
Having a clear method of tracking what version of `extra_be_checks` is included in `mpw_precheck` is needed. Current commit of `extra_be_checks` is `a60939f2844da06a8907d04c3368d17de5b1db84` and contains samples of `lvs_config` files used in...
Removed invalid EF line Added sky130B capability Maybe filename should be changed from sky130A.magicrc to sky130.magicrc but that requires a change to the Makefile too. Fixes #135