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

Fixed input clock/reset port name inference during stitching #347

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

quetric
Copy link
Contributor

@quetric quetric commented Jun 14, 2021

When stitching, the BD global clock/reset input ports are produced by making external the clock/reset of the first IP in the dataflow. The stitching logic assumed that the name of those clock/reset signals on the first ip is ap_clk/ap_rst_n and if this is not the case, the stitching fails.

The fix utilizes the known port names to infer the correct BD global clock/reset names after making the ports external.

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.

1 participant