Norbert Morawski

Results 37 issues of Norbert Morawski

Hi, I'm trying to convert [pequeno_riscv](https://github.com/iammituraj/pequeno_riscv) to Verilog and it fails [here](https://github.com/iammituraj/pequeno_riscv/blob/8b5f52a8b4815229a69495431cf7fc97f7dbe992/src/common/pqr5_core_pkg.sv#L212): ```systemverilog function automatic void dump_regfile (int fdump, int n, logic [RSIZE-1:0] regarray [], string dumpname); ``` Are dynamic...

Hi, I have a problem (of sorts). All packages have to be provided explicitly by listing them in `[FILES]`. The issue: ``` sv2v: could not find package "prim_secded_pkg" CallStack (from...

## Problemy Miałem dwa problemy przy wydruku: - marginesy stron parzystych i nieparzystych zamienione. Treść zamiast oddalać się od "szycia" na środku była dopychana do środka. - bez opcji print...

Hi, The zero register (x0) is nowhere to be initialized. In `quark_bicycle` it's only set in a `initial` block. What about synthesis? ~Writing to it is also not protected in...

In FemtoRV32 quark and tachyon, Fixes #129

Hi, May I ask how to synthesize such a small Kronos core as the README mentions (~2k LUT4)? I use `sv2v`, `yosys` and `nextpnr`. My workflows give around ~5k exceeding...