OpenCores
URL https://opencores.org/ocsvn/can/can/trunk

Subversion Repositories can

[/] [can/] [trunk/] [syn/] [synplicity/] [can.prj] - Blame information for rev 161

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 127 mohor
#-- Synplicity, Inc.
2
#-- Version 7.2.2
3
#-- Project file X:\zoidberg_soc\zoidberg_soc\can\syn\synplicity\can.prj
4
#-- Written on Tue Sep 23 14:15:42 2003
5
 
6
 
7
#add_file options
8
add_file -verilog "$LIB/proasic/proasicplus.v"
9
add_file -verilog "../../../memory/actel/ram_64x8_sync/actel_ram_64x8_sync.v"
10
add_file -verilog "../../../memory/actel/ram_64x4_sync/actel_ram_64x4_sync.v"
11
add_file -verilog "../../../memory/actel/ram_64x1_sync/actel_ram_64x1_sync.v"
12
add_file -verilog "../../rtl/verilog/can_registers.v"
13
add_file -verilog "../../rtl/verilog/can_bsp.v"
14
add_file -verilog "../../rtl/verilog/can_btl.v"
15
add_file -verilog "../../rtl/verilog/can_defines.v"
16
add_file -verilog "../../rtl/verilog/can_register.v"
17
add_file -verilog "../../rtl/verilog/can_register_asyn.v"
18
add_file -verilog "../../rtl/verilog/can_register_asyn_syn.v"
19
add_file -verilog "../../rtl/verilog/can_register_syn.v"
20
add_file -verilog "../../rtl/verilog/can_top.v"
21
add_file -verilog "../../rtl/verilog/can_fifo.v"
22
add_file -verilog "../../rtl/verilog/can_acf.v"
23
add_file -verilog "../../rtl/verilog/can_crc.v"
24
add_file -verilog "../../rtl/verilog/can_ibo.v"
25
 
26
 
27
#implementation: "rev_1"
28
impl -add rev_1
29
 
30
#device options
31
set_option -technology PA
32
set_option -part APA150
33
set_option -speed_grade Std
34
 
35
#compilation/mapping options
36
set_option -default_enum_encoding default
37
set_option -symbolic_fsm_compiler 1
38
set_option -resource_sharing 1
39
set_option -top_module "can_top"
40
 
41
#map options
42
set_option -frequency 50.000
43
set_option -fanout_limit 12
44
set_option -maxfan_hard 0
45
set_option -disable_io_insertion 0
46
set_option -report_path 4000
47
 
48
#simulation options
49
set_option -write_verilog 0
50
set_option -write_vhdl 0
51
 
52
#automatic place and route (vendor) options
53
set_option -write_apr_constraint 1
54
 
55
#set result format/file last
56
project -result_file "rev_1/can_top.edn"
57
 
58
#implementation attributes
59
set_option -compiler_compatible 0
60
set_option -include_path "../../rtl/verilog/;../../bench/verilog/"
61
 
62
 
63
#implementation: "rev_2"
64
impl -add rev_2
65
 
66
#device options
67
set_option -technology PA
68
set_option -part APA600
69
set_option -speed_grade Std
70
 
71
#compilation/mapping options
72
set_option -default_enum_encoding default
73
set_option -symbolic_fsm_compiler 1
74
set_option -resource_sharing 0
75
set_option -top_module "can_top"
76
 
77
#map options
78
set_option -frequency 50.000
79
set_option -fanout_limit 12
80
set_option -maxfan_hard 0
81
set_option -disable_io_insertion 0
82
set_option -report_path 4000
83
 
84
#simulation options
85
set_option -write_verilog 1
86
set_option -write_vhdl 0
87
 
88
#automatic place and route (vendor) options
89
set_option -write_apr_constraint 1
90
 
91
#set result format/file last
92
project -result_file "rev_2/can_top.edn"
93
 
94
#implementation attributes
95
set_option -vlog_std v95
96
set_option -compiler_compatible 0
97
set_option -num_critical_paths ""
98
set_option -num_startend_points ""
99
set_option -include_path "../../rtl/verilog/;../../bench/verilog/"
100
impl -active "rev_2"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.