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

xdc-plugin: Setting DRIVE property breaks output #501

Open
hannesha opened this issue Apr 28, 2023 · 3 comments
Open

xdc-plugin: Setting DRIVE property breaks output #501

hannesha opened this issue Apr 28, 2023 · 3 comments

Comments

@hannesha
Copy link

Setting the drive property in xdc file results in pin not being driven at all.

The cause is that the plugin sets the parameter to a string constant, while yosys expects an integer constant.

I already prepared a quick fix for this.
However further work is required to detect this in the techmap files and provide sensible warnings/fallback.

@lgl1227
Copy link

lgl1227 commented Aug 10, 2023

I meeting this question, too.How to fix for this, please?

@hannesha
Copy link
Author

I have the fixes in the following branch:
https://github.com/hannesha/yosys-f4pga-plugins/tree/fix_xdc_drive

It also adds the PULLTYPE property and is able to ignore undefined module ports.

@lgl1227
Copy link

lgl1227 commented Aug 19, 2023

thanks

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

No branches or pull requests

2 participants