Maciej Dudek

Results 14 issues of Maciej Dudek

This PR adds support for DMA stalls. Some simulators can refuse to handle Read/Write operation and require retry later in the simulation. It requires #1178

This PR adds more advanced implementation of RunLengthEncoder that is capable of ingesting multiple symbols at once and produce multiple pairs in output. This PR depends on #1006 It updates...

app

This PR adds new classes to handle sticky/stickybit fields with WE/WEL property set. It also removes some classes that were design for edge sensitive nonsitcky fields. As far as I...

Right now `#[test_proc]` and `#[test]` always has to succeed. Adding new language testing feature will allow for negative testing. I think it would only require adding `#[test_fail]` and `#[test_proc_fail]` to...

enhancement
testing