Downloads
Wednesday, May 30, 2007
In this section I will include files from the source code to the thesis materials.
-Code(Under GPL v.2)
-Short presentation
1 comments:
Naseera...
said...
1/10/2015 6:04 AM
Subscribe to:
Post Comments (Atom)
Hi, im looking for a multistage interconnection network simulator for my mtech project. I came across your code, have downloaded it. Hoping it will be helpful.
when using make -f make_sim_1, the foll error is shown.
g++ -c -g ../src/flit.cpp
g++ -c -g ../src/event.cpp
../src/event.cpp: In member function ‘void event::set_random()’:
../src/event.cpp:56:28: error: ‘random’ was not declared in this scope
../src/event.cpp:57:8: error: ‘rand’ was not declared in this scope
make: *** [event.o] Error 1
Hoping u can help.
Thanks.