Johan Euphrosine
Johan Euphrosine
There seems to be quite a few hardcoded path in various makefiles: https://github.com/efabless/caravel_mgmt_soc_litex/search?q=Users%2Fjeffdi I'm not sure if those interfer with the default build process, but it'd be nice to clean...
In order to enable https://github.com/efabless/caravel_user_project/issues/162 we need a version of the mgmt soc hardened with the current OpenLane gf180mcu-pdk support.
https://github.com/efabless/caravel_mgmt_soc_litex/blob/3fee299f8177cebf7919eb0e6da7f0f5ad7af31d/verilog/dv/make/env.makefile#L30 seems to assume this repo is cloned in a directory named `caravel_mgmt_soc_litex`. That doesn't seems to be always the case, e.g: `caravel_user_project` makefile: https://github.com/efabless/caravel-lite/blob/main/Makefile#L45 Instead `env.makefile` should probably rely...
So that analog projects can be submitted to GF-MPW1+
`enable` currently fails with the following errors if a `tar.xz` file contains directories: ``` Traceback (most recent call last): File "/tmp/5/env/bin/volare", line 33, in sys.exit(load_entry_point('volare', 'console_scripts', 'volare')()) File "/tmp/5/env/lib/python3.10/site-packages/click/core.py", line...
Fixes #186
Klayout based DRC checks always fail with: ``` ERROR klayout_offgrid FAILED, stat=2, see /home/proppy/src/MPW18H1/caravel_user_project/precheck_results/11_FEB_2023___06_05_03/logs/klayout_offgrid_check.log ``` Desprite the DRC logs reporting: ``` 2023-02-11 15:10:44 +0900: Memory Usage (515760kB) : DRC Total...
currently the magic script use fixed ascending index for command line parameters: https://github.com/efabless/mpw_precheck/blob/main/checks/xor_check/erase_box.tcl#L2-L4 which seems fragile and can cause issue if wrapping the main magic executable in another shell script....
It seems that currently python dependencies are only tracked and installed as part of the container build process: https://github.com/efabless/mpw_precheck/blob/main/dependencies/Dockerfile#L37 It would be better to track those with a requirements.txt file...