Thomas Johnson
Thomas Johnson
I actually have a couple of questions related to this PR. First, there must already be code to test FSMs, right? I couldn't find any so I made a new...
It seems straightforward enough to move the child state machine's states into the parent state machine when using `StateFsm`. However, it's less obvious to me how it should be done...
I don't think I have time to pursue this right now.
On further testing, the issue also happens with registers.
> We also have to be carefull to not create duplication (it is easy to forget about one part of the API is already existing) There were quite a few...
Oops, I forgot to reply to this. I am talking about the toplevel IO ports. The motivation for this question involves using SpinalHDL modules from an existing Verilog codebase. For...
With regards to security, I think [this chapter from the SVG standard](https://www.w3.org/TR/SVG2/conform.html#referencing-modes) is useful.
> You could add a key-value map of constants to `spinal.core.GlobalData.userDatabase` during elaboration. > > From the spinal report you can then access that map `globalData` property which will contain...
Also, there's not an obvious answer to what the semantics of AFix division _should_ be. I think it's clear that the `exp` of the quotient should be something from the...
> Hmmm, what's about the division require the user to expliclitly specify the AFix format he want the result in ? So in other words, the division function take no...