added sytnehsis stage
This commit is contained in:
parent
e995bab473
commit
350735b6af
4 changed files with 224 additions and 1 deletions
6
synthesize.tcl.in
Normal file
6
synthesize.tcl.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set_param general.maxThreads {{THREADS}}
|
||||
read_vhdl [glob ../src/*.vhdl]
|
||||
read_xdc ../{{CONST}}
|
||||
synth_design -part {{PART}} -top {{TOP}}
|
||||
write_checkpoint -force post_synth.dcp
|
||||
report_timing_summary -file timing_syn.rpt
|
||||
Loading…
Add table
Add a link
Reference in a new issue