diff options
Diffstat (limited to 'fpga/hp_lcd_driver/ebaz4205.xdc')
| -rw-r--r-- | fpga/hp_lcd_driver/ebaz4205.xdc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fpga/hp_lcd_driver/ebaz4205.xdc b/fpga/hp_lcd_driver/ebaz4205.xdc index 39ea882..c2ee09d 100644 --- a/fpga/hp_lcd_driver/ebaz4205.xdc +++ b/fpga/hp_lcd_driver/ebaz4205.xdc @@ -117,6 +117,15 @@ set_property IOSTANDARD LVCMOS33 [get_ports {hsync_in}] #set_property PULLTYPE PULLUP [get_ports {sys_rst_n}] # +set_property PACKAGE_PIN M19 [get_ports {u0_tx}]; #data3-5 +set_property IOSTANDARD LVCMOS33 [get_ports {u0_tx}] +set_property PACKAGE_PIN P18 [get_ports {u0_rx}]; #data3-7 +set_property IOSTANDARD LVCMOS33 [get_ports {u0_rx}] +set_property PACKAGE_PIN N17 [get_ports {u1_tx}]; #data3-9 +set_property IOSTANDARD LVCMOS33 [get_ports {u1_tx}] +set_property PACKAGE_PIN P20 [get_ports {u1_rx}]; #data3-11 +set_property IOSTANDARD LVCMOS33 [get_ports {u1_rx}] + set_property PACKAGE_PIN M20 [get_ports {scope_ch1}]; #data2-19 set_property IOSTANDARD LVCMOS33 [get_ports {scope_ch1}] |
