Skip to content

Commit

Permalink
Merge pull request #40 from yuqisun/master
Browse files Browse the repository at this point in the history
Readme and layout png location update.
  • Loading branch information
tancheng authored Nov 6, 2024
2 parents cb236d7 + 9291cdc commit 69fb1cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Docker
The docker image is available
[here](https://hub.docker.com/r/cgra/cgra-flow/tags).

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

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

# Don't forget to activate the python virtual environment once you are in the container:
source /WORK_REPO/venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion mode_dark_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ def clickRTL2Layout():
test_platform_name = processOptions.get()
print("Test platform is %s" % (test_platform_name))
orfs_basePath = cgraflow_basepath + "/tools/OpenROAD-flow-scripts/flow/"
layout_path = orfs_basePath + "layout.png"
layout_path = cgraflow_basepath + "/build/" + "layout.png"
odb_path = orfs_basePath + "results/" + test_platform_name + "/" + standard_module_name + "/base/6_final.odb"
cmd_path = orfs_basePath + "cmd.tcl"
verilog_srcfile_path = "designs/src/" + standard_module_name + "/"
Expand Down
15 changes: 0 additions & 15 deletions run_linux_docker.sh

This file was deleted.

File renamed without changes.

0 comments on commit 69fb1cc

Please sign in to comment.