Skip to content

Commit

Permalink
Remove comments in pin assigment file for GENERIC_JTAG_TAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampus committed Feb 29, 2012
1 parent d4ad1a9 commit 18e621b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set_location_assignment PIN_AA20 -to tck_pad_i #Dummy - GPIO1_D[0]
set_location_assignment PIN_AA20 -to tck_pad_i
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to tck_pad_i
set_location_assignment PIN_AB20 -to tdo_pad_o #Dummy - GPIO1_D[1]
set_location_assignment PIN_AB20 -to tdo_pad_o
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to tdo_pad_o
set_location_assignment PIN_AA19 -to tdi_pad_i #Dummy - GPIO1_D[2]
set_location_assignment PIN_AA19 -to tdi_pad_i
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to tdi_pad_i
set_location_assignment PIN_AB19 -to tms_pad_i #Dummy - GPIO1_D[3]
set_location_assignment PIN_AB19 -to tms_pad_i
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to tms_pad_i

0 comments on commit 18e621b

Please sign in to comment.