Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to deal with a rom in module code in DC?

Status
Not open for further replies.

floatgrass

Member level 3
Joined
May 7, 2002
Messages
67
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
517
one question

if I write a module as follows:
module .......
...
....
...
rom (........);
..
endmoudle


we know that rom can not be synthesized by dc,so only can be intantiated as above.
but how i deal with this code in dc. because rom general can not be synthesized.
thanks
 

I am not very sure about your problem. What are you supposed to do with your rom? If you just want to verify your design, you didn't need to care its implementation and simply model it as an array of integers or array of std_ulogic. All you need to do is in your testbench you first write it the data you want and never change.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top