amaranth-lang / amaranth

A modern hardware definition language and toolchain based on Python
https://amaranth-lang.org/docs/amaranth/
BSD 2-Clause "Simplified" License
1.57k stars 174 forks source link

test_async{,buffered} of FIFOFormalCase PREUNSAT #768

Closed rroohhh closed 1 year ago

rroohhh commented 1 year ago

Running the testsuite using

whitequark commented 1 year ago

Could you bisect, please?

rroohhh commented 1 year ago

I'm on vacation for a week, after that yes.

whitequark commented 1 year ago

Thanks!

lethalbit commented 1 year ago

We ran into this in Torii a while ago, the trivial "fix" is to enable multiclock support.

The behaviour changed after sby commit 6398938e which added support for clock signals in hierarchical designs.