OpenSTA/include/sta/VertexId.hh

22 lines
483 B
C++
Raw Normal View History

2019-11-11 16:28:42 +01:00
// Parallax Static Timing Analyzer
// Copyright (c) 2019, Parallax Software, Inc.
// All rights reserved.
//
// No part of this document may be copied, transmitted or
// disclosed in any form or fashion without the express
// written consent of Parallax Software, Inc.
#pragma once
2019-11-11 16:28:42 +01:00
2020-04-05 23:53:44 +02:00
#include "ObjectId.hh"
2019-11-11 16:28:42 +01:00
// VertexId typedef for Networks to get/set on pins.
namespace sta {
typedef ObjectId VertexId;
static constexpr VertexId vertex_id_null = object_id_null;
} // namespace