Included the SDC and DDC files

This commit is contained in:
Lingjun Zhu 2019-10-28 17:24:19 -04:00
parent fa5b476874
commit 3c6f0b5d15
2 changed files with 13 additions and 0 deletions

BIN
syn/Vortex.ddc Normal file

Binary file not shown.

13
syn/Vortex.sdc Normal file
View file

@ -0,0 +1,13 @@
###################################################################
# Created by write_sdc on Mon Oct 28 17:09:02 2019
###################################################################
set sdc_version 1.9
set_units -time ns -resistance kOhm -capacitance pF -voltage V -current mA
set_max_fanout 20 [get_ports clk]
set_max_fanout 20 [get_ports reset]
set_propagated_clock [get_ports clk]
create_clock [get_ports clk] -period 10 -waveform {0 5}
set_false_path -from [get_ports reset]