Changes between Version 5 and Version 6 of SoclibComponents
- Timestamp:
- Feb 6, 2007, 5:30:33 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoclibComponents
v5 v6 21 21 * Example: 22 22 {{{ 23 my_cache = Xcache("my_cache", dcache_lines = 32, dcache_words = 8, icache_lines = 32, icache_words = 8) 23 my_cache = Xcache( "my_cache", 24 dcache_lines = 32, 25 dcache_words = 8, 26 icache_lines = 32, 27 icache_words = 8 ) 24 28 }}} 25 29