Changes between Version 1 and Version 2 of Component/Vci Mwmr Controller


Ignore:
Timestamp:
Feb 5, 2008, 2:43:34 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Moved files

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Mwmr Controller

    v1 v2  
    5454For extensibility issues, you should access the !MwmrController using globally-defined offsets.
    5555
    56 You should include file source:trunk/soclib/include/soclib/MwmrController.h from your software, it
     56You should include `soclib/MwmrController.h` from your software, it
    5757defines all useful offsets and constants.
    5858
    5959Sample code:
    6060
    61 Please see source:trunk/soclib/platforms/mwmr/soft/mwmr.h and source:trunk/soclib/platforms/mwmr/soft/mwmr.c for reference implementation.
     61Please see source:trunk/soclib/platform/runtime_netlist/mwmr/soft/mwmr.h and source:trunk/soclib/platform/runtime_netlist/mwmr/soft/mwmr.c for reference implementation.
    6262
    6363(add -I/path/to/soclib/include to your compilation command-line)
     
    6565= Component definition =
    6666
    67 Available in source:trunk/soclib/desc/soclib/vci_mwmr_controller.sd
    68 
     67Available in source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/metadata/vci_mwmr_controller.sd
    6968== Usage ==
    7069
     
    7776
    7877The caba implementation is in
    79  * source:trunk/soclib/systemc/include/caba/target/vci_mwmr_controller.h
    80  * source:trunk/soclib/systemc/src/caba/target/vci_mwmr_controller.cc
     78 * source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/source/include/vci_mwmr_controller.h
     79 * source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/source/src/vci_mwmr_controller.cpp
    8180
    8281== Template parameters: ==