aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/main.cc')
-rw-r--r--ecp5/main.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc
index d025d8d4..55e835e3 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -89,8 +89,11 @@ int main(int argc, char *argv[])
"sha1 " GIT_COMMIT_HASH_STR ")\n";
return 1;
}
-
- Context ctx(ArchArgs{});
+ ArchArgs args;
+ args.type = ArchArgs::LFE5U_25F;
+ args.package = "CABGA381";
+ args.speed = 6;
+ Context ctx(args);
if (vm.count("verbose")) {
ctx.verbose = true;