Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_channel_hw.tcl 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # TCL File Generated by Component Editor 20.1
  2. # Tue Jun 14 23:19:06 CEST 2022
  3. # DO NOT MODIFY
  4. #
  5. # data_channel "data_channel" v1.0
  6. # Johannes Kutning 2022.06.14.23:19:06
  7. # A data channel between two tasks
  8. #
  9. #
  10. # request TCL package from ACDS 16.1
  11. #
  12. package require -exact qsys 16.1
  13. #
  14. # module data_channel
  15. #
  16. set_module_property DESCRIPTION "A data channel between two tasks"
  17. set_module_property NAME data_channel
  18. set_module_property VERSION 1.0
  19. set_module_property INTERNAL false
  20. set_module_property OPAQUE_ADDRESS_MAP true
  21. set_module_property GROUP signal_processing
  22. set_module_property AUTHOR "Johannes Kutning"
  23. set_module_property DISPLAY_NAME data_channel
  24. set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
  25. set_module_property EDITABLE true
  26. set_module_property REPORT_TO_TALKBACK false
  27. set_module_property ALLOW_GREYBOX_GENERATION false
  28. set_module_property REPORT_HIERARCHY false
  29. #
  30. # file sets
  31. #
  32. add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" ""
  33. set_fileset_property QUARTUS_SYNTH TOP_LEVEL data_channel
  34. set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
  35. set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE true
  36. add_fileset_file data_channel.vhd VHDL PATH data_channel.vhd TOP_LEVEL_FILE
  37. add_fileset SIM_VHDL SIM_VHDL "" ""
  38. set_fileset_property SIM_VHDL TOP_LEVEL data_channel
  39. set_fileset_property SIM_VHDL ENABLE_RELATIVE_INCLUDE_PATHS false
  40. set_fileset_property SIM_VHDL ENABLE_FILE_OVERWRITE_MODE true
  41. add_fileset_file data_channel.vhd VHDL PATH data_channel.vhd
  42. #
  43. # parameters
  44. #
  45. #
  46. # display items
  47. #
  48. #
  49. # connection point clock
  50. #
  51. add_interface clock clock end
  52. set_interface_property clock clockRate 0
  53. set_interface_property clock ENABLED true
  54. set_interface_property clock EXPORT_OF ""
  55. set_interface_property clock PORT_NAME_MAP ""
  56. set_interface_property clock CMSIS_SVD_VARIABLES ""
  57. set_interface_property clock SVD_ADDRESS_GROUP ""
  58. add_interface_port clock clk clk Input 1
  59. #
  60. # connection point reset
  61. #
  62. add_interface reset reset end
  63. set_interface_property reset associatedClock clock
  64. set_interface_property reset synchronousEdges DEASSERT
  65. set_interface_property reset ENABLED true
  66. set_interface_property reset EXPORT_OF ""
  67. set_interface_property reset PORT_NAME_MAP ""
  68. set_interface_property reset CMSIS_SVD_VARIABLES ""
  69. set_interface_property reset SVD_ADDRESS_GROUP ""
  70. add_interface_port reset reset reset Input 1
  71. #
  72. # connection point ctrl
  73. #
  74. add_interface ctrl avalon end
  75. set_interface_property ctrl addressUnits WORDS
  76. set_interface_property ctrl associatedClock clock
  77. set_interface_property ctrl associatedReset reset
  78. set_interface_property ctrl bitsPerSymbol 8
  79. set_interface_property ctrl burstOnBurstBoundariesOnly false
  80. set_interface_property ctrl burstcountUnits WORDS
  81. set_interface_property ctrl explicitAddressSpan 0
  82. set_interface_property ctrl holdTime 0
  83. set_interface_property ctrl linewrapBursts false
  84. set_interface_property ctrl maximumPendingReadTransactions 0
  85. set_interface_property ctrl maximumPendingWriteTransactions 0
  86. set_interface_property ctrl readLatency 0
  87. set_interface_property ctrl readWaitTime 1
  88. set_interface_property ctrl setupTime 0
  89. set_interface_property ctrl timingUnits Cycles
  90. set_interface_property ctrl writeWaitTime 0
  91. set_interface_property ctrl ENABLED true
  92. set_interface_property ctrl EXPORT_OF ""
  93. set_interface_property ctrl PORT_NAME_MAP ""
  94. set_interface_property ctrl CMSIS_SVD_VARIABLES ""
  95. set_interface_property ctrl SVD_ADDRESS_GROUP ""
  96. add_interface_port ctrl ctrl_address address Input 4
  97. add_interface_port ctrl ctrl_read read Input 1
  98. add_interface_port ctrl ctrl_readdata readdata Output 32
  99. add_interface_port ctrl ctrl_write write Input 1
  100. add_interface_port ctrl ctrl_writedata writedata Input 32
  101. set_interface_assignment ctrl embeddedsw.configuration.isFlash 0
  102. set_interface_assignment ctrl embeddedsw.configuration.isMemoryDevice 0
  103. set_interface_assignment ctrl embeddedsw.configuration.isNonVolatileStorage 0
  104. set_interface_assignment ctrl embeddedsw.configuration.isPrintableDevice 0
  105. #
  106. # connection point hw_sink
  107. #
  108. add_interface hw_sink avalon end
  109. set_interface_property hw_sink addressUnits WORDS
  110. set_interface_property hw_sink associatedClock clock
  111. set_interface_property hw_sink associatedReset reset
  112. set_interface_property hw_sink bitsPerSymbol 8
  113. set_interface_property hw_sink burstOnBurstBoundariesOnly false
  114. set_interface_property hw_sink burstcountUnits WORDS
  115. set_interface_property hw_sink explicitAddressSpan 0
  116. set_interface_property hw_sink holdTime 0
  117. set_interface_property hw_sink linewrapBursts false
  118. set_interface_property hw_sink maximumPendingReadTransactions 0
  119. set_interface_property hw_sink maximumPendingWriteTransactions 0
  120. set_interface_property hw_sink readLatency 0
  121. set_interface_property hw_sink readWaitTime 1
  122. set_interface_property hw_sink setupTime 0
  123. set_interface_property hw_sink timingUnits Cycles
  124. set_interface_property hw_sink writeWaitTime 0
  125. set_interface_property hw_sink ENABLED true
  126. set_interface_property hw_sink EXPORT_OF ""
  127. set_interface_property hw_sink PORT_NAME_MAP ""
  128. set_interface_property hw_sink CMSIS_SVD_VARIABLES ""
  129. set_interface_property hw_sink SVD_ADDRESS_GROUP ""
  130. add_interface_port hw_sink hw_sink_write write Input 1
  131. add_interface_port hw_sink hw_sink_writedata writedata Input 32
  132. set_interface_assignment hw_sink embeddedsw.configuration.isFlash 0
  133. set_interface_assignment hw_sink embeddedsw.configuration.isMemoryDevice 0
  134. set_interface_assignment hw_sink embeddedsw.configuration.isNonVolatileStorage 0
  135. set_interface_assignment hw_sink embeddedsw.configuration.isPrintableDevice 0
  136. #
  137. # connection point hw_source
  138. #
  139. add_interface hw_source avalon end
  140. set_interface_property hw_source addressUnits WORDS
  141. set_interface_property hw_source associatedClock clock
  142. set_interface_property hw_source associatedReset reset
  143. set_interface_property hw_source bitsPerSymbol 8
  144. set_interface_property hw_source burstOnBurstBoundariesOnly false
  145. set_interface_property hw_source burstcountUnits WORDS
  146. set_interface_property hw_source explicitAddressSpan 0
  147. set_interface_property hw_source holdTime 0
  148. set_interface_property hw_source linewrapBursts false
  149. set_interface_property hw_source maximumPendingReadTransactions 0
  150. set_interface_property hw_source maximumPendingWriteTransactions 0
  151. set_interface_property hw_source readLatency 0
  152. set_interface_property hw_source readWaitTime 1
  153. set_interface_property hw_source setupTime 0
  154. set_interface_property hw_source timingUnits Cycles
  155. set_interface_property hw_source writeWaitTime 0
  156. set_interface_property hw_source ENABLED true
  157. set_interface_property hw_source EXPORT_OF ""
  158. set_interface_property hw_source PORT_NAME_MAP ""
  159. set_interface_property hw_source CMSIS_SVD_VARIABLES ""
  160. set_interface_property hw_source SVD_ADDRESS_GROUP ""
  161. add_interface_port hw_source hw_source_read read Input 1
  162. add_interface_port hw_source hw_source_readdata readdata Output 32
  163. set_interface_assignment hw_source embeddedsw.configuration.isFlash 0
  164. set_interface_assignment hw_source embeddedsw.configuration.isMemoryDevice 0
  165. set_interface_assignment hw_source embeddedsw.configuration.isNonVolatileStorage 0
  166. set_interface_assignment hw_source embeddedsw.configuration.isPrintableDevice 0