3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-25 14:16:07 +00:00

Add tbtop config option

This commit is contained in:
Clifford Wolf 2017-07-01 18:33:36 +02:00
parent 3fb72628de
commit 6ef12a4b31
5 changed files with 19 additions and 6 deletions

View file

@ -463,6 +463,7 @@ class SbyJob:
self.handle_int_option("timeout", None)
self.handle_str_option("smtc", None)
self.handle_str_option("tbtop", None)
if self.opt_smtc is not None:
for engine in self.engines: