mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
proof
This commit is contained in:
parent
ded7002bec
commit
6cdc7bf58c
@ -217,8 +217,8 @@ hardware memories. This can be merely a matter of putting an interface
|
|||||||
around some data type operations.
|
around some data type operations.
|
||||||
|
|
||||||
For example, a \dfn{dictionary} comes in handy to model sparse memory
|
For example, a \dfn{dictionary} comes in handy to model sparse memory
|
||||||
structures. (In other languages, this data type is called \dfn{
|
structures. (In other languages, this data type is called
|
||||||
associative array}, or \dfn{hash table}.) A sparse memory is one in
|
\dfn{associative array}, or \dfn{hash table}.) A sparse memory is one in
|
||||||
which only a small part of the addresses is used in a particular
|
which only a small part of the addresses is used in a particular
|
||||||
application or simulation. Instead of statically allocating the full
|
application or simulation. Instead of statically allocating the full
|
||||||
address space, which can be large, it is better to dynamically
|
address space, which can be large, it is better to dynamically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user