mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 22:40:12 +00:00
Disable support for SB_MAC16 reset since it is async
This commit is contained in:
parent
a59f80834f
commit
8cfcaf108e
2 changed files with 7 additions and 3 deletions
|
@ -384,6 +384,8 @@ code argQ argD
|
|||
endcode
|
||||
|
||||
match ffrstmux
|
||||
if false /* TODO: ice40 resets are actually async */
|
||||
|
||||
if !argD.empty()
|
||||
select ffrstmux->type.in($mux)
|
||||
index <SigSpec> port(ffrstmux, \Y) === argD
|
||||
|
@ -487,6 +489,8 @@ code argD argQ
|
|||
endcode
|
||||
|
||||
match ffrstmux
|
||||
if false /* TODO: ice40 resets are actually async */
|
||||
|
||||
select ffrstmux->type.in($mux)
|
||||
// ffrstmux output must have two users: ffrstmux and ff.D
|
||||
select nusers(port(ffrstmux, \Y)) == 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue