Skip to content

Commit

Permalink
Improve documentation of generated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mellich committed Sep 5, 2024
1 parent 03342b4 commit d341808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hl_execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ function prepare_bitstream(path::String; device::XRT.Device=XRT.Device(1))
arg_ids = [parse(Int, a["id"]) for a in $(jk["arguments"])]

"""
```Julia
$($(jk["name"]))!($($(join([a["name"] for a in jk["arguments"]],", "))))
```
Execute a kernel on the FPGA using the provided arguments and HLS data types:
Expand Down

0 comments on commit d341808

Please sign in to comment.