From d9b0bac248a12466cd2b62d02ec11b2e60d25019 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Jun 2019 16:11:11 +0200 Subject: Save top level attrs and store current step --- common/nextpnr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/nextpnr.h b/common/nextpnr.h index 8e47dcda..3b17920d 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -550,6 +550,9 @@ struct BaseCtx // Floorplanning regions std::unordered_map> region; + // Context meta data + std::unordered_map attrs; + BaseCtx() { idstring_str_to_idx = new std::unordered_map; -- cgit v1.2.3