source: PROJECT_SMART_EEG/trunk/hw/sync_sys/signal_grabber/signal_grabber_hw.tcl @ 84

Last change on this file since 84 was 84, checked in by lambert, 10 years ago

Adding hierarchical subdirectory for every component

File size: 7.6 KB
Line 
1# TCL File Generated by Component Editor 13.1
2# Fri Feb 28 17:57:56 CET 2014
3# DO NOT MODIFY
4
5
6#
7# signal_grabber "signal_grabber" v1.0
8#  2014.02.28.17:57:56
9#
10#
11
12#
13# request TCL package from ACDS 13.1
14#
15package require -exact qsys 13.1
16
17
18#
19# module signal_grabber
20#
21set_module_property DESCRIPTION ""
22set_module_property NAME signal_grabber
23set_module_property VERSION 1.0
24set_module_property INTERNAL false
25set_module_property OPAQUE_ADDRESS_MAP true
26set_module_property GROUP smartEEG
27set_module_property AUTHOR ""
28set_module_property DISPLAY_NAME signal_grabber
29set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
30set_module_property EDITABLE true
31set_module_property ANALYZE_HDL AUTO
32set_module_property REPORT_TO_TALKBACK false
33set_module_property ALLOW_GREYBOX_GENERATION false
34
35
36#
37# file sets
38#
39add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" ""
40set_fileset_property QUARTUS_SYNTH TOP_LEVEL signal_grabber
41set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
42add_fileset_file signal_grabber.v VERILOG PATH signal_grabber.v TOP_LEVEL_FILE
43
44
45#
46# parameters
47#
48add_parameter ctrl_addr_width POSITIVE 32 ""
49set_parameter_property ctrl_addr_width DEFAULT_VALUE 32
50set_parameter_property ctrl_addr_width DISPLAY_NAME ctrl_addr_width
51set_parameter_property ctrl_addr_width WIDTH ""
52set_parameter_property ctrl_addr_width TYPE POSITIVE
53set_parameter_property ctrl_addr_width UNITS None
54set_parameter_property ctrl_addr_width ALLOWED_RANGES 1:2147483647
55set_parameter_property ctrl_addr_width DESCRIPTION ""
56set_parameter_property ctrl_addr_width HDL_PARAMETER true
57add_parameter ctrl_data_width POSITIVE 32 ""
58set_parameter_property ctrl_data_width DEFAULT_VALUE 32
59set_parameter_property ctrl_data_width DISPLAY_NAME ctrl_data_width
60set_parameter_property ctrl_data_width WIDTH ""
61set_parameter_property ctrl_data_width TYPE POSITIVE
62set_parameter_property ctrl_data_width UNITS None
63set_parameter_property ctrl_data_width ALLOWED_RANGES 1:2147483647
64set_parameter_property ctrl_data_width DESCRIPTION ""
65set_parameter_property ctrl_data_width HDL_PARAMETER true
66add_parameter audio_str_width POSITIVE 32 ""
67set_parameter_property audio_str_width DEFAULT_VALUE 32
68set_parameter_property audio_str_width DISPLAY_NAME audio_str_width
69set_parameter_property audio_str_width WIDTH ""
70set_parameter_property audio_str_width TYPE POSITIVE
71set_parameter_property audio_str_width UNITS None
72set_parameter_property audio_str_width ALLOWED_RANGES 1:2147483647
73set_parameter_property audio_str_width DESCRIPTION ""
74set_parameter_property audio_str_width HDL_PARAMETER true
75add_parameter exg_str_width POSITIVE 32 ""
76set_parameter_property exg_str_width DEFAULT_VALUE 32
77set_parameter_property exg_str_width DISPLAY_NAME exg_str_width
78set_parameter_property exg_str_width WIDTH ""
79set_parameter_property exg_str_width TYPE POSITIVE
80set_parameter_property exg_str_width UNITS None
81set_parameter_property exg_str_width ALLOWED_RANGES 1:2147483647
82set_parameter_property exg_str_width DESCRIPTION ""
83set_parameter_property exg_str_width HDL_PARAMETER true
84add_parameter etis_si_width POSITIVE 32 ""
85set_parameter_property etis_si_width DEFAULT_VALUE 32
86set_parameter_property etis_si_width DISPLAY_NAME etis_si_width
87set_parameter_property etis_si_width WIDTH ""
88set_parameter_property etis_si_width TYPE POSITIVE
89set_parameter_property etis_si_width UNITS None
90set_parameter_property etis_si_width ALLOWED_RANGES 1:2147483647
91set_parameter_property etis_si_width DESCRIPTION ""
92set_parameter_property etis_si_width HDL_PARAMETER true
93
94
95#
96# display items
97#
98
99
100#
101# connection point clock
102#
103add_interface clock clock end
104set_interface_property clock clockRate 0
105set_interface_property clock ENABLED true
106set_interface_property clock EXPORT_OF ""
107set_interface_property clock PORT_NAME_MAP ""
108set_interface_property clock CMSIS_SVD_VARIABLES ""
109set_interface_property clock SVD_ADDRESS_GROUP ""
110
111add_interface_port clock clk clk Input 1
112
113
114#
115# connection point reset
116#
117add_interface reset reset end
118set_interface_property reset associatedClock clock
119set_interface_property reset synchronousEdges DEASSERT
120set_interface_property reset ENABLED true
121set_interface_property reset EXPORT_OF ""
122set_interface_property reset PORT_NAME_MAP ""
123set_interface_property reset CMSIS_SVD_VARIABLES ""
124set_interface_property reset SVD_ADDRESS_GROUP ""
125
126add_interface_port reset reset reset Input 1
127
128
129#
130# connection point ctrl
131#
132add_interface ctrl avalon end
133set_interface_property ctrl addressUnits WORDS
134set_interface_property ctrl associatedClock clock
135set_interface_property ctrl associatedReset reset
136set_interface_property ctrl bitsPerSymbol 8
137set_interface_property ctrl burstOnBurstBoundariesOnly false
138set_interface_property ctrl burstcountUnits WORDS
139set_interface_property ctrl explicitAddressSpan 0
140set_interface_property ctrl holdTime 0
141set_interface_property ctrl linewrapBursts false
142set_interface_property ctrl maximumPendingReadTransactions 0
143set_interface_property ctrl readLatency 0
144set_interface_property ctrl readWaitTime 1
145set_interface_property ctrl setupTime 0
146set_interface_property ctrl timingUnits Cycles
147set_interface_property ctrl writeWaitTime 0
148set_interface_property ctrl ENABLED true
149set_interface_property ctrl EXPORT_OF ""
150set_interface_property ctrl PORT_NAME_MAP ""
151set_interface_property ctrl CMSIS_SVD_VARIABLES ""
152set_interface_property ctrl SVD_ADDRESS_GROUP ""
153
154add_interface_port ctrl avs_ctrl_address address Input ctrl_addr_width
155add_interface_port ctrl avs_ctrl_read read Input 1
156add_interface_port ctrl avs_ctrl_readdata readdata Output 32
157add_interface_port ctrl avs_ctrl_write write Input 1
158add_interface_port ctrl avs_ctrl_writedata writedata Input 32
159add_interface_port ctrl avs_ctrl_waitrequest waitrequest Output 1
160set_interface_assignment ctrl embeddedsw.configuration.isFlash 0
161set_interface_assignment ctrl embeddedsw.configuration.isMemoryDevice 0
162set_interface_assignment ctrl embeddedsw.configuration.isNonVolatileStorage 0
163set_interface_assignment ctrl embeddedsw.configuration.isPrintableDevice 0
164
165
166#
167# connection point raw_audio
168#
169add_interface raw_audio avalon_streaming start
170set_interface_property raw_audio associatedClock clock
171set_interface_property raw_audio associatedReset reset
172set_interface_property raw_audio dataBitsPerSymbol 8
173set_interface_property raw_audio errorDescriptor ""
174set_interface_property raw_audio firstSymbolInHighOrderBits true
175set_interface_property raw_audio maxChannel 0
176set_interface_property raw_audio readyLatency 0
177set_interface_property raw_audio ENABLED true
178set_interface_property raw_audio EXPORT_OF ""
179set_interface_property raw_audio PORT_NAME_MAP ""
180set_interface_property raw_audio CMSIS_SVD_VARIABLES ""
181set_interface_property raw_audio SVD_ADDRESS_GROUP ""
182
183add_interface_port raw_audio aso_raw_audio_data data Output 32
184add_interface_port raw_audio aso_raw_audio_ready ready Input 1
185add_interface_port raw_audio aso_raw_audio_valid valid Output 1
186
187
188#
189# connection point raw_exg
190#
191add_interface raw_exg avalon_streaming start
192set_interface_property raw_exg associatedClock clock
193set_interface_property raw_exg associatedReset reset
194set_interface_property raw_exg dataBitsPerSymbol 8
195set_interface_property raw_exg errorDescriptor ""
196set_interface_property raw_exg firstSymbolInHighOrderBits true
197set_interface_property raw_exg maxChannel 0
198set_interface_property raw_exg readyLatency 0
199set_interface_property raw_exg ENABLED true
200set_interface_property raw_exg EXPORT_OF ""
201set_interface_property raw_exg PORT_NAME_MAP ""
202set_interface_property raw_exg CMSIS_SVD_VARIABLES ""
203set_interface_property raw_exg SVD_ADDRESS_GROUP ""
204
205add_interface_port raw_exg aso_raw_exg_data data Output 32
206add_interface_port raw_exg aso_raw_exg_ready ready Input 1
207add_interface_port raw_exg aso_raw_exg_valid valid Output 1
208
Note: See TracBrowser for help on using the repository browser.