Skip to content

Commit 69fb1cc

Browse files
authored
Merge pull request #40 from yuqisun/master
Readme and layout png location update.
2 parents cb236d7 + 9291cdc commit 69fb1cc

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Docker
2727
The docker image is available
2828
[here](https://hub.docker.com/r/cgra/cgra-flow/tags).
2929

30+
> **Recommended machine configuration**
31+
> * CPU: >= 6 cores
32+
> * Memory: 25~30G
33+
>
34+
> **2x2 tiles run time**: ~ 40 hours (clk_period=1000)
35+
3036
As CGRA-Flow requires GUI, a script is provided for setting up the display:
3137
```sh
3238
docker pull cgra/cgra-flow:20241028
@@ -36,7 +42,7 @@ As CGRA-Flow requires GUI, a script is provided for setting up the display:
3642

3743
# Windows Docker customtkinter style UI (Please setup GUI (X-11) first)
3844
# In WSL, execute below script, it will enter container and config x11 DISPLAY automatically
39-
sh ./run_linux_docker.sh
45+
sh ./run_windows_docker.sh
4046

4147
# Don't forget to activate the python virtual environment once you are in the container:
4248
source /WORK_REPO/venv/bin/activate

mode_dark_light.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ def clickRTL2Layout():
22322232
test_platform_name = processOptions.get()
22332233
print("Test platform is %s" % (test_platform_name))
22342234
orfs_basePath = cgraflow_basepath + "/tools/OpenROAD-flow-scripts/flow/"
2235-
layout_path = orfs_basePath + "layout.png"
2235+
layout_path = cgraflow_basepath + "/build/" + "layout.png"
22362236
odb_path = orfs_basePath + "results/" + test_platform_name + "/" + standard_module_name + "/base/6_final.odb"
22372237
cmd_path = orfs_basePath + "cmd.tcl"
22382238
verilog_srcfile_path = "designs/src/" + standard_module_name + "/"

run_linux_docker.sh

-15
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)