jtplaarj

Results 3 issues of jtplaarj

I am trying to use handcals with pint and siunitx. The main problem is that in `latex_repr` it checks if the object has a `_repr_latex_`. Pint has that attribute but...

enhancement

I have modified the blinky example for the arty board to add a PLLE2_ADV using the vivado clocking wizard. The code looks like: ```verilog module blinky ( input wire clk,...

In [README.md](https://github.com/alexforencich/cocotbext-uart/blob/cc65c7f/README.md), the example for sending data says: ```python await uart_source.send(b'test data') ``` I think that it shoould say: ```python await uart_source.write(b'test data') ```