[Libre-soc-bugs] [Bug 526] create dry-run 180nm GDS-II files for IMEC
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Dec 3 22:46:28 GMT 2020
https://bugs.libre-soc.org/show_bug.cgi?id=526
--- Comment #98 from Cole Poirier <colepoirier at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #92)
>
> diff --git a/alliance/src/mbk/src/alc_pars_p.c
> b/alliance/src/mbk/src/alc_pars_p.c
> index 742108c3..f82627f7 100644
> --- a/alliance/src/mbk/src/alc_pars_p.c
> +++ b/alliance/src/mbk/src/alc_pars_p.c
> @@ -60,8 +60,8 @@
>
>
> #define MBKSZNAME 1024
> -#define MAXLBUFFER 256
> -#define MAXLBUFF 256
> +#define MAXLBUFFER 512
> +#define MAXLBUFF 512
>
> #define EVAL 2
> #define EVER 3
Maybe this will work Luke?
diff --git a/alliance/src/mbk/src/alc_pars_l6.c
b/alliance/src/mbk/src/alc_pars_l6.c
index 77a69244..f6f20922 100644
--- a/alliance/src/mbk/src/alc_pars_l6.c
+++ b/alliance/src/mbk/src/alc_pars_l6.c
@@ -925,7 +925,7 @@ int version;
losig_list *ptsig;
char type;
float capa;
- char signame[256];
+ char signame[512];
ht *htsigname;
long index;
char *ptallocsigname;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list