mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-18 18:44:43 -04:00
26 lines
511 B
Text
26 lines
511 B
Text
|
|
#implementation: "synplify"
|
|
impl -add synplify
|
|
|
|
#device options
|
|
set_option -technology TECHNOLOGY
|
|
set_option -part PART
|
|
set_option -speed_grade SPEED
|
|
|
|
#compilation/mapping options
|
|
set_option -use_fsm_explorer 0
|
|
set_option -symbolic_fsm_compiler 0
|
|
set_option -resource_sharing 0
|
|
|
|
set_option -write_vhdl 1
|
|
#set_option -disable_io_insertion 0
|
|
|
|
#map options
|
|
set_option -frequency SYNFREQ
|
|
|
|
set_option -top_module TOP
|
|
|
|
#set result format/file last
|
|
project -result_file "synplify/TOP.edf"
|
|
|
|
#implementation attributes
|