On 2015/04/07 19:14, Stuart Cassoff wrote:
> On 03/02/15 08:12, Andrey Skvortsov wrote:
>
>
> I think the % should go, or change the sprintf() to strcpy() or something
> else.
> + sprintf(cmd,"%${PREFIX}/bin/tkgate",TkGate.homedir);
Yes, this is clearly wrong - at least kill the % and TkGate.
On 03/02/15 08:12, Andrey Skvortsov wrote:
I think the % should go, or change the sprintf() to strcpy() or something else.
Stu
$OpenBSD: patch-src_tkgate_verilog_out_c,v 1.1.1.1 2015/04/07 14:00:07 kirby
Exp $
--- src/tkgate/verilog_out.c.orig Wed Nov 9 13:55:14 2011
+++ src/tkgate/ver
On Mon, March 2, 2015 16:12, Andrey Skvortsov wrote:
> Hello.
> I tried to port TkGate, digital circuit simulator and editor, written by
> prof. Jeffery P. Hansen (http://www.tkgate.org).
> Mr. Hansen stopped his work on the project 5 years ago,
> leaving it at the 2.0-b10 state (a large improvemen
Hello.
I tried to port TkGate, digital circuit simulator and editor, written by
prof. Jeffery P. Hansen (http://www.tkgate.org).
Mr. Hansen stopped his work on the project 5 years ago,
leaving it at the 2.0-b10 state (a large improvement
since version 1.8.7 and close to release, but still buggy).
R