Jonathan Klamroth

Results 18 comments of Jonathan Klamroth

Sorry, as I didn't work on this project for over a year, I can't help you on this question.

This does not work for me. If the signal is not assigned after the call to `removeAssignment`, SpinalHDL will raise a `NO DRIVER ON` error. I need a way to...

This seems to work partially on signals, but I want to assign a default value to a component input: ```scala import spinal.core._ import spinal.core.sim._ import spinal.sim._ case class Foo() extends...

This only fixes a part of the problem. Now using `.default()` outside the component it is used for works. But `.default()` still does not work when overwriting the signal conditionally:...

I have a component with many inputs and want to set a default value because some of the inputs may be unused or are only set conditionally. Example: ```scala case...

No, `ioDefaults()` is just a helper method and gets only called outside the component it is defined in. Example without `ioDefaults()`: ```scala case class ManyInputsComponent(n: Int) extends Component { val...

The reset area isn't useful for this purpose. The reset area would also add the reset signal to the internal buffer register which is not needed and therefore makes the...

> Also looks like your apply method changes failed to compile. Yes, I already fixed that. > I think the combination logic you want to apply to those Streams is...

> Everything that you said is correct except for about M200. M200 is merged in a special way so that the final M200 D0 stays. It has to be that...

I'm using Marlin 2.0.5.3. My output of M503 (+ M220 and M221 to set feed rate and flow): ``` Send: M220 S101 Recv: ok [...] Send: M221 S102 Recv: ok...