mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 03:47:09 -04:00
19 lines
640 B
Tcl
19 lines
640 B
Tcl
#MAX10_CLK2_50 3.3V
|
|
set_location_assignment PIN_P11 -to i_clk
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i_clk
|
|
|
|
#LED[0]
|
|
set_location_assignment PIN_C7 -to q
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to q
|
|
|
|
#P8 3 GPIO0_D0 (P8 1 GND)
|
|
set_location_assignment PIN_W18 -to uart_txd
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to uart_txd
|
|
|
|
#KEY[0]
|
|
set_location_assignment PIN_H21 -to i_rst_n
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i_rst_n
|
|
|
|
# Configuration mode that allows Memory Initialisation
|
|
set_global_assignment -name INTERNAL_FLASH_UPDATE_MODE "SINGLE IMAGE WITH ERAM"
|
|
|