diff options
Diffstat (limited to 'sw/cpld/address_decoder.tc_')
-rwxr-xr-x | sw/cpld/address_decoder.tc_ | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sw/cpld/address_decoder.tc_ b/sw/cpld/address_decoder.tc_ deleted file mode 100755 index 0054dc8..0000000 --- a/sw/cpld/address_decoder.tc_ +++ /dev/null @@ -1,37 +0,0 @@ -#-- Synplicity, Inc.
-#-- Synplify version 5.3.2
-#-- Project file C:\_prossn\cpld.nao\address_decoder.tc_
-#-- Written on Thu Nov 23 11:54:34 2017
-
-#device options
-set_option -technology mach
-set_option -part MACH111
-
-#add_file options
-add_file -vhdl -lib work "address_decoder.vhd"
-
-#compilation/mapping options
-set_option -default_enum_encoding onehot
-set_option -symbolic_fsm_compiler false
-set_option -resource_sharing true
-
-#map options
-set_option -frequency 0.000
-set_option -fanin_limit 20
-set_option -max_terms_per_macrocell 16
-set_option -map_logic false
-set_option -area_delay_percent 0
-set_option -top_module ADDRESS_DECODER
-
-#simulation options
-set_option -write_verilog true
-set_option -write_vhdl true
-
-#automatic place and route (vendor) options
-set_option -write_apr_constraint true
-
-#MTI Cross Probe options
-set_option -mti_root ""
-
-#set result format/file last
-project -result_file "address_decoder.edi"
|