diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-07-13 15:16:44 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-07-13 15:16:44 +0200 |
commit | c05bea12e0af7ec847043c832133cbfddfb278b1 (patch) | |
tree | ac4b50662bb4cbfb75a0cc1ff132e18b2dc7b4e8 /ice40/arch.h | |
parent | 45462ef3a714c0d98fe570d96e6761e2b298c7d0 (diff) | |
download | nextpnr-c05bea12e0af7ec847043c832133cbfddfb278b1.tar.gz nextpnr-c05bea12e0af7ec847043c832133cbfddfb278b1.tar.bz2 nextpnr-c05bea12e0af7ec847043c832133cbfddfb278b1.zip |
Add ctx->pack() API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index b6c64de4..34797442 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -672,6 +672,7 @@ struct Arch : BaseCtx // ------------------------------------------------- + bool pack(); bool place(); bool route(); |