mpw_precheck
mpw_precheck copied to clipboard
Several (12) designs submitted to mpw-7 had the gds, `user_project_wrapper.v` and `user_proj_example.v` equivalent to the default `user_project_wrapper`. These layouts are probably not what was intended to be taped out and...
(This is moved from #3 for ease of traceability) It should check the following: - All documentation should use inclusive language https://opensource.google/docs/releasing/preparing/#inclusive - Repository should have a README file https://opensource.google/docs/releasing/preparing/#include-a-readme-file
For details see the extra_be_checks repo 2406 branch.
'"/' and '#' have been flagged by Skywater. Are there other illegal characters? Should we automatically replaced with another string ('__' maybe)? Or, push back to customer?
There is a tap low density area in the user project area. Caused the fom fill to space out? (Marwan during the 2404/6 post mortem).
spice ignores case, verilog (by default?) doesn't. netgen's LVS can go either way - ignoring case is spice file is read first, considering case if verilog is read first. This...