Matt Guthaus
|
3cfe74cefb
|
Functional simulation uses threshold for high and low noise margins
|
2018-11-28 16:55:04 -08:00 |
Matt Guthaus
|
71177d0b70
|
Fixed small bugs with new port index stuff and layout.
|
2018-11-08 17:40:22 -08:00 |
Matt Guthaus
|
7b10e3bfec
|
Convert port index lists to three simple lists.
|
2018-11-08 12:19:40 -08:00 |
Hunter Nichols
|
9744bc516a
|
Merge branch 'dev' into multiport_characterization
|
2018-11-05 10:40:29 -08:00 |
Matt Guthaus
|
38dab77bfc
|
Add fixed seed to functional test during unit tests. Skip non-working tests after fixed seed.
|
2018-11-03 10:53:09 -07:00 |
Hunter Nichols
|
e5dcf5d5b1
|
Altered bitline with heuristic to have a larger delay chain for larger column muxes. Also have to alter the feasible period for functional tests to pass.
|
2018-10-30 22:19:26 -07:00 |
Hunter Nichols
|
98a00f985b
|
Changed the analytical delay model to accept multiport options. Little substance to the values generated.
|
2018-10-26 00:08:13 -07:00 |
Hunter Nichols
|
8e243258e4
|
Added updated 1rw 1r bitcell with a text boundary. Added bitcell array test for the bitcell.
|
2018-10-26 00:08:12 -07:00 |
Matt Guthaus
|
57fb847d50
|
Fix check for missing simulator type in characterizer
|
2018-10-25 09:08:56 -07:00 |
Michael Timothy Grimes
|
3202e1eb09
|
Altering comment code in simulation.py to match the needs of delay.py
|
2018-10-25 00:58:01 -07:00 |
Michael Timothy Grimes
|
40450ac0f5
|
Merge branch 'dev' of https://github.com/VLSIDA/PrivateRAM into multiport
|
2018-10-25 00:36:46 -07:00 |
Michael Timothy Grimes
|
ceab1a5daf
|
Adding debug comments to stim file for functional test and cleaning up comment code in simulation.py. Adding multiple tests for different mux configurations to functional unit tests.
|
2018-10-25 00:11:00 -07:00 |
Hunter Nichols
|
a711a5823d
|
Merged dev and fix conflicts in geometry.py
|
2018-10-24 10:52:22 -07:00 |
Matt Guthaus
|
cccde193d0
|
Add ngspice equivalents of RUNLVL
|
2018-10-24 10:31:27 -07:00 |
Matt Guthaus
|
5f17525501
|
Added run-level option for write_control and enabled fast mode in functional tests
|
2018-10-24 09:32:44 -07:00 |
Hunter Nichols
|
da1b003d10
|
Fixed multiport lib files not generating the correct number of signals. Move setup time from DOUT to DIN in lib file. Altered golden files with these changes.
|
2018-10-24 00:17:08 -07:00 |
Hunter Nichols
|
016604f846
|
Fixed spacing in golden lib files. Added column mux into analytical model.
|
2018-10-24 00:16:26 -07:00 |
Hunter Nichols
|
53cb4e7f5e
|
Fixed lib files to be syntactically correct with multiport. Fixed issue in geometry.py that prevented netlist_only option from working.
|
2018-10-22 23:33:01 -07:00 |
Hunter Nichols
|
62439bdac6
|
Fixed merge conflicts with sram.py
|
2018-10-22 17:29:14 -07:00 |
Michael Timothy Grimes
|
2053a1ca4d
|
Improved debug comments for functional test
|
2018-10-22 01:09:38 -07:00 |
Jesse Cirimelli-Low
|
ab6afb7ca8
|
fixed html typos, added logo, added placeholder timing and current, began ports section
|
2018-10-17 19:27:09 -07:00 |
Matt Guthaus
|
5d6944953b
|
Fix char_result rename collision
|
2018-10-17 09:38:26 -07:00 |
Michael Timothy Grimes
|
a27cdb4fbc
|
Merge branch 'dev' of https://github.com/VLSIDA/PrivateRAM into multiport
|
2018-10-17 07:32:03 -07:00 |
Jesse Cirimelli-Low
|
afba54a22d
|
added analytical model support, added proper output with sram.py
|
2018-10-12 13:22:12 -07:00 |
Matt Guthaus
|
f7d1df6ca7
|
Fix trim spice with new names
|
2018-10-11 10:36:49 -07:00 |
Hunter Nichols
|
f30e54f33c
|
Cleaned up indexing in variable that records cycle times.
|
2018-10-10 00:02:03 -07:00 |
Hunter Nichols
|
3ac2d29940
|
Made delay.py a child of simulation.py. Removed duplicate code in delay and changed some in simulation
|
2018-10-09 17:44:28 -07:00 |
Hunter Nichols
|
a3bec5518c
|
Put worst case test under the hierarchy of a delay test. Added option for pex option to worst case test.
|
2018-10-09 00:36:14 -07:00 |
Hunter Nichols
|
fd806077d2
|
Added class and test for testing the delay of several bitcells.
|
2018-10-08 15:50:52 -07:00 |
Michael Timothy Grimes
|
6ef1a3c755
|
Improvements to functional test. Now will read or write in a random sequence, using randomly generated words and addresses, and using random ports in the multiported cases. Functional test still has some bugs that are being worked out so it will sometimes fail and sometimes not fail.
|
2018-10-08 06:34:36 -07:00 |
Jesse Cirimelli-Low
|
fa979e2d34
|
initial stages of html documentation generation
|
2018-10-06 21:15:54 -07:00 |
Hunter Nichols
|
7b4e001885
|
Altered web to only be generated for rw ports.
|
2018-10-04 15:08:12 -07:00 |
Hunter Nichols
|
371a57339f
|
Fixed bugs to allow characterization of multiple read ports. Improved some debug messages.
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
6e0a1b8823
|
Fixed bugs in power simulations. Made regex raw strings to remove warnings
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
c876bbfe73
|
Changed characterizer control generation to match recent changes in multiport.
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
2e322be7f7
|
Added changes the control logic PWL generation to match changes made in stimuli.
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
88f2238e03
|
Multiport variable bug fix and removed unused code.
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
bb79d9a62d
|
Added regex pattern matching to trim_spice to handle multiport.
|
2018-10-04 14:09:09 -07:00 |
Hunter Nichols
|
e7f92e67d0
|
Fixed issues with inst_sram that prevented functional test from running after merge.
|
2018-10-04 14:09:01 -07:00 |
Hunter Nichols
|
6c537c4884
|
Made stim node names more ngspice friendly for interactive mode. Cleaned up cycle comments. Changed ground names in stim and added related comments.
|
2018-10-04 14:06:43 -07:00 |
Hunter Nichols
|
65edc70cfd
|
Made global names for pins types. Fixed bugs in tests.
|
2018-10-04 14:06:43 -07:00 |
Hunter Nichols
|
d2120d6910
|
Moved pin name creation from stimuli to delay and bug fix in find_feasible_period_one_port
|
2018-10-04 14:06:34 -07:00 |
Hunter Nichols
|
4586ed343f
|
Edited lib to support port indexing. Edited tests in reaction to name dict name changes. Cleaned up measurement value generation in delay.
|
2018-10-04 14:04:08 -07:00 |
Hunter Nichols
|
ab7d3510b5
|
Cleaned up result tables to be indexed by port and measurement name. Lib has not been updated, so it crashes there.
|
2018-10-04 14:04:08 -07:00 |
Hunter Nichols
|
346b188372
|
Improved on some hard coded values which determine the measurements.
|
2018-10-04 14:04:08 -07:00 |
Hunter Nichols
|
cfe15d48a4
|
Added changes to make changing the names of the measurements simple in delay.py. Results in some hardcoded values which is TODO for a fix.
|
2018-10-04 14:04:08 -07:00 |
Hunter Nichols
|
aa0d032c78
|
Cleaned the char_data to fit the previous style. Added print statements to load/slew sims.
|
2018-10-04 14:04:08 -07:00 |
Michael Timothy Grimes
|
cf4b216888
|
Correcting functional inheritance from simulation.
|
2018-10-04 13:55:59 -07:00 |
Michael Timothy Grimes
|
34d8a19871
|
Adding simulation.py for common functions between functional and delay tests. Updating functional test.
|
2018-10-04 09:29:44 -07:00 |
Michael Timothy Grimes
|
6d83ebf50f
|
updating debug messages in functional test
|
2018-09-30 22:10:11 -07:00 |