Skip to content

[Feature] IP Integration C++ - support of streams as top-level inputs to functions #12

Description

@choonsik1

Motivation and Expected Behavior

Currently, when integrating a C++ module, there is no support of streams as top-level function inputs (e.g. void router_register(
hls::stream<rtr_packet_t>& rx_in) -> stream is function input). It would be helpful to support this for composability or to eventually have some automatic wrapper generation which connects top-level arrays of IP blocks with streams.

Related resources

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions