mirror of https://github.com/VLSIDA/OpenRAM.git
Add wells to fix DRC errors in SCMOS library cells.
This commit is contained in:
parent
f572b83671
commit
fb2ed1d46c
|
|
@ -26,7 +26,7 @@ class library_drc_test(unittest.TestCase):
|
||||||
drc_errors += 1
|
drc_errors += 1
|
||||||
debug.error("Missing GDS file: {}".format(gds_name))
|
debug.error("Missing GDS file: {}".format(gds_name))
|
||||||
drc_errors += verify.run_drc(name, gds_name)
|
drc_errors += verify.run_drc(name, gds_name)
|
||||||
|
self.assertEqual(drc_errors, 0)
|
||||||
# fails if there are any DRC errors on any cells
|
# fails if there are any DRC errors on any cells
|
||||||
self.assertEqual(drc_errors, 0)
|
self.assertEqual(drc_errors, 0)
|
||||||
globals.end_openram()
|
globals.end_openram()
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,6 +1,10 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1425318832
|
timestamp 1516665972
|
||||||
|
<< nwell >>
|
||||||
|
rect -5 31 42 52
|
||||||
|
<< pwell >>
|
||||||
|
rect -5 -6 42 31
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 7 12 9 20
|
rect 7 12 9 20
|
||||||
rect 29 12 31 20
|
rect 29 12 31 20
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1424105514
|
timestamp 1516666526
|
||||||
|
<< nwell >>
|
||||||
|
rect -2 0 18 200
|
||||||
|
<< pwell >>
|
||||||
|
rect 18 0 40 200
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 24 178 27 180
|
rect 24 178 27 180
|
||||||
rect 24 162 27 164
|
rect 24 162 27 164
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1424371826
|
timestamp 1516666672
|
||||||
|
<< nwell >>
|
||||||
|
rect -4 31 42 53
|
||||||
|
<< pwell >>
|
||||||
|
rect -4 -6 42 31
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 7 12 9 20
|
rect 7 12 9 20
|
||||||
rect 29 12 31 20
|
rect 29 12 31 20
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1424193153
|
timestamp 1516667220
|
||||||
|
<< nwell >>
|
||||||
|
rect 0 0 40 83
|
||||||
|
<< pwell >>
|
||||||
|
rect 0 83 40 152
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 21 115 23 128
|
rect 21 115 23 128
|
||||||
rect 12 89 14 102
|
rect 12 89 14 102
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1428529544
|
timestamp 1516666759
|
||||||
|
<< nwell >>
|
||||||
|
rect -2 45 38 73
|
||||||
|
<< pwell >>
|
||||||
|
rect -2 0 38 45
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 9 27 11 31
|
rect 9 27 11 31
|
||||||
rect 17 27 19 31
|
rect 17 27 19 31
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,12 @@
|
||||||
magic
|
magic
|
||||||
tech scmos
|
tech scmos
|
||||||
timestamp 1424105890
|
timestamp 1516667113
|
||||||
|
<< nwell >>
|
||||||
|
rect -3 100 37 137
|
||||||
|
rect -3 -1 37 50
|
||||||
|
<< pwell >>
|
||||||
|
rect -3 137 37 201
|
||||||
|
rect -3 50 37 100
|
||||||
<< ntransistor >>
|
<< ntransistor >>
|
||||||
rect 9 176 11 188
|
rect 9 176 11 188
|
||||||
rect 17 176 19 188
|
rect 17 176 19 188
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue