Bill.Zhang
Bill.Zhang
Hi @Jbalkind, I think there is an issue in the commit (264b365), the code as below:  Could you help to confirm it for me? Thanks!
Ok, thank you very much!
Ok, I will try it, thank you very much!
Ok, I will try it, thank you very much!
I tried to use hello_world_token.c instead of hello_world_many.c to test, can't see any print in the fake_uart.log too. And I found all of the trace_hart_*.log files are empty, it represents...
Hi @guillemlp Reply to you as below: You are using the commit of metro_mpi but you are not simulating w metro_mpi right? ---> I am not really using the metrol_mpi...
I retried the test with hello_world_token.c, the phenomenon as the tested with hello_world_many.c
Hi @guillemlp: can you verify if argv variable in main is char or int? (should be int if you are using more than 64 cores) ---> I have done that,...
Hi @guillemlp: I have tried 16*16 cores configuration, it doesn't work. My steps as below: 1. SOC building command sims -sys=manycore -x_tiles=16 -y_tiles=16 -vcs_build -ariane -config_rtl=MINIMAL_MONITORING 2. SOC simulation command...
Hi @guillemlp: I have done steps as below on the MPI project: 1. sims -sys=manycore -x_tiles=16 -y_tiles=16 -vcs_build -ariane -config_rtl=MINIMAL_MONITORING 2. sims -sys=manycore -vcs_run -x_tiles=16 -y_tiles=16 hello_world_token.c -ariane -config_rtl=MINIMAL_MONITORING -finish_mask...