3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-09 14:51:26 +00:00

Add vcd option to make VCD writing optional

This commit is contained in:
Jannis Harder 2022-09-05 15:42:24 +02:00
parent 17c3961a2b
commit 168d667b6d
7 changed files with 77 additions and 20 deletions

View file

@ -986,6 +986,8 @@ class SbyTask(SbyConfig):
self.handle_bool_option("wait", False)
self.handle_int_option("timeout", None)
self.handle_bool_option("vcd", True)
self.handle_str_option("smtc", None)
self.handle_int_option("skip", None)
self.handle_str_option("tbtop", None)