Closed Elena32061 closed 2 years ago
Hi @Elena32061 ,
Thank you for your asking this question and sorry for delay reply.
For TNoC project, I've introduced packet monitors and scoreboard checkers to check whether or not a router sends a packet to the correct destination. That is:
Env:
How to work:
Thank you!
-----原始邮件----- 发件人:"Taichi Ishitani" @.> 发送时间:2022-09-17 22:19:46 (星期六) 收件人: taichi-ishitani/tnoc @.> 抄送: Elena @.>, Mention @.> 主题: Re: [taichi-ishitani/tnoc] verifying the correctness of the on-chip network (Issue #60)
Hi @Elena32061 ,
Thank you for your asking this question and sorry for delay reply.
For TNoC project, I've introduced packet monitors and scoreboard checkers to check whether or not a router sends a packet to the correct destination. That is:
Env:
put tx packet monitors to each tx packet ports of a router put rx packet monitors and scoreborad checkers to each rx packet ports of a router
How to work:
tx packet monitor caputures tx packets and send them to the expectation model expectation model calcurates the expected destination of the given tx packet and send it to the scoreboard checker rx packet monitor caputures rx packets and send them to the scoreboard checker scoreboard checker compares rx packet given from rx packet monitor and tx packet given from the expection model
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
@Elena32061 , Can you close this issue if you have no further topics?
Hello, I would like to ask the idea of verifying the correctness of the on-chip network