mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 02:38:22 +02:00
VerilogWriter using instead of include for LibertyCell
This commit is contained in:
@@ -17,12 +17,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "LibertyClass.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
using std::vector;
|
||||
|
||||
class Network;
|
||||
class LibertyCell;
|
||||
|
||||
void
|
||||
writeVerilog(const char *filename,
|
||||
|
||||
Reference in New Issue
Block a user