aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.cc
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-01-19 16:09:25 +0100
committerGitHub <noreply@github.com>2020-01-19 16:09:25 +0100
commit4ff19c826072167417492277a22b16d767675f26 (patch)
treee38faffa057bf7556d3ed3ae7f0f35f19f8818cf /ecp5/gfx.cc
parentb67ba18590f4a4ec5bb3f1062a8b1495e88f14bb (diff)
parent714769e1b83dd548967a1f6bc614b29abfc22bc1 (diff)
downloadnextpnr-4ff19c826072167417492277a22b16d767675f26.tar.gz
nextpnr-4ff19c826072167417492277a22b16d767675f26.tar.bz2
nextpnr-4ff19c826072167417492277a22b16d767675f26.zip
Merge pull request #384 from YosysHQ/warning_fixes
Warning fixes
Diffstat (limited to 'ecp5/gfx.cc')
-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;