mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
sta: proof of concept to compute arrival times
This commit is contained in:
parent
c6b22f5b7d
commit
dedaab3a7d
4 changed files with 235 additions and 0 deletions
|
@ -678,6 +678,9 @@ struct RTLIL::AttrObject
|
|||
std::string get_src_attribute() const {
|
||||
return get_string_attribute(ID::src);
|
||||
}
|
||||
|
||||
void set_intvec_attribute(RTLIL::IdString id, const vector<int> &data);
|
||||
vector<int> get_intvec_attribute(RTLIL::IdString id) const;
|
||||
};
|
||||
|
||||
struct RTLIL::SigChunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue