aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-04-01 19:48:51 +0100
committerDavid Shah <dave@ds0.me>2019-04-02 15:30:01 +0100
commit6a383cd4c57db1f8bab6416daffdb24c0eb093c6 (patch)
treed10ee8ae12bee51935bfe6273570bf488721425d /generic/arch.h
parentca918078bfe6c4b1a279c7df7c59fb9de0f9710a (diff)
downloadnextpnr-6a383cd4c57db1f8bab6416daffdb24c0eb093c6.tar.gz
nextpnr-6a383cd4c57db1f8bab6416daffdb24c0eb093c6.tar.bz2
nextpnr-6a383cd4c57db1f8bab6416daffdb24c0eb093c6.zip
generic: Simple procedural example works
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'generic/arch.h')
-rw-r--r--generic/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/arch.h b/generic/arch.h
index 58e5faa4..02017c8d 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -106,8 +106,6 @@ struct Arch : BaseCtx
std::vector<std::vector<int>> tileBelDimZ;
std::vector<std::vector<int>> tilePipDimZ;
- float grid_distance_to_delay;
-
void addWire(IdString name, IdString type, int x, int y);
void addPip(IdString name, IdString type, IdString srcWire, IdString dstWire, DelayInfo delay, Loc loc);
void addAlias(IdString name, IdString type, IdString srcWire, IdString dstWire, DelayInfo delay);