From 292cb2e08653d2d382273f465cf67258f1c5fffa Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 18 Nov 2014 12:30:39 -0800 Subject: [PATCH 1/2] Allow more arguments in icarus verilog VPI --- cosimulation/icarus/myhdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosimulation/icarus/myhdl.c b/cosimulation/icarus/myhdl.c index 9488d841..9c9ca608 100644 --- a/cosimulation/icarus/myhdl.c +++ b/cosimulation/icarus/myhdl.c @@ -7,7 +7,7 @@ #define MAXLINE 4096 #define MAXWIDTH 10 -#define MAXARGS 64 +#define MAXARGS 1024 // #define DEBUG 1 /* Sized variables */ From 5df9e4b89b2bdd65ac5a6744caa299f4117ed1fb Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 17 Feb 2015 21:39:57 -0800 Subject: [PATCH 2/2] new branch vpi_fix --HG-- branch : vpi_fix