3
0
Fork 0
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:
Eddie Hung 2020-02-18 12:23:17 -08:00
parent c6b22f5b7d
commit dedaab3a7d
4 changed files with 235 additions and 0 deletions

View file

@ -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