Hunter Nichols
|
d54074d68e
|
Made timing graph more gate-level. Changed edges to be defined by inputs/ouputs and name based.
|
2019-05-07 00:52:27 -07:00 |
Hunter Nichols
|
5bfc42fdbb
|
Added quality improvements to graph: improved naming, auto vdd/gnd removal
|
2019-04-29 23:57:25 -07:00 |
Hunter Nichols
|
f35385f42a
|
Cleaned up names, added exclusions to narrow paths for analysis.
|
2019-04-24 23:51:09 -07:00 |
Hunter Nichols
|
e292767166
|
Added graph creation and functions in base class and lower level modules.
|
2019-04-24 14:23:22 -07:00 |
Hunter Nichols
|
4f28295e20
|
Added initial graph for correct naming
|
2019-04-19 01:27:06 -07:00 |
Hunter Nichols
|
c1411f4227
|
Applied quick corner estimation to analytical delay.
|
2019-04-09 12:26:54 -07:00 |
Hunter Nichols
|
a500d7ee3d
|
Adjusted bitcell analytical delays for multiport cells.
|
2019-04-09 02:49:52 -07:00 |
Hunter Nichols
|
25c034f85d
|
Added more accurate bitline delay capacitance estimations
|
2019-04-09 01:56:32 -07:00 |
Hunter Nichols
|
1438519495
|
Added check to pdriver for 0 fanout which can break compute_sizes.
|
2019-04-03 17:53:28 -07:00 |
Hunter Nichols
|
edac60d2a8
|
Merged with dev and fixed conflicts.
|
2019-04-03 16:45:01 -07:00 |
Hunter Nichols
|
cc5b347f42
|
Added analyical model test which compares measured delay to model delay.
|
2019-04-03 16:26:20 -07:00 |
Hunter Nichols
|
f6eefc1728
|
Added updated analytical characterization with combined models
|
2019-04-02 01:09:31 -07:00 |
Matt Guthaus
|
df4e2fead8
|
Return empty set instead of a list.
|
2019-04-01 15:59:57 -07:00 |
Matt Guthaus
|
07ecf52b9f
|
Add giant example for front-end mode
|
2019-04-01 15:49:01 -07:00 |
Matt Guthaus
|
5f37677225
|
Convert pin map to a set for faster membership.
|
2019-04-01 15:45:44 -07:00 |
Matt Guthaus
|
74f904a509
|
Cleanup options for front-end. Improve info output.
|
2019-04-01 10:35:17 -07:00 |
Matt Guthaus
|
c3e074c069
|
Add option for routing supplies. Off by default, but enabled in unit test config files.
|
2019-04-01 09:58:59 -07:00 |
Hunter Nichols
|
97777475b4
|
Added additions to account for custom delay chains.
|
2019-03-28 17:16:23 -07:00 |
Hunter Nichols
|
50d3b4cb8d
|
Added some bitline measures to the model_checker
|
2019-03-19 15:03:57 -07:00 |
Matt Guthaus
|
95d96bd45d
|
Add OPENRAM_TMP environment check
|
2019-03-08 11:12:30 -08:00 |
Matt Guthaus
|
0354e2dfb7
|
Rename config_20 to config since it is used in all tests
|
2019-03-08 10:47:41 -08:00 |
Matt Guthaus
|
196710ec3e
|
Remove factory from lef and verilog tests
|
2019-03-08 09:22:48 -08:00 |
Matt Guthaus
|
bd256d33d6
|
Remove syntax error
|
2019-03-08 08:35:18 -08:00 |
Matt Guthaus
|
7129f79dc4
|
Merge remote-tracking branch 'origin' into tech_reorg
|
2019-03-08 08:33:46 -08:00 |
Matt Guthaus
|
d8f64500e6
|
Remove factory create from lib tests so that we can give required name
|
2019-03-08 08:31:26 -08:00 |
Hunter Nichols
|
e39f9ee481
|
Merge branch 'dev' into multiport_characterization
|
2019-03-07 12:31:14 -08:00 |
Hunter Nichols
|
910878ed30
|
Removed bitline measures until hardcoded signal names are made dynamic
|
2019-03-07 12:30:27 -08:00 |
Jesse Cirimelli-Low
|
e6311dd44a
|
Merge branch 'datasheet_gen' into dev
|
2019-03-06 23:47:19 -08:00 |
Jesse Cirimelli-Low
|
4754e6851d
|
add_db takes commline line argv for path
|
2019-03-06 22:21:05 -08:00 |
Jesse Cirimelli-Low
|
c1770036ac
|
made the add_db code much simpler
|
2019-03-06 22:20:34 -08:00 |
Jesse Cirimelli-Low
|
83e810f8b8
|
added sorting to deliverables output
|
2019-03-06 21:12:21 -08:00 |
Jesse Cirimelli-Low
|
fac9ff9be6
|
changed add_db.py to uncommenting method
|
2019-03-06 20:59:52 -08:00 |
Matt Guthaus
|
95137a2c26
|
Wrap debug line
|
2019-03-06 14:24:24 -08:00 |
Matt Guthaus
|
77229d5121
|
Reduce verbosity
|
2019-03-06 14:24:18 -08:00 |
Matt Guthaus
|
c4c844a8a2
|
Remove duplicate module name checking since we use the factory
|
2019-03-06 14:14:46 -08:00 |
Matt Guthaus
|
09a429aef7
|
Update unit tests to all use the sram_factory
|
2019-03-06 14:12:24 -08:00 |
Matt Guthaus
|
acf2798a18
|
Add link to presentation in README
|
2019-03-06 08:29:43 -08:00 |
Matt Guthaus
|
cfc14f327e
|
Factor default corner out of import_tech
|
2019-03-06 07:46:30 -08:00 |
Matt Guthaus
|
d178801882
|
Simplify tech organization and import
|
2019-03-06 07:41:38 -08:00 |
Hunter Nichols
|
80a325fe32
|
Added corner information for analytical power estimation.
|
2019-03-04 19:27:53 -08:00 |
Hunter Nichols
|
ddeb40c9bf
|
Added lib test which generates multiple corner models. Only does process currently.
|
2019-03-04 16:27:10 -08:00 |
Hunter Nichols
|
7e67b741f6
|
Merge branch 'dev' into multiport_characterization
|
2019-03-04 00:43:03 -08:00 |
Hunter Nichols
|
0e96648211
|
Added linear corner factors in analytical delay model.
|
2019-03-04 00:42:18 -08:00 |
Matt Guthaus
|
22deab959c
|
Fix setup_bitcell to allow user to force override the bitcell.
|
2019-03-03 11:58:41 -08:00 |
Matt Guthaus
|
abcb1cfa2c
|
Correct elsif to elif
|
2019-02-28 09:17:24 -08:00 |
Matt Guthaus
|
da6aa161de
|
Don't autodetect the bitcell if the user overrides it
|
2019-02-28 09:12:32 -08:00 |
Matt Guthaus
|
fb7264bae2
|
Merge branch 'dev' of github.com:VLSIDA/PrivateRAM into dev
|
2019-02-28 08:44:18 -08:00 |
Jesse Cirimelli-Low
|
3802c537e5
|
added add_db.py to add .db files to datasheets
|
2019-02-27 22:20:06 -08:00 |
Hunter Nichols
|
816669b9ca
|
Merge branch 'dev' into multiport_characterization
|
2019-02-26 22:48:39 -08:00 |
Hunter Nichols
|
ea51cfdbb4
|
Removed data collection script
|
2019-02-26 22:46:38 -08:00 |