Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 497 Bytes

Invasim

Manycore architecture simulator using the paradigm Invasive computing

Intructions

Open a terminal in the program folder and run the next commands:

1- Compile the program running the makefile:

user@Computer:~$ make

2- The binary is stored in $PROGRAM_DIR/bin, it takes two parameters

2.1- Processor cores (x and y).
2.2- Amount of cycles to run.
user@Computer:~$ ./bin/invasive_simulator x_dimesion y_dimension cycles