m-labs / migen

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

Cycle accurate simulation #238

Open navaneeth-cirel opened 3 years ago

navaneeth-cirel commented 3 years ago

Is it possible to perform cycle accurate simulation using the inbuilt simulator in migen?

sbourdeauducq commented 3 years ago

Yes.

navaneeth-cirel commented 3 years ago

Thank you for the quick reply. How can I can determine the number of cycles required to process a particular block or peripheral ?