diff options
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r-- | ice40/archdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h index 2bffe667..956fcb4c 100644 --- a/ice40/archdefs.h +++ b/ice40/archdefs.h @@ -151,6 +151,8 @@ struct ArchCellInfo { bool lvds; bool global; + bool negtrig; + int pintype; // TODO: clk packing checks... } ioInfo; struct |