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

Overload dflow_print to allow printing dataflow elements #19

Merged
merged 1 commit into from
Mar 7, 2021

Conversation

LincB
Copy link
Contributor

@LincB LincB commented Mar 6, 2021

This commit overloads the dflow_print function so that it can print act_dataflow_element structs as well as act_dataflow structs, similarly to the use of chp_print to print both act_chp and act_chp_lang_t. This is useful for visualizing and debugging dataflow-based representations.

The functionality of dflow_print(FILE *, act_dataflow *) is unchanged.

@rmanohar rmanohar merged commit ffe5d3b into asyncvlsi:master Mar 7, 2021
@LincB LincB deleted the dflow-elem-print branch March 7, 2021 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants