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.

problem in systemC example

Status
Not open for further replies.

Tom2

Full Member level 5
Joined
Nov 11, 2006
Messages
318
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,457
i try to run some examples of systemC.
When i run example fir everything it was ok.When i tried to built example risc cpu,
the executable was created but when i tried to run executable i saw the following message and the executable it was not run. (i use visual studio 2005)

Info: (I804) /IEEE_Std_1666/deprecated: positional binding using << or , is depr
ecated, use () instead.
** ALERT ** ID: initialize Architectural Registers
** ALERT ** BIOS: initialize BIOS
** ALERT ** DCU: initialize Data Cache

Error: (E115) sc_signal<T> cannot have more than one driver:
signal `STALL_FETCH' (sc_signal)
first driver `PAGING_BLOCK.port_13' (sc_out)
second driver `BIOS_BLOCK.port_6' (sc_out)
In file: ..\..\src\sysc\communication\sc_signal.cpp:126

Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
IEEE 1666 deprecated features by placing this method call as the
first statement in your sc_main() function:

sc_report_handler::set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING);


What is the problem?????
If someone know anything please help me.
 

I had the same problem. A solution can be found at: funningboy.blogspot.com/2010/09/risc-cpu-systemc.html
You have to copy paste this link in your browser because I'm not allowed to post a link at this site!?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top