Henry Dang

Results 8 comments of Henry Dang

Export PATH environment variable below: export PATH=$PATH:/mnt/c/Gowin/Gowin_V1.9.9.03_x64/IDE/bin It works for me.

Great! Thanks in advance.

Hi @enjoy-digital, Thank you for your quick update. I don't have nexys video board, so I've integrated it into my board. Tried first with a single end connection: ```python ("serwb_master",...

I had an experiment to check the serwb is able to recover from connection loss or not. 1> Disconnect the link, try to access the SRAM: ```python litex> mem_write 0x30000000...

Hi @enjoy-digital I've tried to change the FIFO buffer as below setting, but the write speed didn't change. ```python # Wishbone Slave serwb_master_core = SERWBCore( self.serwb_master_phy, self.clk_freq, mode = "slave",...

Hi @enjoy-digital, I've tried to communicate board to board with a single end serwb interface, however the link always not ready. Have you ever tried with it? It is probably...

Hi, It's good to know that is working on your system. 1. Yes sure, you can use local toolchains, for flexibility to can define environment variables in settings.json. 2. In...

Thank you @supperthomas for a good reference link. Sorry, I didn't provide enough information, my PC is MAC OS, also tried to compile with other Ubuntu PC without any issues....