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