write_verilog -remove_cells

This commit is contained in:
James Cherry
2020-07-15 07:56:34 -07:00
parent d296a3405d
commit 4fa9e46235
7 changed files with 49 additions and 22 deletions
+3
View File
@@ -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