You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,16 @@ To simulate
17
17
```
18
18
cd sim
19
19
make clean sim
20
-
```
20
+
```
21
+
22
+
## ECO done in DFFRAMS to get antenna clean
23
+
24
+
The ECOs were done on both DFFRAMs to clean antenna violations, these ECOs were only on metal layers and were done using the jumper method for antenna avoidance
25
+
26
+
The non-eco'd views coming out of OpenLane is postfixed by `-openlane`, for example: `gds/RAM128-openlane.gds.gz`
27
+
28
+
The eco'd views are the views that doesn't have postfix
29
+
30
+
After the eco `scripts/update_views.sh` was ran to produce mag, lef and def views for the eco'd gds
31
+
32
+
`scripts/build_mgmt_core_wrapper.sh` was ran to produce the final gds for mgmt_core_wrapper
0 commit comments