diff options
author | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-06-16 10:02:47 +0100 |
---|---|---|
committer | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-06-16 10:02:47 +0100 |
commit | 3b4e12b44453d882b6ec445de9eb3faf2af504b6 (patch) | |
tree | 81e9ac5fd8361d6b8253536f21ab3b2aea9ff17c /fpga | |
parent | d3862a0f94a0b5dda26970b91ea6a7d25ac86251 (diff) | |
download | hp_instrument_lcds-3b4e12b44453d882b6ec445de9eb3faf2af504b6.tar.gz hp_instrument_lcds-3b4e12b44453d882b6ec445de9eb3faf2af504b6.tar.bz2 hp_instrument_lcds-3b4e12b44453d882b6ec445de9eb3faf2af504b6.zip |
fish
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/hp_lcd_driver/hp_lcd_driver.smh-ac415b_qsft | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fpga/hp_lcd_driver/hp_lcd_driver.smh-ac415b_qsft b/fpga/hp_lcd_driver/hp_lcd_driver.smh-ac415b_qsft index 92aceda..7e23a0a 100644 --- a/fpga/hp_lcd_driver/hp_lcd_driver.smh-ac415b_qsft +++ b/fpga/hp_lcd_driver/hp_lcd_driver.smh-ac415b_qsft @@ -47,29 +47,29 @@ set_location_assignment PIN_W19 -to b_out -set_location_assignment PIN_H21 -to hdmi_c_p -set_location_assignment PIN_H22 -to hdmi_c_n +set_location_assignment PIN_B2 -to hdmi_c_p +set_location_assignment PIN_B1 -to hdmi_c_n set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_c_p set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_c_n set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_c_p set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_c_n -set_location_assignment PIN_F21 -to hdmi_b_p -set_location_assignment PIN_F22 -to hdmi_b_n +set_location_assignment PIN_C7 -to hdmi_b_p +set_location_assignment PIN_C8 -to hdmi_b_n set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_b_p set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_b_n set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_b_p set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_b_n -set_location_assignment PIN_E21 -to hdmi_g_p -set_location_assignment PIN_E22 -to hdmi_g_n +set_location_assignment PIN_B10 -to hdmi_g_p +set_location_assignment PIN_A10 -to hdmi_g_n set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_g_p set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_g_n set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_g_p set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_g_n -set_location_assignment PIN_D21 -to hdmi_r_p -set_location_assignment PIN_D22 -to hdmi_r_n +set_location_assignment PIN_B17 -to hdmi_r_p +set_location_assignment PIN_A17 -to hdmi_r_n set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_r_p set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to hdmi_r_n set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to hdmi_r_p |