wtr
Full Member level 5
- Joined
- May 1, 2014
- Messages
- 299
- Helped
- 29
- Reputation
- 58
- Reaction score
- 25
- Trophy points
- 1,308
- Activity points
- 4,108
Hello all,
I've scanned the web & can't find a single item on this.
I'm working with some legacy code & moving into a Kintex 7 device
There is a constraint in the legacy ucf
Therefore I thought...I should move this same constraint to my new .xdc
maybe i need a [get_ports ATA_IORDY], anyway....
The warning message i get regarding this is
Seriously whats that all about. There is nothing on the web about this "[Constraints 18-96]".
I thought of posting this on xilinx website...but their forums aren't as good as this one.
Many Thanks for any help
Regards,
Wesley
I've scanned the web & can't find a single item on this.
I'm working with some legacy code & moving into a Kintex 7 device
There is a constraint in the legacy ucf
Code:
OFFSET = IN 4ns BEFORE "ATA_IORDY"
Therefore I thought...I should move this same constraint to my new .xdc
Code:
set_input_delay 4 ATA_IORDY
maybe i need a [get_ports ATA_IORDY], anyway....
The warning message i get regarding this is
[Constraints 18-96] Setting input delay on a clock pin 'ATA_IORDY' is not support, ignoring it.
Seriously whats that all about. There is nothing on the web about this "[Constraints 18-96]".
I thought of posting this on xilinx website...but their forums aren't as good as this one.
Many Thanks for any help
Regards,
Wesley