aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-23 12:09:01 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-23 12:09:01 +0200
commit289fca0976071eabaeccedb7caf9125f70740ef8 (patch)
treefa182d79e8dc25625fce57dac7756a093a6cf730 /ice40/cells.h
parent2e6916ecabeb9b4e4df23e68378a0c4fc608c6ec (diff)
downloadnextpnr-289fca0976071eabaeccedb7caf9125f70740ef8.tar.gz
nextpnr-289fca0976071eabaeccedb7caf9125f70740ef8.tar.bz2
nextpnr-289fca0976071eabaeccedb7caf9125f70740ef8.zip
ice40: Move global net test to Arch
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index 3e5f6ebd..29331445 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -117,9 +117,6 @@ void dff_to_lc(const Context *ctx, CellInfo *dff, CellInfo *lc,
// Convert a nextpnr IO buffer to a SB_IO
void nxio_to_sb(Context *ctx, CellInfo *nxio, CellInfo *sbio);
-// Return true if a net is a global net
-bool is_global_net(const Context *ctx, const NetInfo *net);
-
// Return true if a port is a clock port
bool is_clock_port(const Context *ctx, const PortRef &port);