azonenberg changed the topic of ##openfpga to: Open source tools for FPGAs, CPLDs, etc. Silicon RE, bitfile RE, synthesis, place-and-route, and JTAG are all on topic. Channel logs: https://libera.irclog.whitequark.org/~h~openfpga
somlo has quit [Remote host closed the connection]
mewt has quit [Remote host closed the connection]
mewt has joined ##openfpga
Degi has quit [Ping timeout: 260 seconds]
Degi has joined ##openfpga
somlo_ is now known as somlo
freemint has joined ##openfpga
freemint has quit [Remote host closed the connection]
freemint has joined ##openfpga
kittennbfive has joined ##openfpga
<kittennbfive>
Hi, question about Yosys: Does it still not support parameter real? I have a line like "parameter tCLK = 6.66;" and Yosys (build a few days ago from git-master) complains "ERROR: Parameter `\tCLK' with non-constant value!". I don't understand...
<freemint>
I am failing to compare an unsigned integer generated in a linear congruential generator to a threshhold and my googlefoo ran out. Code: https://pastebin.com/qzwc4c87 . I am using this tool chain https://github.com/im-tomu/fomu-toolchain/releases/tag/v1.6 baed on open source tools. I would really appreciate an explanation what i am doing wrong which makes me more able to solve such simple problems myself in the future.