From 13c2d1ab595c5676ecd3f6bd974d834e2c3062c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Zrounba?= <6691770+clement-z@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:20:08 +0100 Subject: Add initial support for several netlists files Netlists are read in the order they are specified on the command line. They can be specified using several `-f ` arguments. --- src/parser/parser.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/parser.l') diff --git a/src/parser/parser.l b/src/parser/parser.l index ca689a3..7c33630 100644 --- a/src/parser/parser.l +++ b/src/parser/parser.l @@ -24,7 +24,7 @@ EOL {EOL_PORTABLE} %option warn %option yylineno -%option noyywrap +/*%option noyywrap*/ %option caseless %option reentrant %option bison-bridge -- cgit v1.2.3