mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added pin location for reset on VCU118 board. Somehow this was missing and still worked.
This commit is contained in:
parent
71eb1df492
commit
db197b6491
@ -57,6 +57,8 @@ set_input_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 0.000 [get_port
|
|||||||
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 0.000 [get_ports reset]
|
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 0.000 [get_ports reset]
|
||||||
set_max_delay -from [get_ports reset] 15.000
|
set_max_delay -from [get_ports reset] 15.000
|
||||||
set_false_path -from [get_ports reset]
|
set_false_path -from [get_ports reset]
|
||||||
|
set_property PACKAGE_PIN L19 [get_ports {reset}]
|
||||||
|
set_property IOSTANDARD LVCMOS12 [get_ports {reset}]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user