build/sim/verilator: add (unused) backend parameter

This commit is contained in:
Gwenhael Goavec-Merou 2022-06-25 18:15:48 +02:00
parent 4a3c19cedc
commit 83f3c42b89
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ class SimVerilatorToolchain:
serial = "console", serial = "console",
build = True, build = True,
run = True, run = True,
backend = None,
threads = 1, threads = 1,
verbose = True, verbose = True,
sim_config = None, sim_config = None,