StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
22 stars 2 forks source link

Add higher-performance emulation models #107

Closed sgherbst closed 4 years ago

sgherbst commented 4 years ago

Summary

This PR adds a second, higher-level approach for modeling analog effects in DragonPHY. Rather than modeling the ADC and PI slices in analog_core directly, analog_core itself is replaced by a synthesizable behavioral model. This allows the emulator to do more parallel processing of the analog dynamics, ultimately pushing the emulator throughput from 5 Mb/s to 80 Mb/s (on a ZC706 board).

Details