yosys-f4pga-plugins icon indicating copy to clipboard operation
yosys-f4pga-plugins copied to clipboard

xdc-plugin: Setting DRIVE property breaks output

Open hannesha opened this issue 2 years ago • 3 comments

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.

hannesha avatar Apr 28 '23 14:04 hannesha

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

lgl1227 avatar Aug 10 '23 09:08 lgl1227

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.

hannesha avatar Aug 10 '23 11:08 hannesha

thanks

lgl1227 avatar Aug 19 '23 08:08 lgl1227