aboutsummaryrefslogtreecommitdiff
path: root/pnr
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-07 12:52:58 +0100
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-07 12:52:58 +0100
commit1b8c2521421c92e7bbaf119ebc95d7bf22f39e10 (patch)
tree3e56e314dd695a4cfc67b9550cb70f6488dfebb0 /pnr
parente0ba2622a56407ac48b1410114920237f68bc73e (diff)
top_simple: add LEDG for outputs
Diffstat (limited to 'pnr')
-rw-r--r--pnr/top_simple/top_simple_pins.tcl10
1 files changed, 9 insertions, 1 deletions
diff --git a/pnr/top_simple/top_simple_pins.tcl b/pnr/top_simple/top_simple_pins.tcl
index 98d3cbe..2cad3cf 100644
--- a/pnr/top_simple/top_simple_pins.tcl
+++ b/pnr/top_simple/top_simple_pins.tcl
@@ -19,4 +19,12 @@ set_location_assignment PIN_V19 -to LEDR[5]
set_location_assignment PIN_Y18 -to LEDR[6]
set_location_assignment PIN_U18 -to LEDR[7]
set_location_assignment PIN_R18 -to LEDR[8]
-set_location_assignment PIN_R17 -to LEDR[9] \ No newline at end of file
+set_location_assignment PIN_R17 -to LEDR[9]
+set_location_assignment PIN_U22 -to LEDG[0]
+set_location_assignment PIN_U21 -to LEDG[1]
+set_location_assignment PIN_V22 -to LEDG[2]
+set_location_assignment PIN_V21 -to LEDG[3]
+set_location_assignment PIN_W22 -to LEDG[4]
+set_location_assignment PIN_W21 -to LEDG[5]
+set_location_assignment PIN_Y22 -to LEDG[6]
+set_location_assignment PIN_Y21 -to LEDG[7]