Iztok Jeras

Results 46 issues of Iztok Jeras

This code causes a crash. It seems (I did not check the waveforms yet) to work correctly if the array and assignment pattern are of the same size. ```SystemVerilog localparam...

area: lint
status: ready

### Description While studying synthesis I noticed, for commutative operations (AND/OR reduction, cumulative sum, ...) it would be possible to reorder the input signals (any permutation, or any number of...

drt

I developed a method for debugging ISA issues by comparing execution logs. The approach is kind of obvious, most of the effort was getting it compatible with RISCOF. I would...

Using the git version of synlig. The sources and scripts to reproduce the problem are in the linked folder. https://github.com/jeras/synthesis-primitives/tree/main/bugreport/yosys/techmap_ha Seems synlig is not performing the casting of a single...

bug

Hi, I was thinking whether it would make sense to check the sorting network proposals generated by the evolutionary algorithm using an FPGA. I will try to explain what can...

Latest Git version. SystemVerilog-2023 standard (I did not check if this is different in older versions). The next SystemVErilog code: ```SystemVerilog module sscanf_tb #( parameter int unsigned XLEN = 32...

type: feature-IEEE

Tested on latest git. Link to example source code: https://github.com/jeras/miscelaneous/tree/main/verilator_localparam_in_struct_init I defined a packed structure type: ```SystemVerilog typedef struct packed { int unsigned ADDR_WIDTH; int unsigned DATA_WIDTH; int unsigned CODE_WIDTH;...

status: ready

Tested using Git head. While the standard is not exact here, the first argument for `$ungetc` is a character and should be 8-bit wide and should not expect a 32-bit...

area: lint
status: ready

The end of _RISC-V ISA manual part II_ section _3.7.1. Physical Memory Protection CSRs_ states. I am looking at the latest draft. > Attempting to fetch an instruction from a...

Latest git build running on Ubuntu 24.04: ``` $ ghdl --version GHDL 6.0.0-dev (5.1.1.r207.g509045f3d) [Dunoon edition] Compiled with GNAT Version: 13.3.0 static elaboration, mcode JIT code generator ``` There is...

Question