Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing C API #33

Open
mbanth opened this issue Mar 17, 2021 · 0 comments
Open

Missing C API #33

mbanth opened this issue Mar 17, 2021 · 0 comments
Labels
type:enhancement New feature or request

Comments

@mbanth
Copy link

mbanth commented Mar 17, 2021

The sdram.h file includes function signatures that use clocks, ports (including buffered ports), references (including a reference to a movable pointer), and streaming channel ends (including a streaming channel end array).

The memory_address_allocator.h file includes function signatures that use XC interfaces (including a server interface) and references. One function signature includes the [[sametile]] attribute and another one includes the [[distributable]] attribute.

Not surprisingly, the implementation of each of the API functions use the same signatures, hence the same non-C features.

A C API has not been provided.

@mbanth mbanth added the type:enhancement New feature or request label Mar 17, 2021
@mbanth mbanth added this to the Publish Before Resolution milestone Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant