update title page

This commit is contained in:
tangxifan 2020-01-24 17:00:53 -07:00
parent a7a1fe8a74
commit 5039af2c2f
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ const char* create_openfpga_title() {
title += std::string("\n");
title += std::string(" OpenFPGA: An Open-source FPGA IP Generator\n");
title += std::string(" Versatile Place and Route (VPR)\n");
title += std::string(" FPGA-Verilog\n");
title += std::string(" FPGA-SPICE\n");
title += std::string(" FPGA-SDC\n");
title += std::string(" FPGA-Bitstream\n");
title += std::string("\n");
title += std::string(" This is a free software under the MIT License\n");
title += std::string("\n");