mirror of
https://github.com/array-in-a-matrix/SAROO.git
synced 2025-04-02 10:31:43 -04:00
10 lines
250 B
Tcl
10 lines
250 B
Tcl
|
|
#**************************************************************
|
|
# Create Clock
|
|
#**************************************************************
|
|
|
|
derive_pll_clocks -create_base_clocks
|
|
|
|
create_clock -name {ST_ALE} -period 13.888 [get_ports {ST_ALE}]
|
|
|
|
|