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 build the AMBA AHB using systemC ?

Status
Not open for further replies.

niceguy123

Newbie level 1
Joined
Nov 20, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,285
Just learning how to build the AMBA AHB, using systemC any help that you can provide would be great.
 

Here is another example for an APB slave:

"...The test-bench uses SCV to randomize some signals and timing between transaction to the DUT. It also, optionally, generates some print messages to help debug. Waves are also created in VCD format.

The following variables are being randomized:
* The number of read and write transactions are controlled by the variable loop_r:
scv_smart_ptr loop_r ("loop_r"); //random loop number
loop_r->keep_only(100, 200);
...
for (unsigned int i=0; i<(unsigned int)*loop_r; i++) {..."

**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top