3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Recognize registers and set initial state for them in tb

This commit is contained in:
Miodrag Milanovic 2022-03-16 14:35:39 +01:00
parent e217e3017a
commit 1f3423cd7d
3 changed files with 34 additions and 6 deletions

View file

@ -33,6 +33,7 @@ struct FstVar
fstHandle id;
std::string name;
bool is_alias;
bool is_reg;
std::string scope;
int width;
};