mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-05 00:52:25 +02:00
write_verilog escape cell names resolves #187
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -22,6 +22,8 @@ namespace sta {
|
||||
|
||||
using std::string;
|
||||
|
||||
string
|
||||
cellVerilogName(const char *sta_name);
|
||||
string
|
||||
instanceVerilogName(const char *sta_name,
|
||||
const char escape);
|
||||
|
||||
Reference in New Issue
Block a user