aboutsummaryrefslogtreecommitdiffstats
path: root/common/property.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-22 15:55:34 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-23 09:01:43 -0700
commit8a50b02b9bbaf292fb6294eda5df162f3295f149 (patch)
tree5caa463594b7e2468b4d17ec33aa019ec42cb22d /common/property.h
parentaf1fba9f5232706af4ae31ad5b0186b44de03cfa (diff)
downloadnextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.gz
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.bz2
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.zip
Use new parameter definition data in FPGA interchange processing.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'common/property.h')
-rw-r--r--common/property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/property.h b/common/property.h
index 79fbf881..7a377b97 100644
--- a/common/property.h
+++ b/common/property.h
@@ -78,7 +78,7 @@ struct Property
result.push_back(c == S1);
return result;
}
- std::string as_string() const
+ const std::string &as_string() const
{
NPNR_ASSERT(is_string);
return str;