mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
+ Warnings now printed by flow_fail and at the end of noninteractive flow runs + Created warnings.log, errors.log with all warnings and errors + Get Tag now returns a dummy tag if you're on a branch that's not `main` or `master` ~ Tarballing moved to run_tests.py ~ Restored `-u` permissions to run_test.py. ~ Version mismatches now cause the flow to fail, straight up ~ flow_summary.log -> openlane.log ~ Various warning messages updated ~ Version checking moved to `prep` ~ change .bashrc CWD color to green (black was not readable) ~ `return -code error` added to flow_fail, removed after all flow_fail invocations ~ `make pdk` fixed - Removed `--tar_list` from run_designs.py - do your own tarring