Andreas Wallner

Results 108 comments of Andreas Wallner

@chenbo-again sorry for the dumb questions above, I don't know much about FuseSoC so I don't really know how it would handle different options for clock/reset polarity - or is...

@Readon I had understood what fusesoc is. My question was whether the current code is missing options for clock/reset settings - which it seems you'd agree that those should be...

I'm not talking about the signals themselves: As you know in SpinalHDL we can choose clock and reset polarity, as well as whether reset is sync/async. The question it should...

Ok, if fusesoc doesn't expect a specific config then I think there should be generic settings that can be passed to the fusesoc generator to configure the default clockdomain (clock...

FYI in case the `sbt` startup time is annoying you and that's the reason why you want to use the REPL: you can just start `sbt` once and repeatedly run...

yes, that the exact same issue...

@g0t00 Dolu and I discussed a possible workaround with a reset sequence that would work for both synchronous and async resets (sequence for forkStimulus). No other progress so far on...

Hard to say you don't say whether you are trying to run a test in the SpinalHDL project or what you are doing. If you are trying to run a...

The code that you are trying to run uses scalatest, but your build.sbt does not include it. You'll have to add `"org.scalatest" %% "scalatest" % "3.1.1" % "test",` to the...

If I understand correctly then you still get an error even though you added scalatest? Looking again at your `build.sbt` that makes sense: The `"test"` at the end of the...