hdl.ir: call back from Fragment.prepare if a clock domain is missing.
See #57.
This commit is contained in:
parent
ace2b5ff0a
commit
fdb0c5a6bc
7 changed files with 116 additions and 18 deletions
|
|
@ -211,7 +211,7 @@ class TemplatedPlatform(Platform):
|
|||
def emit_design(backend):
|
||||
return {"rtlil": rtlil, "verilog": verilog}[backend].convert(
|
||||
fragment, name=name, platform=self, ports=list(self.iter_ports()),
|
||||
ensure_sync_exists=False)
|
||||
missing_domain=lambda name: None)
|
||||
|
||||
def emit_commands(format):
|
||||
commands = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue