diff --git a/syn/Vortex.ddc b/syn/Vortex.ddc new file mode 100644 index 00000000..1a78d660 Binary files /dev/null and b/syn/Vortex.ddc differ diff --git a/syn/Vortex.sdc b/syn/Vortex.sdc new file mode 100644 index 00000000..71a9adc9 --- /dev/null +++ b/syn/Vortex.sdc @@ -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]