Changes between Initial Version and Version 1 of Add Component


Ignore:
Timestamp:
Jan 31, 2008, 11:15:46 AM (16 years ago)
Author:
wahid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Add Component

    v1 v1  
     1= Rules for adding new components =
     2
     3To admit a new component to the SoCLib library, these 3 steps must be followed
     4
     5== Provide necessary files ==
     6 
     7 * The necessary files to describe the IP core : a ''.h'' and a ''.cpp'' files at least
     8 * The metadata files related to the IP core
     9
     10== Build a test platform ==
     11
     12 * The platform must contain the IP core '''AND''' at least one of the IPs already admitted in the library
     13
     14== Write the description page ==
     15
     16 * The page is to create [wiki:Component here]
     17 * The description should be brief, with a scheme when possible.