u@home:~$

  • 有意思的bug,不同pipeline阶段的信号弄混了 data_data_ok

    It is a long chase through the signals test

  • WSL下用VPN也连不github,是DNS的问题

    https://learn.microsoft.com/en-us/windows/wsl/troubleshooting#wsl-has-no-network-connectivity-once-connected-to-a-vpn WSL has no network connectivity once connected to a VPN If after connecting to a VPN on Windows, bash loses network connectivity, try this workaround from within bash. This workaround will allow you to manually override the DNS resolution through /etc/resolv.conf. Take a note of the DNS server of...

  • 装Quartus Lite 20.1, 在Windows WSL

    电脑坏了真烦。 在Windows WSL下没法运行32-bit程序,所以quartus最少也得20.1版本。 装完运行quartus,先设置路径。 ~/.bashrc export PATH=$PATH:~/intelFPGA_lite/20.1/quartus/bin export PATH=$PATH:~/intelFPGA_lite/20.1/modelsim_ase/bin 有几个lib没有。 sudo apt-get install -y libsm6 libxext6 libxrender-dev Then the following errors showed up. warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory realloc(): invalid pointer Aborted (core dumped) To solve the first warning, run: sudo dpkg-reconfigure locales...