mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-18 16:06:30 +08:00
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
Block a user