aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index 5d1233b2..23bff4f3 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -109,9 +109,7 @@ struct ArchNetInfo
struct ArchCellInfo
{
- ArchCellInfo() : cell_mapping(-1) {}
-
- int32_t cell_mapping;
+ int32_t cell_mapping = -1;
HashTables::HashMap<IdString, std::vector<IdString>> cell_bel_pins;
HashTables::HashMap<IdString, std::vector<IdString>> masked_cell_bel_pins;
HashTables::HashSet<IdString> const_ports;