aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/simple_config.py
blob: dfb38f1cdbf82937e0239a4d7012014e06e7782e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Grid size including IOBs at edges
X = 12
Y = 12
# SLICEs per tile
N = 8
# LUT input count
K = 4
# Number of local wires
Wl = N*(K+1) + 8 
# 1/Fc for bel input wire pips
Si = 4
# 1/Fc for Q to local wire pips
Sq = 4
# ~1/Fc local to neighbour local wire pips
Sl = 8