VerilogWriter using instead of include for LibertyCell
This commit is contained in:
parent
9882f9d938
commit
1c8f1ec9fc
|
|
@ -17,12 +17,13 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "LibertyClass.hh"
|
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
class Network;
|
class Network;
|
||||||
|
class LibertyCell;
|
||||||
|
|
||||||
void
|
void
|
||||||
writeVerilog(const char *filename,
|
writeVerilog(const char *filename,
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
using sta::Sta;
|
using sta::Sta;
|
||||||
using sta::NetworkReader;
|
using sta::NetworkReader;
|
||||||
using sta::readVerilogFile;
|
using sta::readVerilogFile;
|
||||||
using sta::LibertyCellSeq;
|
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue