Gowin (1) Yosys (0)
I have been trying to figure out why this design works in simulation but not on my device
I have been tracking down an off by one error "on-chip", that does not match simulations.
If I build and load the verilog with yosys and nextpnr, the error is present and the design broken.
If I build this with GOWIN's toolchain, the design works as expected.
anyone have any tips about this kind of problem?
If this is a bug in yosys, whats the proper way to report it?
Code can be found here
https://github.com/Adivinedude/UART-Echo-ServiceDev board tang nano 9k.
UART.fs - Yosys/nextpnr
GOWIN_UART.fs - Gowin toolchain
Please feel free to give coding pointers as well. every bit helps