davidepatti / noxim

Network on Chip Simulator
218 stars 118 forks source link

Table Based Routing Algorithm Doesn't Work #106

Closed lchang256 closed 4 years ago

lchang256 commented 4 years ago

Has anyone tried routing table based sim?

I created a simple mesh with a routing table per the format in GlobalRoutingTable.cpp.

However, simulation always crashes with file not found.

Debug shows the file name and location being parsed correctly by the simulator, but message is always file not found.

Is there a directory where the file is expected?

Thanks

van-namdinh commented 4 years ago

Hi @Ichang256 Could you share your configuration file to discuss more. email me to email vndprogramminges@gmail.com BR!

lchang256 commented 4 years ago

I have figured out the issue. There were 2 issues: 1. Placement of routing table needs to be in bin directory 2. The routing table format needs to follow format in issue #64 and not from the code example fields.