Вы находитесь на странице: 1из 1

#-- Synopsys, Inc.

#-- Version G-2012.09LC-SP1


#-- Project file C:\users\eduardo\desktop\run_options.txt
#-- Written on Sun May 11 23:57:29 2014
#project files
add_file -vhdl -lib work "./maquina.vhd"
#implementation: "desktop"
impl -add desktop -type fpga
#device options
set_option -technology ispGAL
set_option -part ispGAL22LV10
set_option -package LJ
set_option -speed_grade -4
set_option -part_companion ""
#compilation/mapping options
set_option -top_module "maq"
# mapper_options
set_option -frequency 1
set_option -write_verilog 0
set_option -write_vhdl 0
set_option -srs_instrumentation 1
# Lattice ispLSI1K/1KE
set_option -disable_io_insertion 0
set_option -RWCheckOnRam 1
# Lattice ispGAL
set_option -areadelay 0
# sequential_optimization_options
set_option -symbolic_fsm_compiler 1
# Compiler Options
set_option -compiler_compatible 0
set_option -resource_sharing 1
#automatic place and route (vendor) options
set_option -write_apr_constraint 1
#set result format/file last
project -result_file "./maq.edi"
#set log file
set_option log_file "C:/users/eduardo/desktop/maq.srf"
impl -active "desktop"

Вам также может понравиться