Côme

Results 34 issues of Côme

Hi! ### About documentation ``` cargo cache -h ... clean-unref remove crates that are not referenced in a Cargo.toml from the cache ``` When I read this I guess that...

feature

Hello, The company I am currently working in finds SpinalHDL interesting for their top-level, to assemble all the components, because of the bus abstraction which generates normal wires in RTL....

idea :bulb:

Hello, I managed to apply a SpinalHDL-provided encoding to states of a state machine, but I could not apply a custom one (with a list of `STATE -> value`). Maybe...

There is the expression `HSEL && HREADY && HTRANS(1)` in [AhbLite3.scala:143](https://github.com/SpinalHDL/SpinalHDL/blob/dev/lib/src/main/scala/spinal/lib/bus/amba3/ahblite/AhbLite3.scala#L143). This expression is also used - in [AhbLite3OnChipRam.scala:70](https://github.com/SpinalHDL/SpinalHDL/blob/dev/lib/src/main/scala/spinal/lib/bus/amba3/ahblite/AhbLite3OnChipRam.scala#L70), - in [AhbLite3OnChipRom.scala:52](https://github.com/SpinalHDL/SpinalHDL/blob/dev/lib/src/main/scala/spinal/lib/bus/amba3/ahblite/AhbLite3OnChipRom.scala#L52), - and in [AhbLite3ToApb3Bridge.scala:69](https://github.com/SpinalHDL/SpinalHDL/blob/dev/lib/src/main/scala/spinal/lib/bus/amba3/ahblite/AhbLite3ToApb3Bridge.scala#L69). It is also in...

feature :sparkles:
good first issue

Hello, A feature idea for a far future: Designers can use [Wavedrom](https://github.com/wavedrom/wavedrom) to [easily build waveforms](https://wavedrom.com/editor.html) with inputs and outputs of the component. The generated waveform can then be added...

Hello, Does SpinalHDL support test coverage? In the repository I've found the commit https://github.com/SpinalHDL/SpinalHDL/commit/33d9bcbeca3e6aed09a6483e201d06cc6b17551f which seems to add the feature but I couldn't find the documentation for it. I tried...

In [Static Files](https://github.com/actix/actix-website/blob/master/content/docs/static-files.md), the tip "To match a path tail, we can use a [.*] regex." is a security issue as it is possible to inject `../` in the uri...

good-first-issue
content

I did not test ScalaDoc to check that the links are correct

It can be useful to help the users simulate fault injections: Implementation examples by Dolu1990 (via the Matrix channel) ```scala def simBypass(that : UInt) = new Area{ val bypassEnable =...

idea :bulb:

TL;DR: gl hf This PR moves tests to their standard location according to SBT. To do so: * "test" dependencies between the different subprojects were added (`see build.sbt`) * The...