aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fstdata.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-03-16 14:35:39 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-03-16 14:35:39 +0100
commit1f3423cd7d72d764217378200d7d1bd5ab721112 (patch)
tree7b3cea53f2619a8f4d91de7a90e74500cd895c45 /kernel/fstdata.h
parente217e3017af101bfe43d44c2e3afda3d5c2e0832 (diff)
downloadyosys-1f3423cd7d72d764217378200d7d1bd5ab721112.tar.gz
yosys-1f3423cd7d72d764217378200d7d1bd5ab721112.tar.bz2
yosys-1f3423cd7d72d764217378200d7d1bd5ab721112.zip
Recognize registers and set initial state for them in tb
Diffstat (limited to 'kernel/fstdata.h')
-rw-r--r--kernel/fstdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fstdata.h b/kernel/fstdata.h
index 4a355fd77..0e9d27e2c 100644
--- a/kernel/fstdata.h
+++ b/kernel/fstdata.h
@@ -33,6 +33,7 @@ struct FstVar
fstHandle id;
std::string name;
bool is_alias;
+ bool is_reg;
std::string scope;
int width;
};