compat.fhdl.specials: use "sync" as default domain, not "sys".
authorwhitequark <cz@m-labs.hk>
Wed, 3 Jul 2019 13:25:12 +0000 (13:25 +0000)
committerwhitequark <cz@m-labs.hk>
Wed, 3 Jul 2019 13:25:12 +0000 (13:25 +0000)
commitc72e65db65d71a436f9f966ae5c0c12eba89d3ec
tree995ccf4538b2506e3ee048b601d881c001f9d2e9
parent5ec519708ea3aa13dd658dbd7153651982f3caca
compat.fhdl.specials: use "sync" as default domain, not "sys".

In compat.fhdl.module, we already default to "sync" as the default
clocked domain. Using "sys" in memories only would be inconsistent
and result in more bugs.
nmigen/compat/fhdl/specials.py