Skip to content

Commit

Permalink
rename: add time cost for layout (2x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqisun committed Nov 13, 2024
1 parent 69fb1cc commit 7e67073
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ The docker image is available
> * CPU: >= 6 cores
> * Memory: 25~30G
>
> **2x2 tiles run time**: ~ 40 hours (clk_period=1000)
> **2x2 tiles run time**:
> | clk_period (ps) | frequency (Hz) | time (hour) |
> |-------|-------|-------|
> | 1000 | 1G | ~40 |
> | 10_000 | 100M | ~7 |
> | 100_000 | 10M | ~7 |
As CGRA-Flow requires GUI, a script is provided for setting up the display:
```sh
Expand Down

0 comments on commit 7e67073

Please sign in to comment.