wrpll.thls: fix make

This commit is contained in:
hartytp 2020-10-05 22:55:20 +01:00 committed by Sebastien Bourdeauducq
parent b44b870452
commit f6f6045f1a
1 changed files with 4 additions and 4 deletions

View File

@ -591,7 +591,7 @@ class ProcessorImpl(Module):
def make(function, **kwargs):
proc = Processor(**kwargs)
cp = compile(proc, simple_test)
cp = compile(proc, function)
cp.dimension_processor()
return proc.implement(cp.encode(), cp.data)