Changes between Initial Version and Version 1 of SoclibComponents


Ignore:
Timestamp:
Feb 5, 2007, 5:11:15 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoclibComponents

    v1 v1  
     1
     2 * `Vgmn`
     3   * Mandatory arguments:
     4     * `name`
     5   * Optional arguments:
     6     * `min_latency`
     7
     8 * `Xcache`
     9   * Mandatory arguments:
     10     * `name`
     11   * Optional arguments:
     12     * `dcache_lines`
     13     * `dcache_words`
     14     * `icache_lines`
     15     * `icache_words`
     16
     17 * `Mips`
     18   * Mandatory arguments:
     19     * `name`
     20   * Optional arguments:
     21     * ``
     22
     23 * `MultiRam`
     24   * Mandatory arguments:
     25     * `name`
     26   * Optional arguments:
     27     * a list of segments, allocated with Segment()
     28
     29 * `MultiTty`
     30   * Mandatory arguments:
     31     * `name`