ollie

Results 19 issues of ollie

Currently cargo config file is unceremoniously [ignored](https://github.com/cargo2nix/cargo2nix/blob/0dec2a8d6313347dfd183f3cd52aa9d3b43e7ed2/overlay/mkcrate.nix#L138) configureCargo could be made a bit more nuanced. A simple approach might be to detect the presence of cargo.toml file, and apply the...

high priority

This PR is on top of #362, because symbiyosys is basically unusable without. symiyosys tasks are performed within a sub directory of the working directory, and symiyosys copies all working...

Adds a flag to uring_cmd16 and uring_cmd80 to support IORING_URING_CMD_FIXED flag. Available since kernel v6.1

I'd like to be able to specify exact files such as ```nix rec { artifact_a = nix-filter { root = ../../; include = [ ./relative/path/to/a.ext ./another/path/to/b.ext ]; }; artifact_b =...

enhancement

I recently hit a bug in packet parsing where I had a non-exhaustive enum, representing an Organization Identifier, which is represented using a non-exhaustive enum. This makes sense: its intractable...

For `repr(uN)` bitfields, it'd be helpful to be able to view a reference to the bitfield as a reference to the representation type without copy. The opposite is also true...

Currently, Axis Frames (and presumably the other busses, I don't use them much), has a log statement in like this ```python self.log.info("TX frame: %s", frame) ``` However, regardless of log...

Adds interleaving support to `AxisStreamSource`. Packets may be interleaved on `tid`, `tdest`, the combination, or neither. The suggestion of `tuser` was ignored, because I don't believe that is semantically well...

Support driving `tstrb`, if present. Unimplmented, and unknown if desried, but when both `tstrb` and `tkeep` are present, should monitoring be added for the invalid state `tvalid & tstrb &...

The Axi-Streaming standard supports an optional `tstrb` component, for signalling data validity. The semantics differ from `tkeep`, although may be used in conjuntion with `tkeep` | `tkeep` | `tstrb` |...