Jacek Wieczorek
Jacek Wieczorek
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
Following functionality needs more test coverage: - [x] #259 - [x] `for` loops - [x] `if` statements - [x] `conditional` expressions - [ ] `wire` generics - [ ] generic...
### Feature description
### 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.
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 -...
### 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...
### Feature description