You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrates how to set up an [bazel-orfs](https://github.com/The-OpenROAD-Project/bazel-orfs) to build darksocv with[OpenROAD-flow-scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts)
5
+
6
+
To build and view [Install Bazelisk](https://bazel.build/install/bazelisk) and run:
7
+
8
+
bazel run //boards/openroad:darksocv_cts /tmp/cts gui_cts
9
+
10
+
Register to register histogram
11
+
------------------------------
12
+
13
+

14
+
15
+
Estimated routing congestion
16
+
----------------------------
17
+
18
+

19
+
20
+
Ideas for future work
21
+
=====================
22
+
23
+
- reduce clock period
24
+
- darkram.v should consist of serveral SRAMs connected together to be
25
+
a more accurate representation
26
+
- create a mock SRAM representation with somewhat realistic timing
27
+
- add IO constraints to place pins on one edge of the SRAMs and top level
28
+
- reduce area
29
+
30
+
[MegaBoom](https://github.com/The-OpenROAD-Project/megaboom) demonstrates a number of techniques to study a design and set up mock SRAMs.
0 commit comments