Niklas Nisbeth

Results 3 issues of Niklas Nisbeth

The BIOS does not compare up on the Lattice ice40 HX8K EVB. There are several issues. I have gotten some of the way here: https://github.com/niklasnisbeth/litex-buildenv/commit/846fc6193972692f9de8d99146f29702d6ff80e3 I have been trying to...

A lot of targets use an old style of setting mem_map, e.g. ``` mem_map = { ... } mem_map.update(SoCCore.mem_map) ``` They should be updated to use the new functions.

Running the bootstrap script on (Void) Linux, I get the following error: ```Installing nmigen from /home/niklas/hack/litex/litex-buildenv/third_party/nmigen (local python module) running develop running egg_info writing nmigen.egg-info/PKG-INFO writing dependency_links to nmigen.egg-info/dependency_links.txt writing...