summaryrefslogtreecommitdiffstats
path: root/sw/cpld_test/cpld_test.prj
blob: eb5548a9870a59a295938c95b60eecb7a6c5b7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#-- Lattice Semiconductor Corporation Ltd.
#-- Synplify OEM project file //nas001/account_pif/_prossn/samb_3/lab3/projects/z80upc/sw/cpld_test\cpld_test.prj
#-- Written on Thu Jun 01 13:51:28 2017


#device options
set_option -technology mach
set_option -part M4A5-32

#compilation/mapping options

#map options

#simulation options
set_option -write_verilog false
set_option -write_vhdl false

#timing analysis options
set_option -synthesis_onoff_pragma false

#-- add_file options
add_file -vhdl -lib work "cpld_test.vhd"

#-- top module name
set_option -top_module cpld_test

#-- set result format/file last
project -result_file "cpld_test.edi"

#-- error message log file
project -log_file cpld_test.srf

#-- run Synplify with 'arrange VHDL file'
project -run