aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 4f1a84ba..3b5bcc48 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1292,6 +1292,11 @@ struct Arch : BaseCtx
// -------------------------------------------------
+ // 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;
+
+ // -------------------------------------------------
+
NeighWireRange neigh_wire_range(WireId wire) const
{
NeighWireRange range;