Original submission by Alessandro De Laurenzis, who takes MAINTAINER -- thanks! tweaks and oks from sthen@ and bentley@ graywolf is a program for placement of VLSI digital circuits, mainly intended as part of qflow tool-chain (http://opencircuitdesign.com/qflow/). It is a fork of the last open-source version of TimberWolf (which is now commercial software) and has been modified to streamline the build process and make it behave more as a standard command-line tool. It is based on the general combinatorial optimization technique known as simulated annealing and is suitable for standard cell, macro/custom cell, and gate-array professional-grade placement.
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
$OpenBSD: patch-src_genrows_draw_c,v 1.1.1.1 2018/08/28 18:26:57 bcallah Exp $
|
|
|
|
Index: src/genrows/draw.c
|
|
--- src/genrows/draw.c.orig
|
|
+++ src/genrows/draw.c
|
|
@@ -1209,7 +1209,7 @@ process_graphics()
|
|
shortRowG = FALSE ;
|
|
remakerows() ;
|
|
draw_the_data() ;
|
|
- if (last_chanceG) (VOID)last_chance() ;
|
|
+ if (last_chanceG) last_chance();
|
|
|
|
}
|
|
|