Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#2617 from verilog-to-routing/mi…
Browse files Browse the repository at this point in the history
…ssing_include_cluster_placement_h

cluster_placement.h is missing #include vpr_types.h
  • Loading branch information
vaughnbetz authored Jun 14, 2024
2 parents c40ffe8 + 44b073e commit 4c7d5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpr/src/pack/cluster_placement.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef CLUSTER_PLACEMENT_H
#define CLUSTER_PLACEMENT_H
#include "arch_types.h"
#include "vpr_types.h"

t_cluster_placement_stats* alloc_and_load_cluster_placement_stats();
bool get_next_primitive_list(
Expand Down

0 comments on commit 4c7d5ff

Please sign in to comment.