diff --git a/knik/src/KnikEngine.cpp b/knik/src/KnikEngine.cpp index 9dfdfc37..c7027406 100644 --- a/knik/src/KnikEngine.cpp +++ b/knik/src/KnikEngine.cpp @@ -128,6 +128,11 @@ KnikEngine* KnikEngine::create ( Cell* cell, unsigned congestion, unsigned preco _knik->_postCreate(); + cout << " o Knik -- Global router makes use of FLUTE software" << endl; + cout << Dots::asIdentifier(" - Author" ,"Chris C. N. CHU") << endl; + cout << Dots::asIdentifier(" - Prof. Ident. ","Iowa State University") << endl; + cout << Dots::asIdentifier(" - URL" ,"http://home.eng.iastate.edu/~cnchu") << endl; + return _knik; }