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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user