From 0f85e1dc8a006fdac013e4097c0d3bd9d9d65372 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 12 Feb 2022 15:55:10 +0000 Subject: [PATCH] change ulx3s LEDs to 3.3v in constraints file --- constraints/ulx3s.lpf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constraints/ulx3s.lpf b/constraints/ulx3s.lpf index 234c341..10d1150 100644 --- a/constraints/ulx3s.lpf +++ b/constraints/ulx3s.lpf @@ -15,6 +15,6 @@ LOCATE COMP "led_a" SITE "B2"; LOCATE COMP "led_b" SITE "C2"; LOCATE COMP "led_c" SITE "C1"; -IOBUF PORT "led_a" IO_TYPE=LVCMOS25 DRIVE=4 PULLMODE=NONE; -IOBUF PORT "led_b" IO_TYPE=LVCMOS25 DRIVE=4 PULLMODE=NONE; -IOBUF PORT "led_c" IO_TYPE=LVCMOS25 DRIVE=4 PULLMODE=NONE; +IOBUF PORT "led_a" IO_TYPE=LVCMOS33 DRIVE=4 PULLMODE=NONE; +IOBUF PORT "led_b" IO_TYPE=LVCMOS33 DRIVE=4 PULLMODE=NONE; +IOBUF PORT "led_c" IO_TYPE=LVCMOS33 DRIVE=4 PULLMODE=NONE; -- 2.30.2