Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#8 closed defect (duplicate)

test platforms fails

Reported by: turbo07 Owned by: somebody
Priority: major Component: component1
Keywords: Cc:

Description

Hello,

I have succeeded in installing SoClib using the Installation Notes page. The caba-vgmn-multi_timer-mipsel platform is OK.

However, when I try to run the soclib-test-platforms test, the caba-pibus-hello_world-mipsel fails : the resulting command line is

set -o pipefail;SOCLIB_TTY=TERM ./simulation.x < /dev/null 2>&1 | tee test.out 

SystemC 2.2.0 prints the following message:

             SystemC 2.2.0 --- Sep  8 2008 15:39:21
        Copyright (c) 1996-2006 by all Contributors
                    ALL RIGHTS RESERVED
Error: (E115) sc_signal<T> cannot have more than one driver: 
 signal `pibus_d' (sc_signal)
 first driver `tty_wrapper.pi_d' (sc_inout)
 second driver `multiram_wrapper.pi_d' (sc_inout)
In file: ../../../../src/sysc/communication/sc_signal.cpp:129

I have also installed the SystemCASS simulator. In this case, the test does not report any specific message other than the SystemCASS banner.

Is there any issue with the pibus?

I thought SystemCASS used a strict subset of SystemC. Shall these two simulators differ while simulating this platform?

Thanks,

Christophe

Change History (1)

comment:1 Changed 16 years ago by turbo07

Resolution: duplicate
Status: newclosed

I Found information in Frequently Asked Questions. I think this ticket shall be resolves as duplicate since it is a known issue.

Christophe

Note: See TracTickets for help on using tickets.