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:
8
data/sockit.sdc
Normal file
8
data/sockit.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
|
||||
11
data/sockit.tcl
Normal file
11
data/sockit.tcl
Normal 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
|
||||
Reference in New Issue
Block a user