mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-19 11:20:25 +00:00
Fix autotune copy_src
Gets me every time.
This commit is contained in:
parent
67ffd25c49
commit
658c83dd84
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ class SbyAutotuneTask(SbyTask):
|
|||
def engine_list(self):
|
||||
return [(self.candidate.engine_idx, self.candidate.engine)]
|
||||
|
||||
def copy_src(self):
|
||||
def copy_src(self, _):
|
||||
pass
|
||||
|
||||
def model(self, model_name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue