Hunter Nichols
393a9ca0d8
Data scaling is only dependent on a single file rather than a directory now.
2020-12-09 15:03:04 -08:00
Hunter Nichols
fc55cd194d
Added model selection option.
2020-12-09 12:54:11 -08:00
Hunter Nichols
8a75b83889
Fixed input scaling bugs delay prediction model
2020-12-07 14:36:01 -08:00
Hunter Nichols
77d7e3b1cf
Merge branch 'dev' into automated_analytical_model
2020-12-07 14:24:04 -08:00
Hunter Nichols
6e7d1695b5
Cleaned code to remove validation during training.
2020-12-07 14:22:53 -08:00
Hunter Nichols
5f4a2f0231
Added function to get all data and scale vs just a portion
2020-12-07 13:11:04 -08:00
mrg
bad1274bdb
Use internal name for col/row caps. gds ordered read enabled.
2020-12-03 10:03:47 -08:00
Hunter Nichols
dcd20a250a
Changed linear regression model to reference data in tech dir vs local ref.
2020-12-02 15:20:50 -08:00
Hunter Nichols
d111041385
Refactored analytical model to be it's own module with shared code moved to simulation
2020-12-02 14:06:39 -08:00
Hunter Nichols
ce9036af76
Moved model scripts to characterizer dir
2020-12-02 13:25:03 -08:00
mrg
28354bffe0
Add offset to output when printing verbose GDS
2020-12-02 12:03:10 -08:00
mrg
4f28351dcd
Add printGDS script to aid debugging things.
2020-12-02 11:52:38 -08:00
mrg
3c115f0ecb
LVS using Netgen not Magic
2020-12-02 11:26:00 -08:00
mrg
edf3d9557d
Purge temp at the start of every run if it exists.
2020-12-02 11:09:40 -08:00
mrg
0250d9add7
v1.1.7
2020-12-01 17:15:03 -08:00
mrg
705d8e3105
Fix wrong via starting layer
2020-12-01 17:12:35 -08:00
mrg
f320017b86
Decrease verbosity of script output
2020-12-01 17:12:17 -08:00
mrg
583a70c24e
Fix select layer for column mux array
2020-12-01 15:20:44 -08:00
mrg
b4cab6ec57
Change mult to 1 always.
2020-12-01 15:20:24 -08:00
mrg
c3472b5bc5
Remove old commented code
2020-12-01 13:27:50 -08:00
mrg
a31e0dab02
Remove via-to-via path width hack
2020-12-01 13:27:32 -08:00
mrg
a5b5f7c22b
Change layer away from wordlines
2020-12-01 11:33:55 -08:00
mrg
62bf713913
Only remove files at end of openram
2020-12-01 11:19:37 -08:00
mrg
3829213afe
Use and2_dec instead of buf_dec for better wldriver layout
2020-12-01 11:19:12 -08:00
mrg
b621c3bdc0
Allow verbose output from scripts with one -v and not unit test
2020-12-01 11:18:27 -08:00
mrg
fb4cf0d4d1
Remove env variable from run_lvs script
2020-12-01 09:52:23 -08:00
mrg
e817b02ade
Fix syntax error. Enable script echo on -v -v.
2020-11-30 09:38:42 -08:00
Tim 'mithro' Ansell
59c6980052
Rework run_script command.
...
* Use Python subprocess module.
* Echo the command output to the console.
* Print while things are still running.
2020-11-29 13:03:58 -08:00
Tim 'mithro' Ansell
fa5296e621
Improving magic verification shell scripts.
...
* Output header at start of script.
* Output footer at end.
* Add a bunch more progress report to magic output.
* Make script return the same exit code as magic.
2020-11-29 12:19:19 -08:00
mrg
0ccb3487b6
Set default port map
2020-11-24 13:27:11 -08:00
mrg
4e10f6d8a6
Make cell/bitcell custom cell external accessible.
2020-11-24 12:01:00 -08:00
mrg
cdcd115cec
Fix typos
2020-11-24 10:35:14 -08:00
jcirimel
d2bc7340ed
finish col cap start row cap
2020-11-24 03:02:55 -08:00
jcirimel
f40e5f6dba
start of adding additional granularity to 1port col caps
2020-11-23 06:55:47 -08:00
mrg
5ee3f4cc66
Many edits.
...
Use internal vdd/gnd names.
Refactor getters in bitcell to base class.
Add BIAS signal type.
2020-11-22 08:24:47 -08:00
mrg
6e51c3cda0
PEP8 cleanup bitcell_base
2020-11-22 07:11:08 -08:00
mrg
95573c858c
Can redefine number of ports in custom_cell_properties
2020-11-21 08:05:49 -08:00
mrg
aa03eec943
Fix syntax error.
2020-11-21 07:16:45 -08:00
mrg
4c75bc003e
Fix bounding box of replica array to include wordline grounds.
2020-11-21 07:03:59 -08:00
mrg
718c327527
Fix iteration bug with new type
2020-11-20 17:33:15 -08:00
mrg
e134e07522
Merge branch 'dev' of github.com:VLSIDA/PrivateRAM into dev
2020-11-20 16:57:14 -08:00
mrg
f729e9fca7
Fix new replica_bitcell_array refactor with end caps. Remove single port end cap exceptions.
2020-11-20 16:56:07 -08:00
mrg
27a652ac1b
Fix bounding box of cap arrays
2020-11-20 16:54:53 -08:00
Hunter Nichols
53e64fb696
Merge branch 'dev' into characterizer_bug_fixes
2020-11-20 11:16:41 -08:00
Hunter Nichols
9fd473ce70
Fixed issue with selection of column address when checking bitline names.
2020-11-20 01:11:08 -08:00
Hunter Nichols
b201fa4bca
Fixed path measurement in delay
2020-11-19 22:53:38 -08:00
mrg
b77f168270
Fix original pin name bug in bitcell too.
2020-11-19 15:12:02 -08:00
mrg
033111a5f3
Default to no hierarchical word lines.
2020-11-19 10:48:35 -08:00
mrg
35c162acbd
Use internal pin names in path names for signal traces.
2020-11-19 08:45:09 -08:00
mrg
fbed738b4a
Merge multiple cell_name fix.
2020-11-18 16:27:28 -08:00