Jacek Wieczorek

Results 22 issues of Jacek Wieczorek
trafficstars

Hi, First of all, thank you for this great project - it's really helpful and helps to save a lot of time. Today I used the interactive BOM during assembly...

There are some deprecation warnings which need to be taken care of

enhancement
build-system

Following functionality needs more test coverage: - [x] #259 - [x] `for` loops - [x] `if` statements - [x] `conditional` expressions - [ ] `wire` generics - [ ] generic...

enhancement
testing
iterative
nice to have

### Feature description

enhancement
codegen
analyzer
hirn
nice to have
elaboration
next gen

enhancement
codegen
next gen

### Feature description Registers should have an optional input called `reset_value` specifying register value after reset. If not present in the binding list, it should be assumed to be 0.

enhancement
codegen
analyzer
hirn
elaboration
next gen

Let's clean up all warnings in our code and run `cargo clippy`. After that we should embrace zero-warning policy on `main` branch enforced by the CI. - [x] #290 -...

enhancement
nice to have

### Input ```sv module big_or { int WIDTH; int NUM_INPUTS; input clock clk; input comb(clk) ubus inputs[NUM_INPUTS]; output comb(clk) ubus out; } impl big_or { // Assert NUM_INPUTS is positive...

enhancement
analyzer

### Feature description

enhancement
codegen
nice to have