Xilinx / xup_vitis_network_example

VNx: Vitis Network Examples
Other
133 stars 43 forks source link

HW emulation support with SystemC model #105

Open quetric opened 1 year ago

quetric commented 1 year ago

I've implemented a systemc model enabling the CMAC to run in hardware emulation in conjunction with external software that emulates a switch. I've added an example application.

PR is draft because the UDP stack doesnt seem to generate ARP packets in hw emulation, this doesn't seem to be related to the CMAC model though, I would appreciate help debugging