Readon

Results 164 comments of Readon
trafficstars

About the directory, is it more clean that if we have SpinalTestBench to main/scala/spinal/tester/sim SpinalFormalFunSuite to main/scala/spinal/tester/formal Also, need to get corresponding package statements in those class modified. Maybe to...

> Ah I supposed it was about DUT inputs, but maybe I'm wrong You're right, what I mean is the DUT's inputs.

> I don't see this as a deficiency, more of an annoyance if you forget. If anything I'd like 9 value support at the simulation level. The red X's make...

> Could add a hash map to check that all inputs were assigned at least once, else generate a warning, but to me, it seems very specific, and shouldn't be...

Personally, I don't think it's a good idea to mix the sim code with design code. You used "io.s_axi" directly for AxiLite4Driver initial, so I guess you are defining the...

The current state is that we are lacking of contributor, so if you're interested in this function the contribution is welcome. If you have any question, the community is here.

I think runMain and test could not be mixed. runMain is used to generate the RTL for the design, while test is used to test the design. so either use...

Do you think it's better to describe things as sections below: ### Working flow ... #### Elaborate Stage - if else - for - SpinalConfig - ... #### Hardware Description...

> Maybe, we can just set the default branch to dev, PR would be done there, and the doc would be merged into master on each SpinalHDL release. that kinda...

> > Maybe we should keep a separate RTD repository to have tutorial contents (the one I'm working on (a lot), following the structure suggested in this issue's description minus...