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.

SIMULATION MODEL for 32M Flash

Status
Not open for further replies.

adscrz

Member level 1
Joined
Jun 9, 2004
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Unknow
Activity points
536
nand flash simulation model

hello, I download the samsung 32M Flash SIMULATION MODEL, it include
3 files:

km29u256.vp
test_256.v
External_File.txt

but how to use it in ModelSim ?

I complie the test_256.v, :
# Compile of test_256.v was successful.

then Simlute it, but the ModeSim said:
vsim work.nand_driver
# vsim work.nand_driver
# Loading work.nand_driver
# ** Error: (vsim-3033) Z:/CadenceIC/TEST/256Mb/test_256.v(24): Instantiation of 'km29u256' failed. The design unit was not found.
# Region: /nand_driver
# Searched libraries:
# work
# Error loading design

and I know the Instantiation of 'km29u256' is in km29u256.vp
but how to use it ?

Thx...
 

flash simulation model

The source file in:
**broken link removed**
 

samsung nand flash simulation model

change file name of " km29u256.vp" to "km29u256.v"
then compile km29u256.v with modelsim
 

samsung nand flash verilog model

No No No!
It can not pass !

Because it include :

`protected
[]Zn5SQV5DT^<jjRaLll?EX:_[^JF5Xlhlc6:mad:NN?7Sj<la6Y6p`_D1C;7i4GcNd
...
n2aB`4SQCFV`l3pO^RYX[p?IHlhE$
`endprotected
 

modelsim .vp

test_256.v is the testbench of km29u256.vp. The External_File.txt is the initial file for nandflash.
Maybe you are not include the km29u256.vp when you simulate test_256.v
 

samsung nand flash model

I think the contents of the NAND flash model is protected using
Cadence's approach. And the modelsim could not read that in.
You need to use Cadence's Verilog-XL or NC-Verilog to run the
simulation.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top