Hunter Nichols
|
d8437249f7
|
Condensed some datasheet code in lib.py
|
2021-01-06 15:53:22 -08:00 |
Hunter Nichols
|
bb841fc84d
|
Added option to output the datasheet.info file.
|
2021-01-06 12:45:34 -08:00 |
Hunter Nichols
|
cd84cf1973
|
Merged and addressed conflict in delay.py
|
2021-01-06 01:37:16 -08:00 |
Hunter Nichols
|
48baf3ab4e
|
Updated test to use new analytical class
|
2021-01-06 01:34:44 -08:00 |
mrg
|
c89e156bfe
|
Separate add pins and route pins so pins can block supply router.
|
2020-12-23 10:49:47 -08:00 |
mrg
|
96c75d7c4b
|
Remove outdated unit tests for router
|
2020-12-23 07:42:36 -08:00 |
mrg
|
35c1f2d8a5
|
Delete temp files
|
2020-12-23 07:41:04 -08:00 |
mrg
|
9ef4cf14c5
|
Check for drc/lvs aux scripts in test 30
|
2020-12-23 07:25:24 -08:00 |
mrg
|
e59333a232
|
Change options to use route perimeter pins and supply as tree by default.
|
2020-12-23 07:25:07 -08:00 |
mrg
|
1885794016
|
Only write drc/lvs scripts if drc/lvs is enabled
|
2020-12-23 07:16:43 -08:00 |
mrg
|
94b1e729ab
|
Don't add vias when placing dff array
|
2020-12-22 17:08:53 -08:00 |
Hunter Nichols
|
9edaca0616
|
Changed tech path in linear regression to use openram_tech option.
|
2020-12-22 16:45:04 -08:00 |
mrg
|
286ac635d6
|
Escape router changes.
Rename exit router to escape router.
Perform supply and signal escape routing after channel and other routing.
|
2020-12-22 16:35:05 -08:00 |
mrg
|
52119fe3b3
|
Cleanup exit route. Pins are on perimeter mostly.
|
2020-12-22 15:56:51 -08:00 |
Hunter Nichols
|
6eac0530a1
|
Added words per row to datasheet
|
2020-12-22 15:00:11 -08:00 |
mrg
|
ae1c889235
|
Updates to IO signal router.
Route signals to perimeter using maze router.
Move IO pins without perimeter pins to M3 using add_io_pin (like add_power_pin).
|
2020-12-22 09:39:58 -08:00 |
mrg
|
348001b1c8
|
Supply tree uses signal grid. PEP8 cleanup.
|
2020-12-21 13:51:50 -08:00 |
mrg
|
98250cf115
|
Copy pins as rects before removing them.
|
2020-12-21 13:47:05 -08:00 |
mrg
|
fc91c0da23
|
Only warn if characterizing.
|
2020-12-21 12:44:37 -08:00 |
mrg
|
6101195b51
|
Function to remove layout pins.
|
2020-12-21 12:44:04 -08:00 |
mrg
|
3c08dfcca5
|
Enable single pin for vdd/gnd after supply router
|
2020-12-18 11:09:10 -08:00 |
mrg
|
946ad66e7a
|
Make width based on bitcell offsets, not number of columns
|
2020-12-18 09:22:10 -08:00 |
mrg
|
3a3ecb27d2
|
Merge branch 'dev' into supply_router
|
2020-12-17 15:53:31 -08:00 |
Hunter Nichols
|
732404b330
|
Added an option that prevents lib.py from generating corners and only uses corners in config file.
|
2020-12-17 15:32:15 -08:00 |
mrg
|
29880a0b5a
|
Write mask and array supply pins on the ends
|
2020-12-17 15:25:19 -08:00 |
mrg
|
bad735fd89
|
Uncomment flatten as it is neeeded for correct extraction
|
2020-12-17 15:24:44 -08:00 |
Hunter Nichols
|
240dc784af
|
Fixed issue with static inputs causing errors. Added corners to linear regression inputs.
|
2020-12-17 14:54:43 -08:00 |
Hunter Nichols
|
b760656572
|
Made process a required feature. Fixed issue with features that have the same max and min
|
2020-12-17 14:08:45 -08:00 |
mrg
|
e6ff73dbc1
|
Move supply pins for wmask and array to edge to avoid channel route congestion
|
2020-12-17 11:48:08 -08:00 |
mrg
|
c0ab0af201
|
Retry routes with expanding detour allowed.
|
2020-12-17 11:39:17 -08:00 |
Hunter Nichols
|
56c4c89720
|
Adjusted error margin for period in analytical model and added check in model test.
|
2020-12-17 01:34:53 -08:00 |
mrg
|
11384ef926
|
Improve output messaging of tree router
|
2020-12-16 16:57:40 -08:00 |
mrg
|
2b0f8bf263
|
Don't exit with error when source is target for maze router
|
2020-12-16 16:57:29 -08:00 |
mrg
|
d5ed45dadf
|
Make default router tree router
|
2020-12-16 16:42:19 -08:00 |
mrg
|
f55b57033d
|
Route col decoder address with data bits in channel
|
2020-12-15 16:37:23 -08:00 |
mrg
|
878a9cee8a
|
Add channel routes as flat instances to appease Magic extraction.
|
2020-12-15 16:01:39 -08:00 |
mrg
|
fd118c62e5
|
Default zom is None not negative.
|
2020-12-15 13:27:36 -08:00 |
mrg
|
9d9f0fddf0
|
Only do total DRC count.
|
2020-12-15 13:00:20 -08:00 |
Hunter Nichols
|
f1f6a1a520
|
Removed windows end of line characters.
|
2020-12-15 12:08:31 -08:00 |
mrg
|
6714e9fac0
|
Only run DRC and LVS at SRAM level if not a unit test to reduce run time.
|
2020-12-15 10:46:55 -08:00 |
Hunter Nichols
|
942675051a
|
Added test for linear regression model.
|
2020-12-14 14:37:53 -08:00 |
Hunter Nichols
|
06232dee8f
|
Added leakage and slew data. Added temporary fix to model output format.
|
2020-12-14 14:32:10 -08:00 |
mrg
|
5c4389efa4
|
PEP8 fixes
|
2020-12-14 14:18:53 -08:00 |
mrg
|
da48b8d98c
|
Fix replica column bit index
|
2020-12-14 14:18:39 -08:00 |
mrg
|
2954f13294
|
Update temp file to be relative
|
2020-12-14 14:18:18 -08:00 |
mrg
|
9a3776e758
|
Use default zoom for text
|
2020-12-14 14:18:00 -08:00 |
Hunter Nichols
|
25544c3974
|
Added similar interface to linear regression as elmore
|
2020-12-14 13:59:31 -08:00 |
mrg
|
87493e1e30
|
Disable pex tests.
|
2020-12-11 11:47:10 -08:00 |
mrg
|
35a6b1d2ee
|
Fix copy gds/sp error with new relative paths
|
2020-12-11 10:22:35 -08:00 |
mrg
|
38bf12771b
|
Make DRC/LVS scripts use relative paths
|
2020-12-11 10:06:00 -08:00 |