Vgmn-
- Mandatory arguments:
- Optional arguments:
- Example:
- my_vgmn = Vgmn("my_vgmn", 10)
Xcache-
- Mandatory arguments:
- Optional arguments:
dcache_lines : number of lines in data cache
dcache_words : number of words per line in data cache
icache_lines : number of lines in instruction cache
icache_words : number of words per line in instruction cache
- Example:
- my_cache = Xcache("my_cache", dcache_lines = 32, dcache_words = 8, icache_lines = 32, icache_words = 8)
Mips-
MultiRam
- Mandatory arguments:
- Optional arguments:
- a list of segments, allocated with Segment()
- Example:
- my_ram = MultiRam?("my_ram", seg1, seg2, seg3)
MultiTty
Download in other formats: