| commit | 4c19d4c8db7437c0fa5714f4e3faba56c89b5ae2 | [log] [tgz] |
|---|---|---|
| author | Muhammad Hadir Khan <41375553+hadirkhan10@users.noreply.github.com> | Fri Oct 29 13:35:13 2021 -0700 |
| committer | GitHub <noreply@github.com> | Fri Oct 29 13:35:13 2021 -0700 |
| tree | 23c1c3d961fccd4a5882c5756c20d686c6e24f61 | |
| parent | f8b587cc0f6a559db7ccaa37ce76530e4ca40c22 [diff] |
fixed the comment mentioning mprj_io[15] to be in_select when it is the reset pin.
| :exclamation: Important Note |
|---|
This project contains a test chip for several OpenRAM memory configurations. The configurations have varying levels of verification. In particular, it has these sizes:
There are two test modes available. Each one inputs an packet that configures the read and write operations of a particular SRAM. The GPIO pin io_in[16] determines whether to use GPIO (1) or LA mode (0).
The test packet is a 112-bit value that has the follow signals and bit size:
During a read operation, the din bits are replaced with the data output bits so that they can be verified.
Note: The 64-bit memory leaves the middle 32-bits as a value of 0 and instead reads/writes the upper and lower 16-bits to reduce the number of packet bits.
In GPIO mode, the test packet is scanned in/out with the GPIO pins in 112 cycles. The GPIO pins used are as follows:
In LA mode, the test packet is directly written from the output of the 128-bit LA. The top bits of the LA register are used for the control signals during test:
Jesse Cirimeli-Low jcirimel@ucsc.edu Amogh Lonkar alonkar@ucsc.edu Matthew Guthaus mrg@ucsc.edu