From e5006d4f2f767aab5c06d4e95151687a54902ad9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 10 Aug 2018 19:11:30 +0200 Subject: Save settings and give nicer names to some --- ice40/pcf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/pcf.cc') diff --git a/ice40/pcf.cc b/ice40/pcf.cc index d9fc4e68..af5b3e17 100644 --- a/ice40/pcf.cc +++ b/ice40/pcf.cc @@ -66,7 +66,7 @@ bool apply_pcf(Context *ctx, std::string filename, std::istream &in) log_error("unsupported pcf command '%s'\n", cmd.c_str()); } } - ctx->settings.emplace(ctx->id("project/input/pcf"), filename); + ctx->settings.emplace(ctx->id("input/pcf"), filename); return true; } catch (log_execution_error_exception) { return false; -- cgit v1.2.3