mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02:00
write_verilog -remove_cells
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "LibertyClass.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
class Network;
|
||||
@@ -23,6 +25,7 @@ class Network;
|
||||
void
|
||||
writeVerilog(const char *filename,
|
||||
bool sort,
|
||||
LibertyCellSeq *remove_cells,
|
||||
Network *network);
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user