aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r--ecp5/arch.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index 47546ccc..7217af78 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -124,11 +124,11 @@ std::string Arch::getChipName()
{
if (args.type == ArchArgs::LFE5U_25F) {
- return "Lattice LFE5U-25F";
+ return "LFE5U-25F";
} else if (args.type == ArchArgs::LFE5U_45F) {
- return "Lattice LFE5U-45F";
+ return "LFE5U-45F";
} else if (args.type == ArchArgs::LFE5U_85F) {
- return "Lattice LFE5U-85F";
+ return "LFE5U-85F";
} else {
log_error("Unknown chip\n");
}