verilog parser

commit aa52884df77545280835532c21cb4d024eda5573
Author: James Cherry <[email protected]>
Date:   Sat Jan 25 11:20:33 2025 -0700

    zlib optional

    Signed-off-by: James Cherry <[email protected]>

commit 5a46e0e5d1d9fe806d290fa34a4ad4aa0a9e4899
Author: James Cherry <[email protected]>
Date:   Fri Jan 24 19:19:33 2025 -0700

    verilog prefix

    Signed-off-by: James Cherry <[email protected]>

commit 1b1fbf41c96f96a4c4b9f8b66f16f27688cb47a8
Author: James Cherry <[email protected]>
Date:   Fri Jan 24 17:09:32 2025 -0700

    blank

    Signed-off-by: James Cherry <[email protected]>

commit 72488094a4696414ce5c37a4ab5bb78f4a9750c1
Author: James Cherry <[email protected]>
Date:   Fri Jan 24 16:47:55 2025 -0700

    verilog parse reorg

    Signed-off-by: James Cherry <[email protected]>

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-01-25 11:21:40 -07:00
parent eb7fe84055
commit fafbcb216e
6 changed files with 36 additions and 44 deletions
+6
View File
@@ -32,10 +32,12 @@
#ifdef ZLIB_FOUND
#include <zlib.h>
#include "util/gzstream.hh"
#else // ZLIB_FOUND
#include <cstdio>
#include <fstream>
#define gzFile FILE*
#define gzopen fopen
@@ -44,4 +46,8 @@
#define gzprintf fprintf
#define Z_NULL nullptr
namespace gzstream {
typedef std::ifstream igzstream;
}
#endif // ZLIB_FOUND