mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/sim/verilator: add toolchain_path parameter
This commit is contained in:
parent
e8262ed447
commit
90f03133ef
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def _run_sim(build_name):
|
|||
|
||||
class SimVerilatorToolchain:
|
||||
def build(self, platform, fragment, build_dir="build", build_name="top",
|
||||
serial="console", run=True, verbose=False):
|
||||
toolchain_path=None, serial="console", run=True, verbose=False):
|
||||
tools.mkdir_noerror(build_dir)
|
||||
os.chdir(build_dir)
|
||||
|
||||
|
|
Loading…
Reference in a new issue