mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 09:20:19 +02:00
write path spice off path pins
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -16,8 +16,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <set>
|
||||
|
||||
namespace sta {
|
||||
|
||||
using std::string;
|
||||
using std::set;
|
||||
|
||||
typedef set<string> StdStringSet;
|
||||
|
||||
class Path;
|
||||
class StaState;
|
||||
|
||||
@@ -33,7 +41,9 @@ writePathSpice(Path *path,
|
||||
const char *lib_subckt_filename,
|
||||
// Device model file included in spice file.
|
||||
const char *model_filename,
|
||||
const char *power_name,
|
||||
// Nets off of path to include in the spice run.
|
||||
StdStringSet *off_path_pin_names,
|
||||
const char *power_name,
|
||||
const char *gnd_name,
|
||||
StaState *sta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user