davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

Not an issue, but a python extension: Pynoxim - python script for noxim #77

Closed rounaksingh closed 2 years ago

rounaksingh commented 5 years ago

Hi @davidepatti , As part of my course project I have written a small python script to run noxim and plot graphs directly. It does not uses a python bindings but already complied noxim binary. If I will have time I might work on bindings. But right now, this is all I have.

https://github.com/rounaksingh/pynoxim

Requires:

Python3.5 Matplotlib pyyaml numpy

May be it might be useful for someone. Let me know what you think of it.

Thanks!

davidepatti commented 5 years ago

Dear @rounaksingh , it seems very useful and interesting. Thank you for your contribution. I will checkout its usage with some students here at university.

rounaksingh commented 5 years ago

Thanks Dr. Patti I will keep posting any updates of the script here.