Update README.md

This commit is contained in:
d-kor 2022-05-30 12:59:36 +02:00 committed by GitHub
parent b69b3f08f8
commit 2ad045c902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -16,9 +16,7 @@ Some of the Coyote's features:
* HBM support
* Runtime scheduler for different host user processes
<img src="img/system_ov.png" width = 600>
&nbsp;
<img src="img/system_ov.png" width = 500>
## Prerequisites
@ -137,7 +135,7 @@ The API of the Coyote is present in the sw directory. Coyote is built around thr
2. **cThread** - Coyote thread, running on top of *cProc*. Allows the exploration of task level parallelisation.
3. **cTask** - Coyote task, arbitrary user variadic function with arbitrary parameters executed by *cThreads*.
<img src="img/sw_ov.png" width = 600>
<img src="img/sw_ov.png" width = 500>
#### Any `sw` project can be built with the following commands :
~~~~