Johan Euphrosine

Results 192 issues of Johan Euphrosine

after reflashing with: ``` make F746ZG ``` I get the following error: ``` RuntimeError: name too long after reflashing ``` which cause the `io_config` bring up sequence not to start.

Looking at the nucleo board datasheet: https://www.st.com/resource/en/user_manual/um1974-stm32-nucleo144-boards-mb1137-stmicroelectronics.pdf It seems that: > In case the maximum current consumption of the STM32 Nucleo-144 board and its shield boards exceeds 300 mA, it...

This currently break integration with currently activated venv or conda environment: ``` $ python3 -m venv env $ source env/bin/activate $ python -m pip install mpremote $ cd firmware_vex/nucleo/ $...

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

stale

It doesn't seem that the oxide ci is ever run on main, see: https://github.com/google/CFU-Playground/actions/workflows/oxide.yml?query=branch%3Amain++ As discussed by @tcal-x on https://github.com/google/CFU-Playground/pull/810#issuecomment-2013202241, it would be nice to add a `push` event trigger:...

Currently we flatten all struct into a single bus, ex: ``` struct Operand { a: u8, b: u8, c: u8, } fn muladd(op: Operand) -> u8 {} ``` will generate:...

enhancement
codegen

https://google.github.io/xls/dslx_reference/#zerot doesn't seems to work with parametric strucst and arrays of structs. Is that a known limitation, are there possible workaround?

enhancement
dslx

**Describe the bug** When trying to use the documented built-in `add_with_carry` like in the snippet below: ``` import float32; import std; pub fn double_fraction_carry(f: float32::F32) -> (uN[float32::F32_FRACTION_SZ], u1) { let...

bug
dslx
ir

### What's hard to do? (limit 100 words) When refactoring deep `if` branches for readability in DSLX code one sometime encapsulates logic into `fn`s that get called w/ a few...

enhancement
optimizer

currently it's a weird mix of: - colab saved on gist.github.com - bootleg wheel downloaded https://github.com/proppy/xls/releases instead it should be served from https://github.com/google/xls using [colab github integration](https://colab.sandbox.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb) and tested w/...

packaging
ux