Bernd M.

Results 20 comments of Bernd M.

Hello Sylvain, thank you. The permission "calls" indeed works. I would not have guessed this, since I am using the dot access to the (auto running) algorithm and do not...

Maybe the permission `uses` would fit a bit better than `calls` in this case. But I am wondering, why the permission `writes` should not be the right one. Exactly this...

Hello, I am a Silice and FPGA newbie and have a question regarding readwrite permissions on subroutines. In the following example the subroutine out_led is called by the subroutine out_led_inverted....

Hello Sylvain, thank you for the explanation. It works perfectly. Regards, Bernd.

Hello, I am trying to bind two pmod bits, one as input and the other one as output, to an algorithm. The input binding "bit_in pmod.o[1,1]" leads to an error:...

Hello Sylvain, thank you for the answer, for improving the Silice compiler and providing the workaround. I think, I am going to stick with the master branch for now. Regards,...

Hello Sylvain, can an inout pmod simply be used as a gpio? The following program should output four pulses on the icestick pmod (bit 0) and then read bit 1...

Hello Sylvain, thanks for tracking this down. I think I will wait for the master branch. But I have one more question about the above example: The I/O configuration of...

Hello Sylvain, thank you for the explanation. I have come across the strange "pmod behavior" several times. I'm glad you were able to fix it. Regards, Bernd.

Hello Sylvain, I am having difficulties to get the dual ported BRAM working. The following design for the Icestick should use ICESTORM_RAM, but if I look into the log-file (next.log)...