aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-29 14:48:47 +0100
committergatecat <gatecat@ds0.me>2021-06-29 14:48:47 +0100
commit2476f116bb2709cb1c01efd358b6c2b2edfda0c8 (patch)
tree67dd930f5a143a611e47e2c8983263b12ec213bd /fpga_interchange/archdefs.h
parent78c965141f25892986589976476c237372d9406d (diff)
downloadnextpnr-2476f116bb2709cb1c01efd358b6c2b2edfda0c8.tar.gz
nextpnr-2476f116bb2709cb1c01efd358b6c2b2edfda0c8.tar.bz2
nextpnr-2476f116bb2709cb1c01efd358b6c2b2edfda0c8.zip
interchange: Track the macros that cells have been expanded from
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index 057de934..4a196c29 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -120,6 +120,7 @@ struct ArchCellInfo
dict<IdString, std::vector<IdString>> cell_bel_pins;
dict<IdString, std::vector<IdString>> masked_cell_bel_pins;
pool<IdString> const_ports;
+ IdString macro_parent = IdString();
LutCell lut_cell;
};