aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-01-18 15:58:09 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2020-01-18 15:58:09 +0100
commit714769e1b83dd548967a1f6bc614b29abfc22bc1 (patch)
treee38faffa057bf7556d3ed3ae7f0f35f19f8818cf
parentd281e1811334a244f9b18b82da50750a505f3dc5 (diff)
downloadnextpnr-714769e1b83dd548967a1f6bc614b29abfc22bc1.tar.gz
nextpnr-714769e1b83dd548967a1f6bc614b29abfc22bc1.tar.bz2
nextpnr-714769e1b83dd548967a1f6bc614b29abfc22bc1.zip
Few more caught by clang
-rw-r--r--ecp5/gfx.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ecp5/gfx.cc b/ecp5/gfx.cc
index dc6bed21..da96b76d 100644
--- a/ecp5/gfx.cc
+++ b/ecp5/gfx.cc
@@ -32,14 +32,10 @@ const float slice_pitch = 0.0374 + 0.0068;
const float io_cell_v_x1 = 0.76;
const float io_cell_v_x2 = 0.95;
const float io_cell_v_y1 = 0.05;
-const float io_cell_v_y2 = 0.15;
-const float io_cell_v_pitch = 0.125;
const float io_cell_gap = 0.10;
const float io_cell_h_x1 = 0.05;
-const float io_cell_h_x2 = 0.14;
const float io_cell_h_y1 = 0.05;
const float io_cell_h_y2 = 0.24;
-const float io_cell_h_pitch = 0.125;
const float wire_distance = 0.0017f;
const float wire_distance_small = 0.00085f;