Project-Bonfire / Bonfire_legacy

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

could I change the size of network? #32

Open van-namdinh opened 5 years ago

van-namdinh commented 5 years ago

Dear authors and users, I run the simulation with the instruction as: ./simulate.py -D 2 -credit_based_FC -packet_drop -FC -NI_Test -SHMU -Rand 0.01 -PS 8 8 -sim 10000 -end 11000

as I understand the parameter -D 2 that means we use a size of network 2x2 but How could I use the other network size as 3x2, or 3x5? many thanks!

siavooshpayandehazad commented 5 years ago

Hi, This is our oldest repository and it has some legassy issues, I propose you use the baseline repo: https://github.com/Project-Bonfire/BaseLine_CB there you can change the size as you wish. Best Regards,

van-namdinh commented 5 years ago

Hi, Thank you so much for your answer!