Forum Discussion

KTsan's avatar
KTsan
Icon for New Contributor rankNew Contributor
7 years ago

How to implement a module for accessing single block of on-chip memory in systemverilog?

Let say I want to model a 8 x 1024 bits Ram. I can generate a Single Port Ram Module from IP Catalog. I can access the on-chip memory via a single instance of this "Single Port Ram" module. Howeve...