build/sim/verilator: add toolchain_path parameter
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 2 Dec 2015 14:35:55 +0000 (15:35 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 2 Dec 2015 14:35:55 +0000 (15:35 +0100)
litex/build/sim/verilator.py

index fb8e87102a84e34b19a1dec614e9aadb526d3554..05fc1a17ec69577b7fd4ab39fc89e4880785018f 100644 (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)