3
0
Fork 0
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:
Eddie Hung 2019-09-19 22:48:57 -07:00
parent a59f80834f
commit 8cfcaf108e
2 changed files with 7 additions and 3 deletions

View file

@ -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