forked from The-OpenROAD-Project/OpenROAD-flow-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request The-OpenROAD-Project#2050 from The-OpenROAD-Projec…
…t-staging/secure-yosys0.42 update Yosys submodule to version 0.42
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule OpenROAD
updated
29 files
+117 −115 | src/ant/include/ant/AntennaChecker.hh | |
+768 −1,795 | src/ant/src/AntennaChecker.cc | |
+1 −1 | src/ant/src/AntennaChecker.i | |
+1 −0 | src/ant/src/CMakeLists.txt | |
+73 −0 | src/ant/src/PinType.hh | |
+129 −0 | src/ant/src/Polygon.cc | |
+75 −0 | src/ant/src/Polygon.hh | |
+57 −75 | src/ant/test/ant_check.ok | |
+14 −11 | src/ant/test/ant_report.rptok | |
+56 −74 | src/ant/test/check_api1.ok | |
+56 −74 | src/ant/test/check_drt1.ok | |
+270 −350 | src/ant/test/check_grt1.ok | |
+0 −19 | src/dft/test/cpp_tests.ok | |
+0 −46 | src/dft/test/cpp_tests.tcl | |
+0 −1 | src/grt/src/RepairAntennas.cpp | |
+19 −21 | src/grt/test/repair_antennas4.ok | |
+136 −108 | src/gui/src/chartsWidget.cpp | |
+20 −17 | src/gui/src/chartsWidget.h | |
+32 −22 | src/mpl2/src/graphics.cpp | |
+2 −2 | src/mpl2/src/graphics.h | |
+82 −65 | src/mpl2/src/hier_rtlmp.cpp | |
+0 −4 | src/mpl2/src/hier_rtlmp.h | |
+2 −4 | src/mpl2/src/mpl.i | |
+2 −1 | src/mpl2/src/mpl.tcl | |
+11 −27 | src/mpl2/src/object.cpp | |
+16 −27 | src/mpl2/src/object.h | |
+7 −7 | src/mpl2/src/rtl_mp.cpp | |
+51 −49 | test/ibex_sky130hs.metrics | |
+6 −6 | test/ibex_sky130hs.metrics_limits |
Submodule yosys
updated
73 files