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 stop atomic_gen and do direct test in vmm

Status
Not open for further replies.

enchanter

Member level 2
Joined
Mar 27, 2008
Messages
46
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,288
Activity points
1,531
I am new to verification and try to use vmmgen to generate a whole environment template for VMM 1.2 and want to adopt it to test CPU interface for register read/write.

But I don't know how to stop the atomic_gen and put my direct test. Anyone can give a help to show me how to do that? Or show me what's the right procedure to do the register access test?

thanks.
 

I am new to verification and try to use vmmgen to generate a whole environment template for VMM 1.2 and want to adopt it to test CPU interface for register read/write.

But I don't know how to stop the atomic_gen and put my direct test. Anyone can give a help to show me how to do that? Or show me what's the right procedure to do the register access test?

thanks.

use +vmm_test=<test_name> when you run the simulation
<test_name> is created using vmm_macro `vmm_test_begin and `vmm_test_end. You need to read up on vmm_test in the vmm libaray manual.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top