mirror of
https://github.com/olofk/serv.git
synced 2026-05-01 22:25:57 +00:00
Add support for DECA Max 10 board
This commit is contained in:
19
data/deca.tcl
Normal file
19
data/deca.tcl
Normal file
@@ -0,0 +1,19 @@
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user