verilog read/write to public includes

This commit is contained in:
James Cherry 2020-04-05 16:56:38 -07:00
parent e002e29369
commit ec856896c7
8 changed files with 6 additions and 8 deletions

View File

@ -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"

View File

@ -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__

View File

@ -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;

View File

@ -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

View File

@ -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>

View File

@ -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>