mirror of https://github.com/openXC7/prjxray.git
043-clk-rebuf-pips: fixed missing argument
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
39aecf2d0c
commit
61cd47dc36
|
|
@ -72,8 +72,9 @@ class ClockColumn(object):
|
|||
|
||||
def main():
|
||||
db_root = get_db_root()
|
||||
part = get_part()
|
||||
|
||||
clock_column = ClockColumn(db_root)
|
||||
clock_column = ClockColumn(db_root, part)
|
||||
|
||||
segmk = Segmaker("design.bits")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue