aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-07-12 16:02:51 +0200
committerAlessandro Comodi <acomodi@antmicro.com>2021-07-12 16:45:08 +0200
commitd9668df818d801b0c24ae8c372c6e7149352a388 (patch)
tree5e96a5da2de786f174c85c7a2a60a572ccb36605 /fpga_interchange/arch.h
parent24b7084feb6beecacbe447a15f9b2de04b14d685 (diff)
downloadnextpnr-d9668df818d801b0c24ae8c372c6e7149352a388.tar.gz
nextpnr-d9668df818d801b0c24ae8c372c6e7149352a388.tar.bz2
nextpnr-d9668df818d801b0c24ae8c372c6e7149352a388.zip
interchange: add constraints constraints application routine
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 630c4480..8afb71e1 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -720,6 +720,9 @@ struct Arch : ArchAPI<ArchRanges>
void prepare_cluster(const ClusterPOD *cluster, uint32_t index);
dict<ClusterId, Cluster> clusters;
+ // User constraints
+ void place_constraints();
+
void decode_lut_cells();
const GlobalCellPOD *global_cell_info(IdString cell_type) const;