alexforencich / cocotbext-pcie

PCI express simulation framework for Cocotb
MIT License
139 stars 47 forks source link

Non-Transparent Bridge support #16

Open ohault opened 1 year ago

ohault commented 1 year ago

With the current implementation, does it possible to simulate a non transparent bridge (NTB) ?

alexforencich commented 1 year ago

I don't have a model specifically for NTB. But yes, doing that should be straightforward. Is there a canonical NTB implementation somewhere that might make sense to include as a model?