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

Last change on this file since 136 was 87, checked in by lambert, 11 years ago

Adding generation simulation support for verilog

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