Changes between Version 4 and Version 5 of Soclib Cc


Ignore:
Timestamp:
Mar 28, 2007, 12:14:05 AM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Wrong quotes

Legend:

Unmodified
Added
Removed
Modified
  • Soclib Cc

    v4 v5  
    77In order to compile a platform with soclib-cc, you need:
    88
    9  * Your 'top-cell' SystemC netlist,
     9 * Your ''top-cell'' SystemC netlist,
    1010 * A platform description file, listing all used components and their
    1111   parameters.
    1212
    1313
    14 Your 'top-cell' file should
     14Your ''top-cell'' file should
    1515 * Include all soclib component definitions
    1616   * Paths are relative to systemc/include
     
    2121
    2222Your platform description should be a python-parseable file, defining
    23 variable `todo', instance of type `Platform'. Arguments passed to
    24 `Platform' are the used components, and you custom files (You may want
     23variable `todo`, instance of type `Platform`. Arguments passed to
     24`Platform` are the used components, and you custom files (You may want
    2525to link in more than one custom .cc file).
    2626
     
    101101}}}
    102102
    103 For complete examples, watch in `/path/to/soclib/platforms/'.
     103For complete examples, watch in `/path/to/soclib/platforms/`.