Skip to content

Commit f7370c1

Browse files
Update README.md
1 parent 791ca3d commit f7370c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Being based on C++, SystemC doesnt require any special EDA tool in order to use
1515

1616
Knowledge of C++ and basic hardware concepts(like clocks, gates and waveforms) is required in order to understand this.
1717

18+
## Repository structure
19+
20+
This repo contains few sub-direcotires
21+
22+
SystemC-tutorial
23+
├── examples # directory with examples
24+
│ ├── counter # counter example with Makefile, not syntesizable by HLS tools
25+
│ ├── hello-world # hello-world example with Makefile, not syntesizable by HLS tools
26+
│ └── synthesizable # directory containint HLS synthesizable examples
27+
28+
1829
## Installation
1930

2031
Dependencies:

0 commit comments

Comments
 (0)