Changes between Version 3 and Version 4 of MwmrCoprocCreation
- Timestamp:
- Mar 18, 2009, 2:06:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MwmrCoprocCreation
v3 v4 90 90 91 91 # first argument is your current platform (the one from soclib.Architecture() 92 # second a rgument is base name, coprocessor will use "NAME", and controller "NAME_ctrl"93 ctrl, coproc = idct.instanciate(arch, 'idct0' ) # here names are "idct0" and "idct0_ctrl"92 # second and third arguments are coprocessor and controller names 93 ctrl, coproc = idct.instanciate(arch, 'idct0', 'idct0_ctrl') # here names are "idct0" and "idct0_ctrl" 94 94 95 95 # Connections between the controller and the coprocessor has been completed (fifos, config, status)