Mikołaj Sowiński

Results 10 issues of Mikołaj Sowiński

When debugging https://github.com/enjoy-digital/litedram/issues/293 I found it difficult to reproduce a complete LiteX environment with all dependencies in a specified repository revision. LiteX setup script by default pulls latest master, so...

new-feature

I've recently came across an issue - I was trying to boot Zephyr on a VexRiscv and it freezed just after liftoff. Removing some CSR-s (specifically reducing number of CSRs...

bug?

I'm getting the following error while trying to generate default config file: ``` >> library-loader-cli -g -u Writing default config to "/home/ms/.config/LibraryLoader.toml" thread 'main' panicked at 'Failed to get default...

bug

I have the following configuration in my form configuration: ```yaml from_name: name from_email: email_address ``` I expect `from_name` and `from_email` to be substituted with value from `name` and `email_address` fields...

# ARTIQ Pull Request ## Description of Changes Adds support for Digilent Genesys 2 target. Related PRs: - https://github.com/m-labs/misoc/pull/130 - https://github.com/m-labs/migen/pull/264 ### Related Issue ## Type of Changes | |...

# Bug Report ## One-Line Summary With ARTIQ-7 (release-7) branch Ethernet connection to Kasli v2.0.2 mostly fails, however with ARTIQ-8 (master) it works at all times. ## Issue Details ###...

For FMC TDC and Shuttler debugging, I've created some helpers for dealing with FMC that I'd like to submit to your critical review ;-). ### Observations * FMC standard offers...

Uses https://github.com/m-labs/migen/pull/264 - ported S7 RGMII from LiteEth - modified SPI flash core to support 1x non-IO SPI flash (had problems with x4 IO operation) - added Digilent Genesys 2...

When writing to MCP23016 there is no verification if write process was successfully finished (e.g. [here](https://github.com/lnls-dig/openMMC/blob/e95e8d40947b9a3998c1cb4954b8de422d6b8531/port/board/afc-v4/payload.c#L257)).

At WUT we're developing Sinara Open Hardware ecosystem and recently received prototypes of the board that may be of interest to you. The project is called Fast Servo and is...

idea