Changes between Version 5 and Version 6 of SoclibComponents


Ignore:
Timestamp:
Feb 6, 2007, 5:30:33 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoclibComponents

    v5 v6  
    2121 * Example:
    2222{{{
    23 my_cache = Xcache("my_cache", dcache_lines = 32, dcache_words = 8, icache_lines = 32, icache_words = 8)
     23my_cache = Xcache( "my_cache",
     24                   dcache_lines = 32,
     25                   dcache_words = 8,
     26                   icache_lines = 32,
     27                   icache_words = 8 )
    2428}}}
    2529