source: PROJECT_SMART_EEG/trunk/hw/sync_sys/synchro/synchro_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: 4.8 KB
Line 
1# TCL File Generated by Component Editor 13.1
2# Fri Feb 28 17:08:14 CET 2014
3# DO NOT MODIFY
4
5
6#
7# synchro "synchro" v1.0
8#  2014.02.28.17:08:14
9#
10#
11
12#
13# request TCL package from ACDS 13.1
14#
15package require -exact qsys 13.1
16
17
18#
19# module synchro
20#
21set_module_property DESCRIPTION ""
22set_module_property NAME synchro
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 synchro
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 synchro
41set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
42add_fileset_file synchro.v VERILOG PATH synchro.v TOP_LEVEL_FILE
43
44
45#
46# parameters
47#
48
49
50#
51# display items
52#
53
54
55#
56# connection point clock
57#
58add_interface clock clock end
59set_interface_property clock clockRate 0
60set_interface_property clock ENABLED true
61set_interface_property clock EXPORT_OF ""
62set_interface_property clock PORT_NAME_MAP ""
63set_interface_property clock CMSIS_SVD_VARIABLES ""
64set_interface_property clock SVD_ADDRESS_GROUP ""
65
66add_interface_port clock clk clk Input 1
67
68
69#
70# connection point reset
71#
72add_interface reset reset end
73set_interface_property reset associatedClock clock
74set_interface_property reset synchronousEdges DEASSERT
75set_interface_property reset ENABLED true
76set_interface_property reset EXPORT_OF ""
77set_interface_property reset PORT_NAME_MAP ""
78set_interface_property reset CMSIS_SVD_VARIABLES ""
79set_interface_property reset SVD_ADDRESS_GROUP ""
80
81add_interface_port reset reset reset Input 1
82
83
84#
85# connection point conduit_sync
86#
87add_interface conduit_sync conduit end
88set_interface_property conduit_sync associatedClock clock
89set_interface_property conduit_sync associatedReset ""
90set_interface_property conduit_sync ENABLED true
91set_interface_property conduit_sync EXPORT_OF ""
92set_interface_property conduit_sync PORT_NAME_MAP ""
93set_interface_property conduit_sync CMSIS_SVD_VARIABLES ""
94set_interface_property conduit_sync SVD_ADDRESS_GROUP ""
95
96add_interface_port conduit_sync video_trigger export Output 1
97add_interface_port conduit_sync etis_sync_clock export Output 1
98add_interface_port conduit_sync etis_sync_clock_start export Output 1
99
100
101#
102# connection point ctrl
103#
104add_interface ctrl avalon end
105set_interface_property ctrl addressUnits WORDS
106set_interface_property ctrl associatedClock clock
107set_interface_property ctrl associatedReset reset
108set_interface_property ctrl bitsPerSymbol 8
109set_interface_property ctrl burstOnBurstBoundariesOnly false
110set_interface_property ctrl burstcountUnits WORDS
111set_interface_property ctrl explicitAddressSpan 0
112set_interface_property ctrl holdTime 0
113set_interface_property ctrl linewrapBursts false
114set_interface_property ctrl maximumPendingReadTransactions 0
115set_interface_property ctrl readLatency 0
116set_interface_property ctrl readWaitTime 1
117set_interface_property ctrl setupTime 0
118set_interface_property ctrl timingUnits Cycles
119set_interface_property ctrl writeWaitTime 0
120set_interface_property ctrl ENABLED true
121set_interface_property ctrl EXPORT_OF ""
122set_interface_property ctrl PORT_NAME_MAP ""
123set_interface_property ctrl CMSIS_SVD_VARIABLES ""
124set_interface_property ctrl SVD_ADDRESS_GROUP ""
125
126add_interface_port ctrl avs_s0_address address Input 8
127add_interface_port ctrl avs_s0_read read Input 1
128add_interface_port ctrl avs_s0_readdata readdata Output 32
129add_interface_port ctrl avs_s0_write write Input 1
130add_interface_port ctrl avs_s0_writedata writedata Input 32
131add_interface_port ctrl avs_s0_waitrequest waitrequest Output 1
132set_interface_assignment ctrl embeddedsw.configuration.isFlash 0
133set_interface_assignment ctrl embeddedsw.configuration.isMemoryDevice 0
134set_interface_assignment ctrl embeddedsw.configuration.isNonVolatileStorage 0
135set_interface_assignment ctrl embeddedsw.configuration.isPrintableDevice 0
136
137
138#
139# connection point ts
140#
141add_interface ts avalon_streaming start
142set_interface_property ts associatedClock clock
143set_interface_property ts associatedReset reset
144set_interface_property ts dataBitsPerSymbol 8
145set_interface_property ts errorDescriptor ""
146set_interface_property ts firstSymbolInHighOrderBits true
147set_interface_property ts maxChannel 0
148set_interface_property ts readyLatency 0
149set_interface_property ts ENABLED true
150set_interface_property ts EXPORT_OF ""
151set_interface_property ts PORT_NAME_MAP ""
152set_interface_property ts CMSIS_SVD_VARIABLES ""
153set_interface_property ts SVD_ADDRESS_GROUP ""
154
155add_interface_port ts aso_ts_data data Output 32
156add_interface_port ts aso_ts_ready ready Input 1
157add_interface_port ts aso_ts_valid valid Output 1
158
Note: See TracBrowser for help on using the repository browser.