forked from M-Labs/artiq
wrpll.thls: fix make
This commit is contained in:
parent
b44b870452
commit
f6f6045f1a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue