Changes between Version 5 and Version 6 of Component/Virtual Coprocessor Wrapper
- Timestamp:
- Jan 18, 2013, 10:05:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Virtual Coprocessor Wrapper
v5 v6 67 67 = Component usage = 68 68 69 The virtual Coprocessor Wrapper is primarily intended to be used with Dsx-vm (to be released soon?), but it can also be used "by hand". 69 The virtual Coprocessor Wrapper is primarily intended to be used with Dsx-vm (to be released soon?), but it can also be used "by hand". In that case, the component cannot be used directly; instead, it is necessary to create a new component which derives from the ''wrapper''. 70 70 71 71 == Example == … … 197 197 with 198 198 fifos_out:: 199 a vector containing the name sof the output fifos199 a vector containing the name of the output fifos 200 200 fifos_out_width:: 201 201 a vector containing the width of the output fifos 202 202 fifos_in:: 203 a vector containing the name sof the input fifos203 a vector containing the name of the input fifos 204 204 fifos_in_width:: 205 205 a vector containing the width of the input fifos