aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-09-24 19:12:01 +0100
committergatecat <gatecat@ds0.me>2021-09-24 19:19:26 +0100
commit718ee441a0dcf7328692c67d143f2b26b8ebc61c (patch)
treeadfb3dde2e6a46f5a9907f7aee66b017c8608a1f /nexus/arch.h
parentab6990f908c9f25c6116ca8f1a4f98242e8b6175 (diff)
downloadnextpnr-718ee441a0dcf7328692c67d143f2b26b8ebc61c.tar.gz
nextpnr-718ee441a0dcf7328692c67d143f2b26b8ebc61c.tar.bz2
nextpnr-718ee441a0dcf7328692c67d143f2b26b8ebc61c.zip
nexus: Add resource cost overrides
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 300c3760..3e718e78 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -87,6 +87,8 @@ enum PipFlags
{
PIP_FIXED_CONN = 0x8000,
PIP_LUT_PERM = 0x4000,
+ PIP_ZERO_RR_COST = 0x2000,
+ PIP_DRMUX_C = 0x1000,
};
NPNR_PACKED_STRUCT(struct PipInfoPOD {