How to install Booksim?

I am new to Linux and have a need to install Booksim 2.0 on Ubuntu 16.04. I have already downloaded .tar.gz package and extracted it.

STEP 1: sudo apt-get install LEX STEP 2: sudo apt-get install YACC STEP 3: ./booksim torus88 my MAKE FILE contains LEX and YACC files in the same directory.so no modifications were made. but when i tried to run the example it shows no command found(eg: mesh command not found)

Could somebody help me how to install Booksim step by step, please?

2

1 Answer

Your issue is not related to the installation of booksim - it's simply a matter of understanding the relationships between the locations of the files

src
├── allocators
├── arbiters
├── booksim
├── examples
│   ├── anynet
│   └── mesh88_lat
├── networks
├── power
└── routers

So from the src directory, you need to run

./booksim examples/mesh88_lat
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like