nmigen-issue-migration
nmigen-issue-migration
**Comment by [whitequark](https://github.com/whitequark)** _Monday Jan 06, 2020 at 05:23 GMT_ ---- @Fatsie By the way, I especially like your suggestion of adding `EnableSignal` because, as it turns out, `EnableInserter` already...
**Comment by [whitequark](https://github.com/whitequark)** _Tuesday Jun 25, 2019 at 00:28 GMT_ ---- Not a bug. nMigen's internal simulator, by design, cannot simulate platforms, since it does not know how to handle...
**Comment by [zignig](https://github.com/zignig)** _Tuesday Jun 25, 2019 at 03:00 GMT_ ---- I can rewrite the front end to use the simulation clock. rather than one bound to a platform clock....
**Comment by [whitequark](https://github.com/whitequark)** _Tuesday Jun 25, 2019 at 03:03 GMT_ ---- > That said it would be cool to be able to simulate a "platform" board system without modification. It's...
**Comment by [programmerjake](https://github.com/programmerjake)** _Tuesday Jun 25, 2019 at 04:38 GMT_ ---- DDR flip-flops shouldn't be that hard to add, just trigger on both edges instead of one (assuming falling edge...
**Comment by [whitequark](https://github.com/whitequark)** _Tuesday Jun 25, 2019 at 04:52 GMT_ ---- They're quite deliberately not supported. Among other things the Python simulator is already very slow.
**Comment by [zignig](https://github.com/zignig)** _Tuesday Jun 25, 2019 at 15:16 GMT_ ---- I have played around and managed to get simulations and gateware running, however there is a weird duplication. Would...
**Comment by [whitequark](https://github.com/whitequark)** _Tuesday Jun 25, 2019 at 15:35 GMT_ ---- I would rather not have it possible to simulate platform code at all than be able to simulate only...
**Comment by [whitequark](https://github.com/whitequark)** _Sunday Jul 07, 2019 at 06:50 GMT_ ---- Pretty much everyone learning nMigen wants to use platform code with the simulator, so there needs to be *some*...
**Comment by [cr1901](https://github.com/cr1901)** _Sunday Jul 07, 2019 at 11:36 GMT_ ---- A long while ago, @sbourdeauducq and @enjoy-digital proposed a solution for misoc that uses ffi hooks to simulate basic...