mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Included the SDC and DDC files
This commit is contained in:
parent
fa5b476874
commit
3c6f0b5d15
2 changed files with 13 additions and 0 deletions
BIN
syn/Vortex.ddc
Normal file
BIN
syn/Vortex.ddc
Normal file
Binary file not shown.
13
syn/Vortex.sdc
Normal file
13
syn/Vortex.sdc
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue