mv VerilogReader.hh to include/sta
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
1c0c6e06f3
commit
6907f5b3fe
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue