From 587d2fd8867099a60da1483fa68026f80edd487c Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Sat, 21 May 2022 15:08:36 +0200 Subject: [PATCH] add global clock to make it Sidi-complaint --- apple-one.qsf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apple-one.qsf b/apple-one.qsf index b15b5df..9949096 100644 --- a/apple-one.qsf +++ b/apple-one.qsf @@ -325,6 +325,8 @@ set_instance_assignment -name CURRENT_STRENGTH_NEW 4MA -to VGA_B[0] set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_HS set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to VGA_VS +set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to SPI_SCK + set_instance_assignment -name FAST_INPUT_REGISTER ON -to UART_RX set_instance_assignment -name CURRENT_STRENGTH_NEW 4MA -to UART_TX