You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.6/dist-packages/nmigen/hdl/ir.py", line 305, in _propagate_domains_up
subfrag._propagate_domains_up(hierarchy + (hier_name,))
File "/usr/local/lib/python3.6/dist-packages/nmigen/hdl/ir.py", line 341, in _propagate_domains_up
self.add_domains(subfrag.domains[domain])
File "/usr/local/lib/python3.6/dist-packages/nmigen/hdl/ir.py", line 140, in add_domains
assert domain.name not in self.domains
AssertionError
Tried removing the clocking all together to try to get the new default_clk to connect , same issue.
Bisected it down to 8854ca0 , not sure why it's not getting the default clock, or taking the existing one.
The text was updated successfully, but these errors were encountered:
Updated to the latest nmigen/nimgen-boards and the defined clock for my tinybx platform stopped working.
The following code
returns a long error ending in
Tried removing the clocking all together to try to get the new default_clk to connect , same issue.
Bisected it down to 8854ca0 , not sure why it's not getting the default clock, or taking the existing one.
The text was updated successfully, but these errors were encountered: