Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 spartan 3 中使用 block ram 读写?
我在 sim.pdf 中阅读了 xilinix 的手册,每次写入都需要一个时钟周期,并且每次读取也需要一个时钟周期,因为 BRAM 是同步的。我们是否应该让有限状态机释放 ram 的每个写入和读取操作?
您可以将其用作dual-port RAM,因此您可以在一个周期内从不同地址读取写入。看看xapp463。
dual-port RAM