Benjamin Reese

Results 5 issues of Benjamin Reese

### Description Update Rogue code to reflect best practices for LinkedVariables. ### Details

### Description There are many small changes, mostly to fix issues found in simulation. ### Details - AxiStreamResize - Better error reporting if generic assert fails - Ad9249ReadoutGroup2 - Initialize...

bug
enhancement

### Description ### Details ### JIRA ### Related

### Description Previously the `Block.setUIntPy()` and related methods assumes a contiguous array. This would break with calls such as ``` arr = np.array([0,1,2,3,4,5]) var.set(np.arr[::2]) ``` All of the underlying `set()`...

### Description The `SHADOW_EN_G` feature that reads from a shadow RAM was broken for cases when `SPI_NUM_CHIPS_G > 1`. It would use the same shadow RAM of all chips. The...