mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/vhd2v_converter: Fix add_sources (to make it similar to platform.add_sources).
This commit is contained in:
parent
808cf1a466
commit
3e23ad3cff
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class VHD2VConverter(Module):
|
|||
"""
|
||||
self._sources.append(filename)
|
||||
|
||||
def add_sources(self, path, filenames):
|
||||
def add_sources(self, path, *filenames):
|
||||
"""
|
||||
append the source list with a list of file after adding path
|
||||
Parameters
|
||||
|
|
Loading…
Reference in a new issue