Skip to content

Commit

Permalink
Merge pull request #38 from yuqisun/master
Browse files Browse the repository at this point in the history
Update image version: 20241028
  • Loading branch information
tancheng authored Oct 30, 2024
2 parents 2971757 + e2f456c commit cb236d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ CGRA-Flow is an integrated framework for CGRA compilation, exploration, synthesi

User Interface Snapshot/Demo
--------------------------------------------------------------------------
![1016](https://github.com/user-attachments/assets/b15313ba-3c46-4b5b-b333-bdff61990ced)
![20241028](https://github.com/user-attachments/assets/305fa79d-73b9-4512-ab85-0cecc6153986)

A demo at repl.it (https://repl.it/@ChengTan/cgra-flow) shows some features of CGRA-Flow (the verilog generation and evaluation are not available due to *repl.it*'s limited support of python environment). To explore all the features, please setup CGRA-Flow locally or leverage the docker image.


Docker
--------------------------------------------------------
The docker image is available
[here](https://hub.docker.com/r/cgra/cgra-flow/tags).

As CGRA-Flow requires GUI, a script is provided for setting up the display:
```sh
docker pull cgra/cgra-flow:20241025
docker pull cgra/cgra-flow:20241028

# For Mac users:
sh ./run_mac_docker.sh
Expand All @@ -43,8 +44,8 @@ As CGRA-Flow requires GUI, a script is provided for setting up the display:

Otherwise, if you don't need the GUI, development can be performed in the container with the environment well set up:
```sh
docker pull cgra/cgra-flow:20241025
docker run -it cgra/cgra-flow:20241025
docker pull cgra/cgra-flow:20241028
docker run -it cgra/cgra-flow:20241028
source /WORK_REPO/venv/bin/activate
```

Expand Down
2 changes: 1 addition & 1 deletion run_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE=cgra/cgra-flow:20241025
IMAGE=cgra/cgra-flow:20241028

CONTAINER=CGRA-Flow-OpenRoad

Expand Down
2 changes: 1 addition & 1 deletion run_linux_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE=cgra/cgra-flow:20241025
IMAGE=cgra/cgra-flow:20241028

CONTAINER=CGRA-Flow-OpenRoad

Expand Down
2 changes: 1 addition & 1 deletion run_mac_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

CONTAINER=cgra/cgra-flow:20241025
CONTAINER=cgra/cgra-flow:20241028
NIC=en0

# Grab the ip address of this box
Expand Down

0 comments on commit cb236d7

Please sign in to comment.