Changes between Version 5 and Version 6 of Component/Virtual Coprocessor Wrapper


Ignore:
Timestamp:
Jan 18, 2013, 10:05:15 AM (11 years ago)
Author:
meunier
Comment:

(m)

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Coprocessor Wrapper

    v5 v6  
    6767= Component usage =
    6868
    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".
     69The 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''.
    7070
    7171== Example ==
     
    197197with
    198198 fifos_out::
    199    a vector containing the names of the output fifos
     199   a vector containing the name of the output fifos
    200200 fifos_out_width::
    201201   a vector containing the width of the output fifos
    202202 fifos_in::
    203    a vector containing the names of the input fifos
     203   a vector containing the name of the input fifos
    204204 fifos_in_width::
    205205   a vector containing the width of the input fifos