Matt Guthaus
|
a2f81aeae4
|
Combine rbl_wl and wl_en. Size p_en_bar slower than wl_en.
|
2019-08-06 16:29:07 -07:00 |
Matt Guthaus
|
ad35f8745e
|
Add direction to pins of all modules
|
2019-08-06 14:14:09 -07:00 |
Matt Guthaus
|
4d11de64ac
|
Additional debug. Smaller psram func tests.
|
2019-08-05 13:53:14 -07:00 |
Matt Guthaus
|
7ba97ee0ba
|
Fix missing port in control logic
|
2019-08-01 12:42:51 -07:00 |
Matt Guthaus
|
8771ffbfed
|
Fix bug to add all p_en_bar to banks
|
2019-08-01 12:28:21 -07:00 |
Matt Guthaus
|
ff64e7663e
|
Add p_en_bar to write ports as well
|
2019-08-01 12:21:43 -07:00 |
Hunter Nichols
|
24b1fa38a0
|
Added graph fixes to handmade multiport cells.
|
2019-07-30 20:31:32 -07:00 |
Matt Guthaus
|
98878a0a27
|
Conditionally path exclude
|
2019-07-27 12:14:00 -07:00 |
Matt Guthaus
|
5cb320a4ef
|
Fix wrong pin error.
|
2019-07-27 11:44:35 -07:00 |
Matt Guthaus
|
468a759d1e
|
Fixed control problems (probably)
Extended functional tests for 15 cycles (slow, but more checking)
Fixed s_en to be gated AFTER the RBL.
|
2019-07-27 11:09:08 -07:00 |
Matt Guthaus
|
52029d8e48
|
Fix incorrect port_data BL pin name.
|
2019-07-27 06:11:45 -07:00 |
Matt Guthaus
|
179efe4d04
|
Fix bitline names in merge error
|
2019-07-26 22:03:50 -07:00 |
Matt Guthaus
|
e750ef22f5
|
Undo some control logic changes.
|
2019-07-26 21:41:27 -07:00 |
Matt Guthaus
|
0c5cd2ced9
|
Merge branch 'dev' into rbl_revamp
|
2019-07-26 18:01:43 -07:00 |
Matt Guthaus
|
7eea63116f
|
Control logic LVS clean
|
2019-07-26 15:50:10 -07:00 |
Matt Guthaus
|
dce852d945
|
Restructure control logic for improved drive and timing.
|
2019-07-26 14:54:55 -07:00 |
Matt Guthaus
|
c8c4d05bba
|
Fix some regression fails.
|
2019-07-25 14:18:08 -07:00 |
Matt Guthaus
|
0bb41b8a5d
|
Fix duplicate paths for timing checks
|
2019-07-25 13:25:58 -07:00 |
jsowash
|
61ba23706c
|
Removed comments for rw pen() and added a wmask func test.
|
2019-07-25 12:24:27 -07:00 |
Matt Guthaus
|
80df996720
|
Modify control logic for new RBL.
|
2019-07-25 11:19:16 -07:00 |
Matt Guthaus
|
5452ed69e7
|
Always have a precharge.
|
2019-07-25 10:31:39 -07:00 |
Matt Guthaus
|
fb60b51c72
|
Add check bits. Clean up logic. Move read/write bit check to next cycle.
|
2019-07-24 16:57:04 -07:00 |
jsowash
|
c8bbee884b
|
Removed layout related rw port's special pen.
|
2019-07-24 16:01:12 -07:00 |
jsowash
|
3bcb79d9d5
|
Removed code for RW ports to not precharge on writes. Previously, the entire bitline was written where part was an old value and part was the wmask value.
|
2019-07-24 15:01:20 -07:00 |
Matt Guthaus
|
3df8abd38c
|
Clean up. Split class into own file.
|
2019-07-24 08:15:10 -07:00 |
Matt Guthaus
|
07401fc6ea
|
Make control bus routing offset consistent
|
2019-07-23 09:39:28 -07:00 |
jsowash
|
2b29e505e0
|
Reversed order of wmask bits in functional.py since python lists go left to right. Made # of en bits equal to num_masks.
|
2019-07-22 12:44:35 -07:00 |
jsowash
|
0a5461201a
|
Change num_wmask to num_wmasks and write_size = None not word_size if wmask not used.
|
2019-07-19 14:58:37 -07:00 |
jsowash
|
45cb159d7f
|
Connected wmask in the spice netlist.
|
2019-07-19 13:17:55 -07:00 |
jsowash
|
082decba18
|
Temporarily made the functional tests write/read only all 0's or 1's
|
2019-07-18 15:26:38 -07:00 |
jsowash
|
5f37067da7
|
Turned write_mask_array into write_mask_and_array with flip flops from sram_base
|
2019-07-18 15:24:41 -07:00 |
Matt Guthaus
|
864639d96e
|
Remove old replica bitline.
|
2019-07-18 15:19:40 -07:00 |
jsowash
|
720739a192
|
Skipping test 22_sram_wmask_func_test and changed a typo of write_driver to write_mask
|
2019-07-17 11:04:17 -07:00 |
Hunter Nichols
|
9696401f34
|
Added graph exclusions to replica column to reduce s_en paths.
|
2019-07-16 23:47:34 -07:00 |
mrg
|
8ca656959b
|
Change direction of RBL bitline pins
|
2019-07-16 15:09:46 -07:00 |
mrg
|
b546ecce2c
|
Check 2 ports only for layout.
|
2019-07-16 14:11:54 -07:00 |
mrg
|
12fa36317e
|
Cleanup unit test. Fix s_en control bug for r-only.
|
2019-07-16 13:51:31 -07:00 |
mrg
|
2f55911604
|
Simplify column decoder placement.
|
2019-07-16 11:55:25 -07:00 |
mrg
|
bea07c2319
|
SRAM with RBL integration in array.
|
2019-07-16 09:04:58 -07:00 |
jsowash
|
ea2f786dcf
|
Redefined write_size inrecompute_sizes() to take the new word_size()
|
2019-07-15 14:41:26 -07:00 |
mrg
|
e550d6ff10
|
Port name maps between bank and replica array working.
|
2019-07-15 11:29:29 -07:00 |
mrg
|
2271946eef
|
Fix replica array pin names
|
2019-07-12 14:39:56 -07:00 |
mrg
|
d72691f6c2
|
Make mirror optional argument
|
2019-07-12 11:14:47 -07:00 |
mrg
|
a189b325ed
|
Merge remote-tracking branch 'origin/dev' into rbl_revamp
|
2019-07-12 11:10:07 -07:00 |
mrg
|
17d144b5b5
|
Clean up multiport test options to be consistent.
|
2019-07-12 10:39:55 -07:00 |
jsowash
|
dfa2b29b8f
|
Begin adding wmask netlist and spice tests.
|
2019-07-12 10:34:29 -07:00 |
mrg
|
043018e8ba
|
Functional tests working with new RBL.
|
2019-07-12 08:42:36 -07:00 |
mrg
|
0b13225913
|
Single banks working with new RBL
|
2019-07-11 14:47:27 -07:00 |
mrg
|
b841fd7ce3
|
Replica bitcell array with arbitrary RBLs working
|
2019-07-10 15:56:51 -07:00 |
mrg
|
9dab0be737
|
Single bank working with replica array.
|
2019-07-05 13:44:29 -07:00 |