enable lading of jsons and setting up context

This commit is contained in:
Miodrag Milanovic
2019-06-14 15:18:35 +02:00
parent aca372de99
commit 66ea9f39f7
13 changed files with 53 additions and 35 deletions
+1
View File
@@ -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"))