Commit df42fd69 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

hdl: Swapped INV-TTL ChB LED pin for that of ChC

This was necessary because there is an error in the schematics of the V2-0
cards, which has the nets for these two LEDs swapped versus the PCB. The error
will be corrected on the schematics level, and here we swap as well to have them
correctly mapped per the PCB.
parent d35dff72
......@@ -118,9 +118,9 @@ NET "led_front_o[5]" IOSTANDARD = LVCMOS33;
NET "led_inv_o[0]" LOC = AA4;
NET "led_inv_o[0]" IOSTANDARD = LVCMOS33;
NET "led_inv_o[1]" LOC = AB5;
NET "led_inv_o[1]" LOC = AB4;
NET "led_inv_o[1]" IOSTANDARD = LVCMOS33;
NET "led_inv_o[2]" LOC = AB4;
NET "led_inv_o[2]" LOC = AB5;
NET "led_inv_o[2]" IOSTANDARD = LVCMOS33;
NET "led_inv_o[3]" LOC = Y5;
NET "led_inv_o[3]" IOSTANDARD = LVCMOS33;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment