1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 07:33:27 +00:00

Add ctx->pack() API

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf
2018-07-13 15:16:44 +02:00
parent 45462ef3a7
commit c05bea12e0
12 changed files with 14 additions and 75 deletions

View File

@@ -183,6 +183,7 @@ struct Arch : BaseCtx
float getDelayNS(delay_t v) const { return v; }
uint32_t getDelayChecksum(delay_t v) const { return 0; }
bool pack() { return true; }
bool place();
bool route();