aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc
index 0620b8b7..9917e217 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -111,6 +111,7 @@ static std::string speedString(ArchArgs::SpeedGrade speed)
std::unique_ptr<Context> ECP5CommandHandler::createContext(std::unordered_map<std::string,Property> &values)
{
+ ArchArgs chipArgs;
chipArgs.type = ArchArgs::NONE;
if (vm.count("25k"))