File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,35 @@ The DFFRAM adheres to the SRAM read/write operation. The following timing diagra
1717| T<sub >2</sub > (min)| 9.6186 ns | 8.6898 ns | 8.4561 ns |
1818| T<sub >3</sub > (min)| 6.7498 ns | 4.7148 ns | 3.7977 ns |
1919| T<sub >4</sub > (max)| 7.7625 ns | 11.2799 ns | 17.4558 ns |
20+
21+ ## DFFRAM dimensions
22+ | IP | W(um) | L(um) |
23+ | -------------------| -----------| ---------------|
24+ | DFRAM128x32 | 553.890 | 564.610 |
25+ | DFRAM256x32 | 1153.835 | 536.015 |
26+ | DFRAM512x32 | 1186.960 | 1021.295 |
27+
28+
29+ ## Installation
30+
31+ ### To install OL-DFFRAM via IPM (recommended)
32+
33+ Make sure that you have IPM installed locally, to install IPM please [ follow the instructions in IPM's repo] ( https://github.com/efabless/IPM )
34+
35+ After making sure that IPM is installed, you can install DFFRAM using this commands:
36+
37+ ```
38+ ipm install DFFRAM<size>
39+
40+ #For example
41+ ipm install DFFRAM256x32
42+ ```
43+
44+ ### To install OL-DFFRAM manually (not recommended)
45+
46+ Clone the OL-DFFRAM repo and use it inside your project
47+
48+ ```
49+ cd <your_project_root>
50+ git clone https://github.com/efabless/OL-DFFRAM.git
51+ ```
You can’t perform that action at this time.
0 commit comments