Alain Péteut

Results 14 issues of Alain Péteut

As suggested by @oschuett, `nbextensions` shall be installed via `setup.py`. Refer to [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter) for a template.

enhancement

See also [SpinalHDL](https://github.com/SpinalHDL/SpinalHDL/tree/369ec039630c441c429b64ffc0a9ec31d21b7196/lib/src/main/scala/spinal/lib/bus/amba4) implementation.

enhancement

Add support for [High-Speed DMA Controller Peripheral](https://wiki.analog.com/resources/fpga/docs/axi_dmac). - [ ] wrap `axi_dmac`

enhancement

Add docstrings to modules, classes, refer to [HOWTO_DOCUMENT.rst.txt](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt). - [ ] use [ext.napoelon](http://www.sphinx-doc.org/en/stable/ext/napoleon.html) Sphinx plugin

enhancement

Refer to B1.3, defined conversion mechanism See ARM IHI 0022D.

enhancement

Generate DT overlay from CSR meta data and clock specs. - [ ] named iomem - [ ] named irqs - [ ] fclk, clock rate, name - [ ]...

enhancement

`options` is a local variable, so it's properties shall be copied into `actions`, otherwise options get lost.

I've noticed that `clang++` requires `libcxx` (C++ standard library). Shouldn't it bundled w/ the `cplusplus` language module?

enhancement

Hi, I did some experiments w/ `inspect.signature` and it works quite well. [curry.py](https://github.com/peteut/pyramda/blob/master/pyramda/function/curry.py) gets much simpler, but there is no checking for updated `**kwargs` in yet. Cheers, Alain