mirror of
https://github.com/olofk/serv.git
synced 2026-04-25 03:46:52 +00:00
added support for MAX10 10M08 Evaluation Kit
This commit is contained in:
8
data/max10_10m08evk.sdc
Normal file
8
data/max10_10m08evk.sdc
Normal file
@@ -0,0 +1,8 @@
|
||||
# Main system clock (50 Mhz)
|
||||
create_clock -name "clk" -period 20.000ns [get_ports {i_clk}]
|
||||
|
||||
# Automatically constrain PLL and other generated clocks
|
||||
derive_pll_clocks -create_base_clocks
|
||||
|
||||
# Automatically calculate clock uncertainty to jitter and other effects.
|
||||
derive_clock_uncertainty
|
||||
24
data/max10_10m08evk.tcl
Normal file
24
data/max10_10m08evk.tcl
Normal file
@@ -0,0 +1,24 @@
|
||||
#MAX10_CLK2_50 3.3V
|
||||
set_location_assignment PIN_27 -to i_clk
|
||||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i_clk
|
||||
|
||||
#LED[0]
|
||||
set_location_assignment PIN_132 -to q
|
||||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to q
|
||||
|
||||
#P8 3 ARDUINO_IO1
|
||||
set_location_assignment PIN_75 -to uart_txd
|
||||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to uart_txd
|
||||
|
||||
#KEY[0]
|
||||
set_location_assignment PIN_121 -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"
|
||||
|
||||
# Generate SVF File for openFPGALoader
|
||||
set_global_assignment -name GENERATE_SVF_FILE ON
|
||||
# set_global_assignment -name GENERATE_JBC_FILE ON
|
||||
set_global_assignment -name GENERATE_JAM_FILE ON
|
||||
|
||||
Reference in New Issue
Block a user