美文网首页
20151117:VCD,XUB等

20151117:VCD,XUB等

作者: skylaugher | 来源:发表于2018-11-11 11:34 被阅读0次

20151117:VCD,XUB等

问题1:不能添加global variable

To view a global variable, right-click inthe Variables view, select Add Global Variables from the pop-up menu to open a dialog boxand select the global variableto add to the view.

->在新版本上不能在variableview中添加globalvariable,但在右上方的图标区有globalvariable按钮。

clip_image002.jpg

问题2:怎样进入VCD tracing, Gproftracing,signal tracing and etc.

->英文解释:Selectthe simulator option and click the Simulator tab

必须第一步在Main Tab下的Device options选择simulator.然后再在Simulator tab中选择相应选项。否则Simulator tab中的选项不能被选择。

->xScope的作用类似于一个示波器

xSCOPE logic analyzer and XMOS Timing Analyzer

VCD->Valuechange dump

记录1:XMOS USB Device (XUD)Library

The XUD Libraryperforms all the low-level I/O operations required to meet the USB 2.0specification. This processing goes up to and includes the transaction level.It removes all low-level timincg requirements from the application, allowingquick development of all manner of USB devices.

for performancereasons, cores communicate with the XUD Library using both XC channels andshared memory communication. Therefore, all cores using the XUD library mustbe on the same tile as the library itself.

The XUD coremust run at at least 80 MIPS. This meansthat for an xCORE device running at 400MHz there should be no more than** fivecores **executing at any time when using the XUD. For a 500MHz device no morethan six cores shall execute at any one time when using the XUD.

This restriction is only a requirement onthe tile on which the XUD_Manager is running. For example, the other tile onan L16 device is unaffected by this restriction.

在usb_xud目录下的lib子目录中有libxud_x200.a库文件

decouple.xc在module_usb_audio\usb_buffer下

记录2:inuint(chanend c) ==> input unsigned int from chanend C

Streams in aunsigned int from a channel end. If the next word of data channel in thechannel contains a control token then an exception is raised. The protocol usedis incompatible with the protocol used by the input (:>) and output (<:)operators.

param c: Thechannel end to stream data in on.

return The value received.

Similar functions:

outuchar

outuint

inuchar

inuchar_byref

inuint_byref

相关文章

网友评论

      本文标题:20151117:VCD,XUB等

      本文链接:https://www.haomeiwen.com/subject/tdsxfqtx.html