sensille / litehm2

LinuxCNC FPGA board port to LiteX
25 stars 7 forks source link

build fails on add_ethernet() parameter tx_write_only #4

Open nitej opened 1 year ago

nitej commented 1 year ago

It appears that the pull request that added the tx_write_only parameter for add_ethernet() was later updated to a new argument format specifying txslots_write_only. See enjoy-digital/litex@7fa7a4c72a994955637cf13ac760c32e0845604a

sensille commented 1 year ago

Yes, thanks, I'll fix that with my next push. I assume you already fixed that locally?

nitej commented 1 year ago

Yes, I updated tx_write_only = True to txslots_write_only=True on my local copy and it built the bitstream. I'm assuming the option for rxslots_write_only should be left at the default value of True, right?