sy2002 / zxuno4mega65

ZX-Uno port for MEGA65 delivering a fully fledged ZX Spectrum 48k and 128k
GNU General Public License v3.0
12 stars 4 forks source link

M2M: Fix incorrect timing constraint #16

Closed MJoergen closed 1 year ago

MJoergen commented 1 year ago

In the file CORE-R3.xdc the line 58 with "set_case_analysis" does not correctly find the clock select input. This is because Vivado has internally renamed the port. This fix prevents this renaming, such that the constraint works again.

sy2002 commented 1 year ago

Thank you, @MJoergen : Merged.