Leon Woestenberg
Leon Woestenberg
BTW, I am having a hard time interpreting the `.~~` and `_` here, but the code works perfectly :)
> use translateWith might be better option Do you mean we should also add translateWith() (instead of ~~) for Stream Fragments? And that it looks clearer in code?
As the previous remarks were confused about ~~, let me re-summarize this issue: We have wihTranslate for Stream(), but this does not work for Stream(Fragment()).
I don't know -- could be :) I think it should be the same interface as Stream .withTranslate() but now for the Fragment data (i.e. not the last signal). The...
Can you explain what this issue is about? Most FPGAs only have the lowest three PCIe layers (up to including the TLP transaction layer) as a hard-IP block, everything else...
Are you interfacing against PG195 or replacing PG195 with a SpinalHDL implementation? I am asking because I have co-developed that block. I could help on both approaches.
Nice work. My question is: Are you... 1) ...replacing PG195? XOR 2) ...interfacing with PG195? Thanks
For a newcomer to HDL, kudos for tracing the issue back. I wonder was this issue ever reported to AMD/Xilinx? We probably need a minimal piece of Verilog code demonstrating...