verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
979 stars 378 forks source link

cluster_placement.h is missing #include vpr_types.h #2617

Closed KA7E closed 2 weeks ago

KA7E commented 2 weeks ago

Description

cluster_placement.h needs vpr_types.h for definitions of t_pack_molecule and t_cluster_placement_stats.

added #include "vpr_types.h" to cluster_placement.h

Related Issue

Motivation and Context

VPR fails to compile when cluster_placement.h is included in a .cpp file that does not include vpr_types.h earlier in the file.

How Has This Been Tested?

VPR still compiles and there is no change in QoR (based on quick neuron test referenced in another PR).

Types of changes

Checklist: