[icestorm] 52/75: Bugfix in icebox_vlog.py

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 7 15:52:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository icestorm.

commit 19be8895a51a50937261528035c95d4686228528
Author: Clifford Wolf <clifford at clifford.at>
Date:   Wed Aug 26 07:23:42 2015 +0200

    Bugfix in icebox_vlog.py
---
 icebox/icebox_vlog.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/icebox/icebox_vlog.py b/icebox/icebox_vlog.py
index c3f6df3..f70b66f 100755
--- a/icebox/icebox_vlog.py
+++ b/icebox/icebox_vlog.py
@@ -279,7 +279,6 @@ for segs in sorted(ic.group_segments(extra_connections=extra_connections, extra_
         if match:
             idx = (s[0], s[1], int(match.group(1)))
             p = "io_%d_%d_%d" % idx
-            net_segs.add(p)
             if lookup_pins or pcf_data:
                 for entry in ic.pinloc_db():
                     if idx[0] == entry[1] and idx[1] == entry[2] and idx[2] == entry[3]:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/icestorm.git



More information about the debian-science-commits mailing list