Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Owner Reporter Resolution Summary
#8 somebody turbo07 duplicate test platforms fails
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

#9 somebody silicomp fixed Can't compile caba-vgmn-tc4200enc-mipsel and caba-vgmn-tc4200-mipsel
Description

I manage to install Soclib with installation notes.

I passed the Test.

But when i try to compile caba-vgmn-tc4200enc-mipsel i have this error: soclib/module/streaming_component/tc4200_enc/caba/source/src/../include/tc4200_enc.h:42:27: error: tc_tc4200_enc.h: Aucun fichier ou répertoire de ce type

IN fact the file tc4200_enc.h is in $SOCLIB/binary/module/stream_components/tc4200enc/caba/source

There is the same error with caba-vgmn-tc4200-mipsel

Thank you

  1. Rouland (Orange Business Services)
#12 somebody ludovic.lhours@… fixed [DSX] import bug in vld.task and implicit include in sc_main template
Description
  • Cannot import SyntheticTask from soclib in vld.task

changing soclib to soclib.hwtask correct bug but should work in the current state (through init.py reexport). May depend on version of Python?

  • Add of #include <signal.h> in sc_main.cpp template which was assume to be included from dependencies.
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.