aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index ea4e9f5b..323dcacd 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1408,7 +1408,8 @@ struct Arch : BaseArch<ArchRanges>
// -------------------------------------------------
// Parse a possibly-Lattice-style (C literal in Verilog string) style parameter
- Property parse_lattice_param(const CellInfo *ci, IdString prop, int width, int64_t defval) const;
+ Property parse_lattice_param_from_cell(const CellInfo *ci, IdString prop, int width, int64_t defval) const;
+ Property parse_lattice_param(const Property &val, IdString prop, int width, const char* ci="") const;
// -------------------------------------------------