davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

modification #67

Closed aylann closed 6 years ago

aylann commented 6 years ago

Dear Mr,

I want to make small changes to allow each radio hub to transmit data on an assigned (fixed) channel. However, every radio hub is able to receive data from all the rx radio channels.

Any thoughts would be helpful.

davidepatti commented 6 years ago

You should modify the config.yaml in order to set the RX and TX channels accordingly.

sujimasi commented 6 years ago

hi, I want to change the routing algorithm from xy to north_last.I changed that and gave a new file name called today.yaml. noxim is telling no such file is found,once i tried with make command also. can anyone help me in this regard

davidepatti commented 6 years ago

can you post your today.yaml ? did you use the -config command line to specify it ?

sujimasi commented 6 years ago

hi, Thank u for replying I will try to plot graph in matlab. and regarding today.yaml the only change i had done is, the routing algorithm to be north_last instead of XY in multi_channel.yaml. I gave the command ./noxim -config ../config_examples/multi_channel.yaml -routing north_last for this i got correct output.If i change the routing algorithm inside the program and try to execute ./noxim -config ../config_examples/today.yaml I am not getting output.I am getting such a file does not exist.

On Tue, Jun 19, 2018 at 5:42 PM, Davide Patti notifications@github.com wrote:

can you post your today.yaml ? did you use the -config command line to specify it ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/67#issuecomment-398376945, or mute the thread https://github.com/notifications/unsubscribe-auth/Aed60gblho_NSakmM_JAjzXhGhDiLV_Tks5t-OqZgaJpZM4Uaild .

sujimasi commented 6 years ago

sir, i found out that my file today.yaml is working nicely thank you sir

On Thu, Jun 21, 2018 at 10:05 AM, Sujatha Masilamani sujimasi@gmail.com wrote:

hi, Thank u for replying I will try to plot graph in matlab. and regarding today.yaml the only change i had done is, the routing algorithm to be north_last instead of XY in multi_channel.yaml. I gave the command ./noxim -config ../config_examples/multi_channel.yaml -routing north_last for this i got correct output.If i change the routing algorithm inside the program and try to execute ./noxim -config ../config_examples/today.yaml I am not getting output.I am getting such a file does not exist.

On Tue, Jun 19, 2018 at 5:42 PM, Davide Patti notifications@github.com wrote:

can you post your today.yaml ? did you use the -config command line to specify it ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/67#issuecomment-398376945, or mute the thread https://github.com/notifications/unsubscribe-auth/Aed60gblho_NSakmM_JAjzXhGhDiLV_Tks5t-OqZgaJpZM4Uaild .

sujimasi commented 6 years ago

Dear sir, i am getting this error when i tried to execute selection strategy as NOP in256_4h.yaml file Error: (E549) uncaught exception: basic_filebuf::underflow error reading the file: iostream error In file: ../../../../src/sysc/kernel/sc_except.cpp:98 what should be done for this previously i got an error Loading configuration from file "../config_examples/256_4h.yaml"... Error: (E549) uncaught exception: yaml-cpp: error at line 73, column 41: end of map not found In file: ../../../../src/sysc/kernel/sc_except.cpp:98 i corrected this by giving space in the command line. Immediately i got this underflow error what to do

regards sujatha

On Tue, Jul 31, 2018 at 1:48 AM, Davide Patti notifications@github.com wrote:

Closed #67 https://github.com/davidepatti/noxim/issues/67.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/davidepatti/noxim/issues/67#event-1761140625, or mute the thread https://github.com/notifications/unsubscribe-auth/Aed60qvhc2REAA1ZSLzz64A5jQDUvX7-ks5uL2oagaJpZM4Uaild .

Prince-Fash commented 5 years ago

Please can anyone help on how can noxim be used for prediction or link with Artificial Neural Network?