From 2e6d0b752ab2d269f822bfd3ea029b100ecf4233 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Wed, 6 Jun 2018 07:49:35 -0400 Subject: Removed erroneous BEL assignment in JSON parser --- common/design.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/design.h b/common/design.h index 3e4091c3..564d5ce5 100644 --- a/common/design.h +++ b/common/design.h @@ -108,7 +108,7 @@ struct CellInfo BelId bel; // cell_port -> bel_pin - dict pins; + dict pins; }; struct Design @@ -119,8 +119,8 @@ struct Design // ... } - dict nets; - dict cells; + dict nets; + dict cells; }; #endif -- cgit v1.2.3