aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/archdefs.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-18 18:14:18 +0100
committerDavid Shah <davey1576@gmail.com>2018-08-18 18:14:18 +0100
commitb8206d71ca281f00b1c681d3f7bb532eb01e030c (patch)
tree20554e7420076e901df77eb8dd9bccacd6dd5c99 /ecp5/archdefs.h
parent5fe29922fd15af87cd260a561e88ac2e5b27203d (diff)
downloadnextpnr-b8206d71ca281f00b1c681d3f7bb532eb01e030c.tar.gz
nextpnr-b8206d71ca281f00b1c681d3f7bb532eb01e030c.tar.bz2
nextpnr-b8206d71ca281f00b1c681d3f7bb532eb01e030c.zip
ecp5: Speedup placement using ArchCellInfo
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r--ecp5/archdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h
index 1493c691..c4e1413f 100644
--- a/ecp5/archdefs.h
+++ b/ecp5/archdefs.h
@@ -139,6 +139,10 @@ struct ArchNetInfo
};
struct ArchCellInfo
{
+ struct
+ {
+ IdString clk_sig, lsr_sig, clkmux, lsrmux, srmode;
+ } sliceInfo;
};
NEXTPNR_NAMESPACE_END