3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 11:26:22 +00:00

signorm: add timers

This commit is contained in:
Emil J. Tywoniak 2026-05-06 12:14:48 +02:00
parent 5de8452b57
commit 5dce475325
3 changed files with 25 additions and 0 deletions

View file

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