diff --git a/openfpga/src/base/openfpga_title.cpp b/openfpga/src/base/openfpga_title.cpp index ae4ce80c4..41616c8bd 100644 --- a/openfpga/src/base/openfpga_title.cpp +++ b/openfpga/src/base/openfpga_title.cpp @@ -11,6 +11,13 @@ const char* create_openfpga_title() { std::string title; + title += std::string("\n"); + title += std::string(" ___ _____ ____ ____ _ \n"); + title += std::string(" / _ \\ _ __ ___ _ __ | ___| _ \\ / ___| / \\ \n"); + title += std::string(" | | | | '_ \\ / _ \\ '_ \\| |_ | |_) | | _ / _ \\ \n"); + title += std::string(" | |_| | |_) | __/ | | | _| | __/| |_| |/ ___ \\ \n"); + title += std::string(" \\___/| .__/ \\___|_| |_|_| |_| \\____/_/ \\_\\ \n"); + title += std::string(" |_| \n"); title += std::string("\n"); title += std::string(" OpenFPGA: An Open-source FPGA IP Generator\n"); title += std::string(" Versatile Place and Route (VPR)\n");