mv VerilogReader.hh to include/sta

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-01-28 09:11:05 -07:00
parent 1c0c6e06f3
commit 6907f5b3fe
5 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
#include "SdcNetwork.hh"
#include "MakeConcreteNetwork.hh"
#include "PortDirection.hh"
#include "verilog/VerilogReader.hh"
#include "VerilogReader.hh"
#include "Graph.hh"
#include "GraphCmp.hh"
#include "Sdc.hh"

View File

@ -25,7 +25,7 @@
#include "util/FlexDisableRegister.hh"
#include "VerilogNamespace.hh"
#include "verilog/VerilogReader.hh"
#include "VerilogReader.hh"
#include "verilog/VerilogReaderPvt.hh"
#include "VerilogParse.hh"
#include "verilog/VerilogScanner.hh"

View File

@ -28,7 +28,7 @@
#include "Report.hh"
#include "PortDirection.hh"
#include "verilog/VerilogReader.hh"
#include "VerilogReader.hh"
#include "verilog/VerilogReaderPvt.hh"
#include "verilog/VerilogScanner.hh"

View File

@ -22,7 +22,7 @@
//
// This notice may not be removed or altered from any source distribution.
#include "verilog/VerilogReader.hh"
#include "VerilogReader.hh"
#include <cstdlib>