davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

Simulator not working properly #58

Closed shubhamnath2 closed 6 years ago

shubhamnath2 commented 6 years ago

Simulator is only working for only XY routing algorithm and only for random traffic. Showing error: noxim: ../src/Router.cpp:146: void Router::txProcess(): Assertion `false' failed. Aborted (core dumped)

asrani commented 6 years ago

it works perfectly for me ..

shubhamnath2 commented 6 years ago

@asrani Maybe your Simulator is not updated, check it once, cause for my case, the simulator is working for XY routing not for west first, north last, etc. Plus it is working for very small pir data, like 0.0001 and the delay shows 7.97120(approx)

davidepatti commented 6 years ago

Hi to all, mine is working. Can you tell me how to replicate the problem ? (e.g., which yaml config are you using ?)

shubhamnath2 commented 6 years ago

default_config.yaml

On Mon, Mar 19, 2018, 7:47 PM Davide Patti notifications@github.com wrote:

Hi to all, mine is working. Can you tell me how to replicate the problem ? (e.g., which yaml config are you using ?)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/58#issuecomment-374227224, or mute the thread https://github.com/notifications/unsubscribe-auth/AjmHuTbtAsZRss62nS-Ha8XpHR_0keWyks5tf73ugaJpZM4SoMIH .

shubhamnath2 commented 6 years ago

Then I replaced the new files with the old one(without vc) and compiled it, now it's working. (I am currently working on ubuntu 16.04 and after march update, this problem arise)

On Mon, Mar 19, 2018, 8:04 PM Shubham Nath shubhamnath2@gmail.com wrote:

default_config.yaml

On Mon, Mar 19, 2018, 7:47 PM Davide Patti notifications@github.com wrote:

Hi to all, mine is working. Can you tell me how to replicate the problem ? (e.g., which yaml config are you using ?)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/58#issuecomment-374227224, or mute the thread https://github.com/notifications/unsubscribe-auth/AjmHuTbtAsZRss62nS-Ha8XpHR_0keWyks5tf73ugaJpZM4SoMIH .

davidepatti commented 6 years ago

I just took the original default_config.yaml, I replaced XY with WEST_FIRST. It works. Are you sure you are using the latest version on github ?

davidepatti commented 6 years ago

Ok, I managed to replicate the issue. I'll let you know asap.

davidepatti commented 6 years ago

The problem should be now solved in the latest github version. Just do a "git pull" from src directory and recompile, or reinstall.

shubhamnath2 commented 6 years ago

I'll look into it, thank you for the help.

On Mon, Mar 19, 2018, 8:28 PM Davide Patti notifications@github.com wrote:

The problem should be now solved in the latest github version. Just do a "git pull" from src directory and recompile, or reinstall.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/58#issuecomment-374242198, or mute the thread https://github.com/notifications/unsubscribe-auth/AjmHubNM1eknZTQDfvgBiBVVUlEApsaxks5tf8eigaJpZM4SoMIH .

davidepatti commented 6 years ago

thank you for reporting the issue. I forgot to merge to merge the updates from the latest experimental branch to the main tree. Everything worked on my local copy because I did not pushed to the github. My fault, thank you again !

shubhamnath2 commented 6 years ago

Thank you for solving the issue, currently i didn't check the correction(don't want to take risk on my system), but i'll look into it.