Edward Bear
Edward Bear
I'm running this on a oscilloscope and can see that the modbus-serial code is transmitting 16 bit numbers for every register address and data field over the wire. I can't...
@alexszilagyi I ended up implementing everything using https://github.com/serialport/node-serialport directly and grabbing CRC javascript off a few websites. Unfortunately can't share the whole working source, as it's for a client, but...
Also happens with xc7a50t based project which builds successfully in Vivado. skipping a bunch of wire and input buffer generated by clk_wiz: ``` PLLE2_ADV #(.BANDWIDTH ("OPTIMIZED"), .COMPENSATION ("ZHOLD"), .STARTUP_WAIT ("FALSE"),...
Changing to `.COMPENSATION ("INTERNAL"), //("ZHOLD"),` does allow PNR to continue, and the rest of openXC7 produces a bitstream, but the bitstream doesn't function on the chip (for my DVI out...
@jtplaarj following the fix suggested by Vivado, I have a working bitstream once I removed the input buffer after changing the PLL compensation type: ``` // Clock Monitor clock assigning...
Conversely, I am using WSL2 for Litex builds and have Gowin IDE installed in Windows natively, with my PATH pointing to the native bin folder. The EXE check is needed...
Wal! On Mon, Jun 3, 2024, 18:26 Viktor Oreshkin ***@***.***> wrote: > I just symlinked gw_sh.exe to gw_sh, thanks for finding this, took me a > while to realize why...