1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-26 11:41:51 +00:00

add support for SoCKit development kit board

This commit is contained in:
somhi
2021-01-30 12:52:38 +01:00
committed by Olof Kindgren
parent f70b79fd8f
commit bc9705bef2
4 changed files with 70 additions and 0 deletions

8
data/sockit.sdc Normal file
View 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

11
data/sockit.tcl Normal file
View File

@@ -0,0 +1,11 @@
set_location_assignment PIN_AF14 -to i_clk
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i_clk
set_location_assignment PIN_AF10 -to q
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to q
set_location_assignment PIN_F14 -to uart_txd
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to uart_txd
set_location_assignment PIN_AE9 -to i_rst_n
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i_rst_n