From 73710416b4764a13357b4e8602df8dc89684fbd8 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:33:55 -0800 Subject: Add control to whether GenericFrontend splits IO ports. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- common/nextpnr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/nextpnr.h') diff --git a/common/nextpnr.h b/common/nextpnr.h index c43b9dc4..fdbdc219 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -833,6 +833,7 @@ struct BaseCtx // Top-level ports std::unordered_map ports; + std::unordered_map port_cells; // Floorplanning regions std::unordered_map> region; -- cgit v1.2.3