1 |
2 |
specular |
# TCL File Generated by Component Editor 13.0sp1
|
2 |
|
|
# Tue Sep 09 10:31:06 JST 2014
|
3 |
|
|
# DO NOT MODIFY
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
#
|
7 |
|
|
# fm_vga_wrapper "VGA Wrapper" v1.0
|
8 |
|
|
# 2014.09.09.10:31:06
|
9 |
|
|
#
|
10 |
|
|
#
|
11 |
|
|
|
12 |
|
|
#
|
13 |
|
|
# request TCL package from ACDS 13.1
|
14 |
|
|
#
|
15 |
|
|
package require -exact qsys 13.1
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
#
|
19 |
|
|
# module fm_vga_wrapper
|
20 |
|
|
#
|
21 |
|
|
set_module_property DESCRIPTION ""
|
22 |
|
|
set_module_property NAME fm_vga_wrapper
|
23 |
|
|
set_module_property VERSION 1.0
|
24 |
|
|
set_module_property INTERNAL false
|
25 |
|
|
set_module_property OPAQUE_ADDRESS_MAP true
|
26 |
|
|
set_module_property GROUP MyLib
|
27 |
|
|
set_module_property AUTHOR ""
|
28 |
|
|
set_module_property DISPLAY_NAME "VGA Wrapper"
|
29 |
|
|
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
|
30 |
|
|
set_module_property EDITABLE true
|
31 |
|
|
set_module_property ANALYZE_HDL AUTO
|
32 |
|
|
set_module_property REPORT_TO_TALKBACK false
|
33 |
|
|
set_module_property ALLOW_GREYBOX_GENERATION false
|
34 |
|
|
|
35 |
|
|
|
36 |
|
|
#
|
37 |
|
|
# file sets
|
38 |
|
|
#
|
39 |
|
|
add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" ""
|
40 |
|
|
set_fileset_property QUARTUS_SYNTH TOP_LEVEL fm_vga_wrapper
|
41 |
|
|
set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
|
42 |
|
|
add_fileset_file fm_vga_wrapper.v VERILOG PATH ../../../rtl/de0/fm_vga_wrapper.v TOP_LEVEL_FILE
|
43 |
|
|
|
44 |
|
|
add_fileset SIM_VERILOG SIM_VERILOG "" ""
|
45 |
|
|
set_fileset_property SIM_VERILOG ENABLE_RELATIVE_INCLUDE_PATHS false
|
46 |
|
|
add_fileset_file fm_avalon.v VERILOG PATH ../../../rtl/de0/fm_avalon.v
|
47 |
|
|
add_fileset_file fm_hsys.v VERILOG PATH ../../../rtl/de0/fm_hsys.v
|
48 |
|
|
add_fileset_file fm_afifo.v VERILOG PATH ../../../rtl/fm_hvc/fm_afifo.v
|
49 |
|
|
add_fileset_file fm_hvc.v VERILOG PATH ../../../rtl/fm_hvc/fm_hvc.v
|
50 |
|
|
add_fileset_file fm_cmn_ram.v VERILOG PATH ../../../rtl/fm_hvc/fm_cmn_ram.v
|
51 |
|
|
add_fileset_file fm_hvc_core.v VERILOG PATH ../../../rtl/fm_hvc/fm_hvc_core.v
|
52 |
|
|
add_fileset_file fm_hvc_data.v VERILOG PATH ../../../rtl/fm_hvc/fm_hvc_data.v
|
53 |
|
|
add_fileset_file fm_hvc_dma.v VERILOG PATH ../../../rtl/fm_hvc/fm_hvc_dma.v
|
54 |
|
|
add_fileset_file fm_vga_wrapper.v VERILOG PATH ../../../rtl/de0/fm_vga_wrapper.v
|
55 |
|
|
|
56 |
|
|
|
57 |
|
|
#
|
58 |
|
|
# parameters
|
59 |
|
|
#
|
60 |
|
|
|
61 |
|
|
|
62 |
|
|
#
|
63 |
|
|
# display items
|
64 |
|
|
#
|
65 |
|
|
|
66 |
|
|
|
67 |
|
|
#
|
68 |
|
|
# connection point clock_sink
|
69 |
|
|
#
|
70 |
|
|
add_interface clock_sink clock end
|
71 |
|
|
set_interface_property clock_sink clockRate 0
|
72 |
|
|
set_interface_property clock_sink ENABLED true
|
73 |
|
|
set_interface_property clock_sink EXPORT_OF ""
|
74 |
|
|
set_interface_property clock_sink PORT_NAME_MAP ""
|
75 |
|
|
set_interface_property clock_sink SVD_ADDRESS_GROUP ""
|
76 |
|
|
|
77 |
|
|
add_interface_port clock_sink clk_core clk Input 1
|
78 |
|
|
|
79 |
|
|
|
80 |
|
|
#
|
81 |
|
|
# connection point reset_sink
|
82 |
|
|
#
|
83 |
|
|
add_interface reset_sink reset end
|
84 |
|
|
set_interface_property reset_sink associatedClock clock_sink
|
85 |
|
|
set_interface_property reset_sink synchronousEdges DEASSERT
|
86 |
|
|
set_interface_property reset_sink ENABLED true
|
87 |
|
|
set_interface_property reset_sink EXPORT_OF ""
|
88 |
|
|
set_interface_property reset_sink PORT_NAME_MAP ""
|
89 |
|
|
set_interface_property reset_sink SVD_ADDRESS_GROUP ""
|
90 |
|
|
|
91 |
|
|
add_interface_port reset_sink rst_x reset_n Input 1
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
#
|
95 |
|
|
# connection point avalon_master
|
96 |
|
|
#
|
97 |
|
|
add_interface avalon_master avalon start
|
98 |
|
|
set_interface_property avalon_master addressUnits SYMBOLS
|
99 |
|
|
set_interface_property avalon_master associatedClock clock_sink
|
100 |
|
|
set_interface_property avalon_master associatedReset reset_sink
|
101 |
|
|
set_interface_property avalon_master bitsPerSymbol 8
|
102 |
|
|
set_interface_property avalon_master burstOnBurstBoundariesOnly false
|
103 |
|
|
set_interface_property avalon_master burstcountUnits WORDS
|
104 |
|
|
set_interface_property avalon_master doStreamReads false
|
105 |
|
|
set_interface_property avalon_master doStreamWrites false
|
106 |
|
|
set_interface_property avalon_master holdTime 0
|
107 |
|
|
set_interface_property avalon_master linewrapBursts false
|
108 |
|
|
set_interface_property avalon_master maximumPendingReadTransactions 0
|
109 |
|
|
set_interface_property avalon_master readLatency 0
|
110 |
|
|
set_interface_property avalon_master readWaitTime 1
|
111 |
|
|
set_interface_property avalon_master setupTime 0
|
112 |
|
|
set_interface_property avalon_master timingUnits Cycles
|
113 |
|
|
set_interface_property avalon_master writeWaitTime 0
|
114 |
|
|
set_interface_property avalon_master ENABLED true
|
115 |
|
|
set_interface_property avalon_master EXPORT_OF ""
|
116 |
|
|
set_interface_property avalon_master PORT_NAME_MAP ""
|
117 |
|
|
set_interface_property avalon_master SVD_ADDRESS_GROUP ""
|
118 |
|
|
|
119 |
|
|
add_interface_port avalon_master o_avm_be byteenable Output 4
|
120 |
|
|
add_interface_port avalon_master o_avm_blen burstcount Output 6
|
121 |
|
|
add_interface_port avalon_master o_avm_r read Output 1
|
122 |
|
|
add_interface_port avalon_master i_avm_wait waitrequest Input 1
|
123 |
|
|
add_interface_port avalon_master i_avm_rd readdata Input 32
|
124 |
|
|
add_interface_port avalon_master o_avm_adr address Output 26
|
125 |
|
|
add_interface_port avalon_master i_avm_rvalid readdatavalid Input 1
|
126 |
|
|
|
127 |
|
|
|
128 |
|
|
#
|
129 |
|
|
# connection point avalon_slave
|
130 |
|
|
#
|
131 |
|
|
add_interface avalon_slave avalon end
|
132 |
|
|
set_interface_property avalon_slave addressUnits WORDS
|
133 |
|
|
set_interface_property avalon_slave associatedClock clock_sink
|
134 |
|
|
set_interface_property avalon_slave associatedReset reset_sink
|
135 |
|
|
set_interface_property avalon_slave bitsPerSymbol 8
|
136 |
|
|
set_interface_property avalon_slave burstOnBurstBoundariesOnly false
|
137 |
|
|
set_interface_property avalon_slave burstcountUnits WORDS
|
138 |
|
|
set_interface_property avalon_slave explicitAddressSpan 0
|
139 |
|
|
set_interface_property avalon_slave holdTime 0
|
140 |
|
|
set_interface_property avalon_slave linewrapBursts false
|
141 |
|
|
set_interface_property avalon_slave maximumPendingReadTransactions 0
|
142 |
|
|
set_interface_property avalon_slave readLatency 0
|
143 |
|
|
set_interface_property avalon_slave readWaitTime 1
|
144 |
|
|
set_interface_property avalon_slave setupTime 0
|
145 |
|
|
set_interface_property avalon_slave timingUnits Cycles
|
146 |
|
|
set_interface_property avalon_slave writeWaitTime 0
|
147 |
|
|
set_interface_property avalon_slave ENABLED true
|
148 |
|
|
set_interface_property avalon_slave EXPORT_OF ""
|
149 |
|
|
set_interface_property avalon_slave PORT_NAME_MAP ""
|
150 |
|
|
set_interface_property avalon_slave SVD_ADDRESS_GROUP ""
|
151 |
|
|
|
152 |
|
|
add_interface_port avalon_slave i_avs_adr address Input 4
|
153 |
|
|
add_interface_port avalon_slave i_avs_be byteenable Input 4
|
154 |
|
|
add_interface_port avalon_slave i_avs_r read Input 1
|
155 |
|
|
add_interface_port avalon_slave o_avs_rd readdata Output 32
|
156 |
|
|
add_interface_port avalon_slave i_avs_w write Input 1
|
157 |
|
|
add_interface_port avalon_slave i_avs_wd writedata Input 32
|
158 |
|
|
add_interface_port avalon_slave o_avs_wait waitrequest Output 1
|
159 |
|
|
set_interface_assignment avalon_slave embeddedsw.configuration.isFlash 0
|
160 |
|
|
set_interface_assignment avalon_slave embeddedsw.configuration.isMemoryDevice 0
|
161 |
|
|
set_interface_assignment avalon_slave embeddedsw.configuration.isNonVolatileStorage 0
|
162 |
|
|
set_interface_assignment avalon_slave embeddedsw.configuration.isPrintableDevice 0
|
163 |
|
|
|
164 |
|
|
|
165 |
|
|
#
|
166 |
|
|
# connection point clock_sink_1
|
167 |
|
|
#
|
168 |
|
|
add_interface clock_sink_1 clock end
|
169 |
|
|
set_interface_property clock_sink_1 clockRate 0
|
170 |
|
|
set_interface_property clock_sink_1 ENABLED true
|
171 |
|
|
set_interface_property clock_sink_1 EXPORT_OF ""
|
172 |
|
|
set_interface_property clock_sink_1 PORT_NAME_MAP ""
|
173 |
|
|
set_interface_property clock_sink_1 SVD_ADDRESS_GROUP ""
|
174 |
|
|
|
175 |
|
|
add_interface_port clock_sink_1 clk25m clk Input 1
|
176 |
|
|
|
177 |
|
|
|
178 |
|
|
#
|
179 |
|
|
# connection point conduit_end
|
180 |
|
|
#
|
181 |
|
|
add_interface conduit_end conduit end
|
182 |
|
|
set_interface_property conduit_end associatedClock clock_sink_1
|
183 |
|
|
set_interface_property conduit_end associatedReset reset_sink
|
184 |
|
|
set_interface_property conduit_end ENABLED true
|
185 |
|
|
set_interface_property conduit_end EXPORT_OF ""
|
186 |
|
|
set_interface_property conduit_end PORT_NAME_MAP ""
|
187 |
|
|
set_interface_property conduit_end SVD_ADDRESS_GROUP ""
|
188 |
|
|
|
189 |
|
|
add_interface_port conduit_end o_cr export Output 4
|
190 |
|
|
add_interface_port conduit_end o_cb export Output 4
|
191 |
|
|
add_interface_port conduit_end o_vsync_x export Output 1
|
192 |
|
|
add_interface_port conduit_end o_hsync_x export Output 1
|
193 |
|
|
add_interface_port conduit_end o_cg export Output 4
|
194 |
|
|
|
195 |
|
|
|
196 |
|
|
#
|
197 |
|
|
# connection point interrupt_sender
|
198 |
|
|
#
|
199 |
|
|
add_interface interrupt_sender interrupt end
|
200 |
|
|
set_interface_property interrupt_sender associatedAddressablePoint avalon_slave
|
201 |
|
|
set_interface_property interrupt_sender associatedClock clock_sink
|
202 |
|
|
set_interface_property interrupt_sender associatedReset reset_sink
|
203 |
|
|
set_interface_property interrupt_sender ENABLED true
|
204 |
|
|
set_interface_property interrupt_sender EXPORT_OF ""
|
205 |
|
|
set_interface_property interrupt_sender PORT_NAME_MAP ""
|
206 |
|
|
set_interface_property interrupt_sender SVD_ADDRESS_GROUP ""
|
207 |
|
|
|
208 |
|
|
add_interface_port interrupt_sender o_int irq Output 1
|
209 |
|
|
|