build/sim/verilator: add toolchain_path parameter

This commit is contained in:
Florent Kermarrec 2015-12-02 15:35:55 +01:00
parent e8262ed447
commit 90f03133ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)