verilog read/write to public includes
This commit is contained in:
parent
e002e29369
commit
ec856896c7
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue