From 609794f9e6561fec1324ee554d85742e13e3d513 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 18 Jul 2018 13:29:58 +0200 Subject: Add Net/Cell "udata" field Signed-off-by: Clifford Wolf --- common/nextpnr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/nextpnr.h') diff --git a/common/nextpnr.h b/common/nextpnr.h index 3d0cc955..f808faf8 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -203,6 +203,8 @@ struct PipMap struct NetInfo : ArchNetInfo { IdString name; + int32_t udata; + PortRef driver; std::vector users; std::unordered_map attrs; @@ -228,6 +230,8 @@ struct PortInfo struct CellInfo : ArchCellInfo { IdString name, type; + int32_t udata; + std::unordered_map ports; std::unordered_map attrs, params; -- cgit v1.2.3