*** tpb has joined #yosys | 00:00 | |
*** emeb_mac has quit IRC | 00:09 | |
*** emeb has quit IRC | 00:10 | |
*** emeb_mac has joined #yosys | 00:10 | |
*** emeb has joined #yosys | 00:10 | |
*** emeb has quit IRC | 00:21 | |
*** emeb has joined #yosys | 00:22 | |
*** Degi has quit IRC | 00:26 | |
*** Degi has joined #yosys | 00:27 | |
*** emeb has quit IRC | 01:21 | |
*** xtro has quit IRC | 02:25 | |
*** xtro has joined #yosys | 02:26 | |
*** citypw has joined #yosys | 02:43 | |
*** awordnot has quit IRC | 05:06 | |
*** awordnot has joined #yosys | 05:07 | |
*** _whitelogger has quit IRC | 05:30 | |
*** _whitelogger has joined #yosys | 05:32 | |
*** az0re has quit IRC | 06:11 | |
*** emeb_mac has quit IRC | 06:41 | |
*** az0re has joined #yosys | 06:42 | |
*** jakobwenzel1 has joined #yosys | 06:49 | |
*** xtro has quit IRC | 07:18 | |
*** kristianpaul has quit IRC | 07:39 | |
*** bzztploink has quit IRC | 07:51 | |
*** kristianpaul has joined #yosys | 08:02 | |
*** Asu has joined #yosys | 08:35 | |
*** kraiskil has joined #yosys | 09:03 | |
*** promach3 has quit IRC | 09:05 | |
*** nurelin has quit IRC | 09:05 | |
*** anu3jn has quit IRC | 09:05 | |
*** maartenBE has quit IRC | 09:08 | |
*** maartenBE has joined #yosys | 09:11 | |
*** fevv8[m] has joined #yosys | 09:13 | |
*** nurelin has joined #yosys | 09:39 | |
*** anu3jn has joined #yosys | 09:39 | |
*** promach3 has joined #yosys | 09:39 | |
*** FireFox317 has joined #yosys | 10:15 | |
*** kraiskil has quit IRC | 10:24 | |
*** kraiskil has joined #yosys | 10:33 | |
*** kraiskil has quit IRC | 10:50 | |
*** kraiskil has joined #yosys | 11:04 | |
*** Asu has quit IRC | 11:07 | |
*** Asu has joined #yosys | 11:08 | |
*** bzztploink has joined #yosys | 11:39 | |
*** Forty-Bot has joined #yosys | 12:09 | |
*** DaKnig has joined #yosys | 12:42 | |
*** kraiskil has quit IRC | 13:42 | |
*** kraiskil has joined #yosys | 13:57 | |
*** emeb has joined #yosys | 15:06 | |
miek | what's the state of ecp5 dsp suport at the moment? if i wanted to make an fir filter for example, is it a case of using diamond/clarity to find the right primitives to stick together, or is it more complicated than that? | 15:11 |
---|---|---|
daveshah | Only the MULT18X18D is supported by nextpnr/trellis, and cascading isn't supported either | 15:11 |
*** citypw has quit IRC | 15:34 | |
awygle | dang daveshah, you're the best. was not expecting to wake up to a fix, especially given i did nothing to help you lol | 15:36 |
daveshah | tbh I just tried it with an adder JSON I had lying around | 15:36 |
awygle | well thanks :) now it is obvious that... i am not meeting my timing req lo | 15:38 |
awygle | l | 15:38 |
*** jakobwenzel1 has quit IRC | 15:51 | |
*** kristianpaul has quit IRC | 16:53 | |
*** kristianpaul has joined #yosys | 16:59 | |
*** kraiskil has quit IRC | 18:00 | |
*** tannewt_ has joined #yosys | 18:13 | |
*** carlomaragno_ has joined #yosys | 18:13 | |
*** lukego_ has joined #yosys | 18:13 | |
*** lukego has quit IRC | 18:20 | |
*** cyrozap has quit IRC | 18:20 | |
*** carlomaragno has quit IRC | 18:20 | |
*** tannewt has quit IRC | 18:20 | |
*** tannewt_ is now known as tannewt | 18:20 | |
*** lukego_ is now known as lukego | 18:20 | |
*** carlomaragno_ is now known as carlomaragno | 18:20 | |
*** fevv8[m] has quit IRC | 18:21 | |
*** promach3 has quit IRC | 18:21 | |
*** nurelin has quit IRC | 18:21 | |
*** anu3jn has quit IRC | 18:21 | |
*** nurelin has joined #yosys | 18:27 | |
*** anu3jn has joined #yosys | 18:54 | |
*** promach3 has joined #yosys | 18:54 | |
*** fevv8[m] has joined #yosys | 18:54 | |
*** az0re has quit IRC | 19:06 | |
*** maartenBE has quit IRC | 19:32 | |
*** az0re has joined #yosys | 19:32 | |
*** maartenBE has joined #yosys | 19:36 | |
*** kraiskil has joined #yosys | 19:37 | |
*** kraiskil has quit IRC | 19:52 | |
awygle | can i get `yosys show` to drop the clock signal? it really clutters up the output | 20:37 |
mwk | hmm | 20:38 |
mwk | 'show w:<your clock wire name here> %n'? | 20:39 |
*** emeb_mac has joined #yosys | 20:41 | |
awygle | how would that interact with other arguments? | 20:44 |
mwk | what other arguments? | 20:44 |
awygle | to the show command | 20:44 |
mwk | any -options should come before the selection part | 20:44 |
awygle | and what about the "which module to draw" argument? | 20:45 |
mwk | oh, then you need to combine selections | 20:45 |
awygle | (i tried dropping it and using select beforehand but it still complains about needing only one module to output svg) | 20:45 |
mwk | `show top w:<clockwire> %n %i` | 20:45 |
mwk | does this work? | 20:46 |
awygle | that got it, yes | 20:46 |
awygle | great, thanks | 20:47 |
awygle | what syntax is that? | 20:47 |
mwk | `help select` | 20:47 |
awygle | ... and how would i also add the reset line to it? :p | 20:47 |
awygle | ah ok | 20:47 |
mwk | `show top w:<clockwire> %n %i w:<resetwire> %n %i` | 20:47 |
awygle | dang that's complicated | 20:47 |
mwk | not exactly pretty, but should work | 20:47 |
mwk | yeah | 20:47 |
mwk | hmm or actually | 20:48 |
mwk | `show top w:<clockwire> %d w:<resetwire> %d` | 20:49 |
mwk | %d should be equivalent to %n %i I guess | 20:49 |
awygle | that's awesome, thanks a ton mwk | 20:51 |
awygle | wasn't there some work on using opentimer with nextpnr? | 21:17 |
daveshah | not that I know of | 21:17 |
awygle | ah | 21:18 |
awygle | i'm kind of struggling with figuring out what's actually my critical path here | 21:18 |
awygle | oh well, i'll work it out | 21:18 |
daveshah | yeah, timing is a real weak point of nextpnr | 21:19 |
*** Asu has quit IRC | 21:20 | |
*** lf has quit IRC | 23:12 | |
*** lf_ has joined #yosys | 23:12 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!