m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.18k stars 211 forks source link

construct and use sensitivity graph to speed up sim and find comb loops #69

Open jordens opened 7 years ago

jordens commented 7 years ago

https://irclog.whitequark.org/m-labs/2017-06-09#1496995548-1497020136; https://github.com/m-labs/migen/blob/master/migen/sim/core.py#L308

mithro commented 7 years ago

FYI - @ishan98

whitequark commented 5 years ago

Triage: fixed in nMigen, but resulted in performance degradation instead of a speedup, at least with the current overall simulator design in nMigen.