Results 69 comments of nickoe

@ablankley Could you please state your win10 build number? Open the cmd.exe and it should show as the first line in the prompt, or run something like: `systeminfo | findstr...

@Mimosa-oceanis Hi, thank you very much for your contribution, but I just reviewed it and to me it does not look like the original template is wrong. There are two...

Thanks to the fix in from @trabucayre in https://github.com/enjoy-digital/litedram/commit/6dadc11b21a8253aa20305f1a54c1a2f1f4bbfd6 I can make it pass and this configuration for the ddr3 module: ``` class H5TQ1G63EFR(DDR3Module): # geometry nbanks = 8 nrows...

The 1.4.0 version is tagged, when will a new update be submitted to the kicad addons? @gregdavill Is there some gotcha with the tag that I missed?

I even tried to do: ``` $ wget https://musl.cc/armv7l-linux-musleabihf-cross.tgz $ tar xvf armv7l-linux-musleabihf-cross.tgz $ cmake -DCMAKE_C_COMPILER=$(pwd)/armv7l-linux-musleabihf-cross/bin/armv7l-linux-musleabihf-gcc -DCMAKE_BUILD_TYPE=Release $ make $ file ipctool ipctool: ELF 32-bit LSB executable, ARM, EABI5 version...

@rw1nkler Is the "updaging submodules" [commit](https://github.com/whatnick/litex-buildenv/commit/ecfc133d83d0d4ff62670aff658ce19fda663c63) intentional? It does not seem like this is needed to accomplish the original description of this PR.

@mateusz-holenko mm, that is not really enough, I did cd into the new clone of litex-buildenv in the failed build. Then removed the lines you requested: ``` $ git diff...

@mateusz-holenko Any tips on how this should properly be fixed?