Bill.Zhang

Results 10 comments of Bill.Zhang

Hi @Jbalkind, I think there is an issue in the commit (264b365), the code as below: ![image](https://github.com/user-attachments/assets/709f0b06-9ff2-42c4-a019-4d134ca71a99) Could you help to confirm it for me? Thanks!

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...