Skip to content

Commit

Permalink
Fixed README.md paragraph about usage examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxianesty committed Aug 14, 2024
1 parent 0becfa1 commit d542b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ cmake --build build
build/src/umain hls --config examples/polynomial2/add_int_2_mul_int3.json -a --out-sv output
```

The execution command is going to pass a JSON configuration file (with 2 and 3 pipeline stages for integer addition
and multiplication respectively) to Utopia HLS, resulting in the creation of the file `output`, containing a SystemVerilog
module for Polynomial2 kernel with a greedy ASAP-scheduling.

## DFCxx Documentation

WORK IN PROGRESS

0 comments on commit d542b49

Please sign in to comment.