[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (3e6b75fb9ac476d8c1abc808cfe67e30ceb72627)



The branch, master has been updated
       via  3e6b75fb9ac476d8c1abc808cfe67e30ceb72627 (commit)
      from  0f6aad9a3d50cd76dad12576b9adb66cc1b943c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/toporouter.h |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


=================
 Commit Messages
=================

commit 3e6b75fb9ac476d8c1abc808cfe67e30ceb72627
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Wiring score calculation

:100644 100644 bb1b11e... b629ebe... M	src/toporouter.h

=========
 Changes
=========

commit 3e6b75fb9ac476d8c1abc808cfe67e30ceb72627
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Wiring score calculation

diff --git a/src/toporouter.h b/src/toporouter.h
index bb1b11e..b629ebe 100644
--- a/src/toporouter.h
+++ b/src/toporouter.h
@@ -54,10 +54,11 @@
 
 #include <sys/time.h>
 
-#define TOPOROUTER_FLAG_VERBOSE     (1<<0)
-#define TOPOROUTER_FLAG_HARDDEST    (1<<1)
-#define TOPOROUTER_FLAG_HARDSRC     (1<<2)
-#define TOPOROUTER_FLAG_MATCH       (1<<3)
+#define TOPOROUTER_FLAG_VERBOSE       (1<<0)
+#define TOPOROUTER_FLAG_HARDDEST      (1<<1)
+#define TOPOROUTER_FLAG_HARDSRC       (1<<2)
+#define TOPOROUTER_FLAG_MATCH         (1<<3)
+#define TOPOROUTER_FLAG_LAYERHINT     (1<<4)
 
 #if TOPO_OUTPUT_ENABLED
   #include <cairo.h>
@@ -431,6 +432,8 @@ struct _toporouter_t {
   gdouble stublength;
   gdouble serpintine_half_amplitude;
 
+  gdouble wiring_score;
+
   guint effort;
 
   GSList *routednets, *failednets;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs