diff --git a/MPSoC/mutekh/._libavatar b/MPSoC/mutekh/._libavatar deleted file mode 100755 index 6a07bbeb50d4ce7dadfdda1cfe9d0e2832afdf44..0000000000000000000000000000000000000000 Binary files a/MPSoC/mutekh/._libavatar and /dev/null differ diff --git a/MPSoC/mutekh/Block0.c b/MPSoC/mutekh/Block0.c deleted file mode 100644 index 90713232604a647b79f6cf98b2f784f5f2a3fd5d..0000000000000000000000000000000000000000 --- a/MPSoC/mutekh/Block0.c +++ /dev/null @@ -1,68 +0,0 @@ -#include "Block0.h" - - -// Header code defined in the model - -// End of header code defined in the model - -static uint32_t _val; - -#define STATE__START__STATE 0 -#define STATE__state0 1 -#define STATE__STOP__STATE 2 - -void *mainFunc__Block0(struct mwmr_s *channels_Block0[]){ - - // struct mwmr_s Block0_val__Block1_val_transmitted= channels_Block0[0]; - - debugInt("*** channel adress transmitted to block0 : ",channels_Block0[0]); - debugInt("*** status adress transmitted to block0 : ",&(channels_Block0[0]->status)); - debugInt("*** lock adress transmitted to block0 : ",&(channels_Block0[0]->status->lock)); - - debugInt("*** channel adress global : ",&(Block0_val__Block1_val)); - debugInt("*** status adress global : ",(Block0_val__Block1_val.status)); -debugInt("*** lock adress global : ",(Block0_val__Block1_val.status->lock)); - - int __currentState = STATE__START__STATE; - __attribute__((unused)) request __req0; - __attribute__((unused))int *__params0[0]; - __attribute__((unused))setOfRequests __list; - __attribute__((unused))pthread_cond_t __myCond; - __attribute__((unused))request *__returnRequest; - - char * __myname = "Block0"; - - pthread_cond_init(&__myCond, NULL); - - fillListOfRequests(&__list, __myname, &__myCond, &__mainMutex); - //printf("my name = %s\n", __myname); - - /* Main loop on states */ - while(__currentState != STATE__STOP__STATE) { - switch(__currentState) { - case STATE__START__STATE: - traceStateEntering(__myname, "__StartState"); - debug2Msg(__myname, "-> (=====) Entering state + state0"); - __currentState = STATE__state0; - break; - - case STATE__state0: - debug2Msg(__myname, "-> (=====)before MakeNewRequest"); - debugInt("channel address", &__req0); - makeNewRequest(&__req0, 18, SEND_ASYNC_REQUEST, 0, 0, 0, 0, __params0); - debug2Msg(__myname, "-> (=====)after MakeNewRequest"); - __req0.asyncChannel = &__Block0_val__Block1_val; - debug2Msg(__myname, "-> (=====)before executeOneRequest"); - __returnRequest = executeOneRequest(&__list, &__req0); - debug2Msg(__myname, "-> (=====)after executeOneRequest"); - clearListOfRequests(&__list); - traceRequest(__myname, __returnRequest); - __currentState = STATE__STOP__STATE; - break; - - } - } - //printf("Exiting = %s\n", __myname); - return NULL; -} - diff --git a/MPSoC/mutekh/avatar-soclib-ppc.out b/MPSoC/mutekh/avatar-soclib-ppc.out deleted file mode 100755 index b0a7f92e6771657d4181abbc7bb8569879191fca..0000000000000000000000000000000000000000 Binary files a/MPSoC/mutekh/avatar-soclib-ppc.out and /dev/null differ diff --git a/MPSoC/mutekh/libmipsel-unknown-elf-sim.a b/MPSoC/mutekh/libmipsel-unknown-elf-sim.a deleted file mode 100644 index 03648200a696a7f64ece29b32231c41bc0ab3ace..0000000000000000000000000000000000000000 Binary files a/MPSoC/mutekh/libmipsel-unknown-elf-sim.a and /dev/null differ