Hunter Nichols
|
a711a5823d
|
Merged dev and fix conflicts in geometry.py
|
2018-10-24 10:52:22 -07:00 |
Matt Guthaus
|
33c716eda8
|
Rename psram bank test like sram bank testss
|
2018-10-24 09:08:54 -07:00 |
Hunter Nichols
|
5c8a00ea1d
|
Fixed pruned golden lib file from error in last commit.
|
2018-10-24 00:55:55 -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 |
Hunter Nichols
|
4f08062268
|
Added custom 1rw+1r bitcell. Testing are currently failing.
|
2018-10-22 17:02:21 -07:00 |
Michael Timothy Grimes
|
cda2e93cd7
|
Adding fix to netlist_only mode in geometry.py. Uncommenting functional tests and running both tests in netlist_only mode.
|
2018-10-22 09:17:03 -07:00 |
Matt Guthaus
|
e48e12e8cd
|
Skip non-working 1bank tests for now.
|
2018-10-20 14:55:11 -07:00 |
Matt Guthaus
|
4bf1e206e2
|
Merge branch 'dev' into supply_routing
|
2018-10-17 09:47:18 -07:00 |
Michael Timothy Grimes
|
d6a9ea48ac
|
Working out bugs in psram functional test for SCMOS. Commenting out for now.
|
2018-10-17 07:45:24 -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 |
Matt Guthaus
|
e2cfd382b9
|
Fix print check regression
|
2018-10-15 13:23:31 -07:00 |
Matt Guthaus
|
d60986e590
|
Don't skip grid format checks
|
2018-10-15 11:21:07 -07:00 |
Matt Guthaus
|
1c426aad29
|
Merge remote-tracking branch 'origin/datasheet_gen' into supply_routing
|
2018-10-12 20:55:57 -07:00 |
Jesse Cirimelli-Low
|
afba54a22d
|
added analytical model support, added proper output with sram.py
|
2018-10-12 13:22:12 -07:00 |
Michael Timothy Grimes
|
d1701b8a2a
|
Removing extra functional test and changing name to a more general form. Spice exe can just be selected from the command line with -s.
|
2018-10-12 06:29:59 -07:00 |
Jesse Cirimelli-Low
|
cfb5921d98
|
reorganized code structure
|
2018-10-11 15:59:06 -07:00 |
Jesse Cirimelli-Low
|
bc54bc238f
|
removed tabs and fixed bug in which datasheets generated without the characterizer running
|
2018-10-11 11:18:40 -07:00 |
Matt Guthaus
|
e759c9350b
|
Skip psram 1 bank
|
2018-10-11 10:17:50 -07:00 |
Matt Guthaus
|
3f2b7b837d
|
Skip multibank for now too
|
2018-10-10 16:57:42 -07:00 |
Matt Guthaus
|
22b5010734
|
Skip pmulti which has LVS fail
|
2018-10-10 16:01:55 -07:00 |
Matt Guthaus
|
96d3cacb9c
|
Skip func tests that are failing
|
2018-10-10 16:00:21 -07:00 |
Matt Guthaus
|
13e83e0f1a
|
Separate 1bank tests
|
2018-10-10 15:58:00 -07:00 |
Matt Guthaus
|
6bbf66d55b
|
Rewrote pin enclosure code to better address off grid pins.
Include only maximal pin enclosure shapes.
Add smallest area connector for off grid pins.
Fix decoder to use add_power_pin code.
Change permissions.
|
2018-10-10 15:15:58 -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 |
Matt Guthaus
|
a2b1d025ab
|
Merge multiport
|
2018-10-08 11:45:50 -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 |
Matt Guthaus
|
06dc910390
|
Route supply after moving origin
|
2018-10-06 14:03:00 -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
|
65edc70cfd
|
Made global names for pins types. Fixed bugs in tests.
|
2018-10-04 14:06:43 -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 |
Michael Timothy Grimes
|
e258199fa3
|
Removing we_b signal from write ports since it is redundant.
|
2018-10-04 09:31:04 -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
|
bea6b0b5dc
|
Renaming functional tests to include spice exe used. Renaming pex test to separate functional tests from pex test.
|
2018-09-30 22:39:37 -07:00 |
Michael Timothy Grimes
|
6d83ebf50f
|
updating debug messages in functional test
|
2018-09-30 22:10:11 -07:00 |
Michael Timothy Grimes
|
8a56dd2ac9
|
Finished functional test
|
2018-09-30 21:20:01 -07:00 |
Michael Timothy Grimes
|
26c6232564
|
Updating functional test. Test can now run a spice simulation and read the dout values from the timing files.
|
2018-09-28 23:38:48 -07:00 |
Michael Timothy Grimes
|
66933ed922
|
Merge branch 'dev' of https://github.com/VLSIDA/PrivateRAM into multiport
|
2018-09-27 02:02:24 -07:00 |
Michael Timothy Grimes
|
19d68f613e
|
Making changes to bank select for multiport. The height of the nor gate using pbitcell was too short and one of the contacts violated drc. Extended height of nor by drc spacing violation so it could pass in multiport.
|
2018-09-27 02:01:32 -07:00 |
Michael Timothy Grimes
|
648e57d195
|
Altering bank select for port specific use. Altering bank select test to test different port types. Altering bank for control signal changes.
|
2018-09-26 14:53:55 -07:00 |
Michael Timothy Grimes
|
f1560375fc
|
Altering control logic for read ports and write ports, by including only read or write specific circuitry. Altering replica bitline layout to support multiport
|
2018-09-25 20:00:25 -07:00 |
Matt Guthaus
|
a3f13d6eab
|
Remove banks from test configs
|
2018-09-24 11:41:51 -07:00 |
Michael Timothy Grimes
|
934959952b
|
Corrections to functional test that adds multiple cs_b signals per port
|
2018-09-21 09:59:44 -07:00 |
Michael Timothy Grimes
|
938ded3dd6
|
Adding functional test to characterizer and unit tests in both single and multiport
|
2018-09-20 15:04:59 -07:00 |