mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
signorm: add timers
This commit is contained in:
parent
5de8452b57
commit
5dce475325
3 changed files with 25 additions and 0 deletions
|
|
@ -129,6 +129,12 @@ namespace RTLIL
|
|||
struct PortBit;
|
||||
};
|
||||
|
||||
// TODO clean up?
|
||||
extern int64_t signorm_ns;
|
||||
extern int signorm_count;
|
||||
extern int64_t signorm_restore_ns;
|
||||
extern int signorm_restore_count;
|
||||
|
||||
struct RTLIL::IdString
|
||||
{
|
||||
struct Storage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue