Project-Bonfire / Bonfire_legacy

A Fault Tolerant NoC Architecture
GNU General Public License v3.0
7 stars 8 forks source link

Makefile for common actions #18

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

Would be nice to have something like a Makefile, which can include all kinds of basic actions.

As I'm adding unit tests, I think it would be obligatory to have make test working anyway. And that's where we will be able to plug continuous integration later.

Also, this was suggested as a basic test:

python simulate.py -D 2 -credit_based_FC -Rand 0.01 -PS 8 8 -sim 10000 -end 11000

Well, perhaps it would make sense to have make basic-test that would do something like that?

This may also help with issue #15 (e.g. make paper to recreate what's needed instead of committing the files directly).