mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
verilog read/write to public includes
This commit is contained in:
@@ -31,7 +31,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"
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#pragma once
|
||||
|
||||
// This header contains global os/port specific definitions.
|
||||
// It should be included in every source file after any system include
|
||||
// files and before any STA include files.
|
||||
|
||||
// Pragma placeholder for non-gcc compilers.
|
||||
#ifndef __GNUC__
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "verilog/VerilogReader.hh"
|
||||
#include "verilog/VerilogWriter.hh"
|
||||
#include "VerilogReader.hh"
|
||||
#include "VerilogWriter.hh"
|
||||
#include "Sta.hh"
|
||||
|
||||
using sta::Sta;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "PortDirection.hh"
|
||||
#include "verilog/VerilogReaderPvt.hh"
|
||||
#include "verilog/VerilogReader.hh"
|
||||
#include "VerilogReader.hh"
|
||||
|
||||
int VerilogLex_lex();
|
||||
#define VerilogParse_lex VerilogLex_lex
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "verilog/VerilogReader.hh"
|
||||
#include "VerilogReader.hh"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "verilog/VerilogWriter.hh"
|
||||
#include "VerilogWriter.hh"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user