mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 02:17:08 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user