*** tpb has joined #yosys | 00:00 | |
*** indy has quit IRC | 00:14 | |
*** Degi has quit IRC | 00:22 | |
*** Degi has joined #yosys | 00:25 | |
*** lf has quit IRC | 00:27 | |
*** lf has joined #yosys | 00:27 | |
*** futarisIRCcloud has joined #yosys | 00:45 | |
*** aquijoule_ has joined #yosys | 01:55 | |
*** richbridger has quit IRC | 01:57 | |
*** citypw has joined #yosys | 01:58 | |
*** X-Scale has quit IRC | 02:24 | |
*** FFY00 has quit IRC | 02:47 | |
*** FFY00 has joined #yosys | 02:47 | |
*** balrog has quit IRC | 03:49 | |
*** Degi_ has joined #yosys | 03:54 | |
*** Degi has quit IRC | 03:56 | |
*** Degi_ is now known as Degi | 03:56 | |
*** balrog has joined #yosys | 03:57 | |
*** N2TOH has joined #yosys | 04:08 | |
*** jfcaron has quit IRC | 05:12 | |
*** s_frit has quit IRC | 05:15 | |
*** s_frit has joined #yosys | 05:15 | |
*** emeb_mac has quit IRC | 05:28 | |
*** citypw has quit IRC | 05:45 | |
*** vidbina has joined #yosys | 06:07 | |
*** indy has joined #yosys | 06:28 | |
*** kraiskil has joined #yosys | 06:46 | |
*** kraiskil has quit IRC | 06:54 | |
*** mndza has joined #yosys | 07:04 | |
*** danvet has joined #yosys | 07:46 | |
*** arvin has quit IRC | 08:27 | |
*** bzztploink has quit IRC | 08:57 | |
*** jakobwenzel has joined #yosys | 08:58 | |
*** bzztploink has joined #yosys | 09:03 | |
*** jakobwenzel has quit IRC | 09:10 | |
*** agg has quit IRC | 09:32 | |
*** agg has joined #yosys | 09:34 | |
*** nengel has joined #yosys | 09:49 | |
*** jakobwenzel has joined #yosys | 10:02 | |
*** jakobwenzel has quit IRC | 10:23 | |
*** nengel has quit IRC | 10:27 | |
*** nengel has joined #yosys | 10:30 | |
*** kraiskil has joined #yosys | 11:12 | |
*** citypw has joined #yosys | 11:12 | |
*** citypw has quit IRC | 11:20 | |
*** citypw has joined #yosys | 11:21 | |
*** vidbina has quit IRC | 11:28 | |
*** vidbina has joined #yosys | 11:33 | |
*** nengel has quit IRC | 12:09 | |
*** nengel has joined #yosys | 12:31 | |
*** futarisIRCcloud has quit IRC | 12:34 | |
*** vidbina has quit IRC | 13:01 | |
*** jakobwenzel has joined #yosys | 13:01 | |
*** kraiskil has quit IRC | 13:13 | |
*** nengel has quit IRC | 13:18 | |
*** jakobwenzel has quit IRC | 13:40 | |
*** jakobwenzel1 has joined #yosys | 13:41 | |
*** jakobwenzel1 is now known as jakobwenzel | 13:43 | |
*** nengel has joined #yosys | 13:47 | |
*** jakobwenzel has quit IRC | 13:50 | |
*** jakobwenzel has joined #yosys | 13:50 | |
*** jakobwenzel1 has joined #yosys | 14:07 | |
*** jakobwenzel has quit IRC | 14:08 | |
*** jakobwenzel1 is now known as jakobwenzel | 14:08 | |
*** jakobwenzel has quit IRC | 14:19 | |
*** jakobwenzel has joined #yosys | 14:33 | |
*** jfcaron has joined #yosys | 14:48 | |
*** citypw has quit IRC | 15:17 | |
*** jakobwenzel1 has joined #yosys | 15:18 | |
*** jakobwenzel has quit IRC | 15:19 | |
*** jakobwenzel1 is now known as jakobwenzel | 15:19 | |
*** jakobwenzel has quit IRC | 15:25 | |
*** srk has quit IRC | 15:37 | |
*** srk has joined #yosys | 15:38 | |
*** jfcaron has quit IRC | 15:52 | |
*** emeb has joined #yosys | 16:11 | |
*** vidbina has joined #yosys | 16:56 | |
*** futarisIRCcloud has joined #yosys | 17:15 | |
*** nengel has quit IRC | 17:18 | |
*** X-Scale has joined #yosys | 17:23 | |
*** nengel has joined #yosys | 17:27 | |
*** mndza has quit IRC | 17:29 | |
*** mndza has joined #yosys | 17:30 | |
*** X-Scale` has joined #yosys | 17:38 | |
*** X-Scale has quit IRC | 17:40 | |
*** X-Scale` is now known as X-Scale | 17:40 | |
*** jakobwenzel has joined #yosys | 17:43 | |
*** iPostHuman has joined #yosys | 17:50 | |
iPostHuman | Hello everyone, Im struggling with create a 1bit datawidth Demux using yosys and it gives the error: "Unable to bind wire/reg/memor `xxx` in demux.v | 17:51 |
---|---|---|
iPostHuman | here is the paste link: https://bit.ly/3tIb8oe | 17:51 |
tpb | Title: Paste code - paste.org (at bit.ly) | 17:51 |
iPostHuman | I simply can't see what is wrong with the code and what it's erroring about. | 17:51 |
iPostHuman | @tpb the code is at paste.org | 17:52 |
iPostHuman | I can create a demux using combinational logic. But I'm doing something wrong with a "case" statement perhaps. | 17:52 |
iPostHuman | Thanks for any help :-) | 17:53 |
iPostHuman | This is my combinational demux that works fine: https://bit.ly/3abrhLm | 17:54 |
iPostHuman | I can supply a simple testbench if needed | 17:55 |
mwk | iPostHuman: you have Din in comb process vs DIn in module ports | 18:18 |
*** AdamHorden has joined #yosys | 18:33 | |
*** AdamHorden has left #yosys | 18:35 | |
iPostHuman | mwk: Thanks for the response. Typeooooosss Argh! :-) | 18:43 |
*** nengel has quit IRC | 19:13 | |
*** jfcaron has joined #yosys | 19:36 | |
lambda | the fact that such a typo can result in just a warning is a little insane, but I guess that's verilog for you | 19:42 |
mwk | well that's perfectly valid verilog | 19:46 |
awygle | you can turn that warning into an error by adding `default_nettype none to the top of the file | 19:46 |
*** nengel has joined #yosys | 20:01 | |
*** jakobwenzel has quit IRC | 20:04 | |
*** vidbina has quit IRC | 20:19 | |
*** FFY00 has quit IRC | 20:32 | |
*** FFY00 has joined #yosys | 20:33 | |
mwk | hello everyone; as you may have heard, the team behind yosys, nextpnr, and several related projects now has a new home at YosysHQ | 20:39 |
*** jakobwenzel has joined #yosys | 20:40 | |
mwk | we have decided to use this opportunity to make our development process more open, and have set up a publicly-accessible slack: https://yosyshq.slack.com/join/shared_invite/zt-lzv81pcm-MiJPeUUFnFoXKza0QoIvHQ#/ | 20:40 |
*** jakobwenzel has quit IRC | 20:41 | |
*** jakobwenzel has joined #yosys | 20:42 | |
mwk | #devel-discuss on this slack is now *the* official yosys development channel, replacing our old private slack; the weekly video call meetings (on jitsi) will likewise be open to the public, if anyone has patches to discuss or something — the relevant information and links are on the slack channel | 20:42 |
*** jakobwenzel has quit IRC | 20:43 | |
mwk | there is also a #user-discuss channel for user support | 20:43 |
mwk | feel free to join | 20:43 |
*** jfcaron has quit IRC | 20:52 | |
*** Thorn has quit IRC | 21:00 | |
*** nengel has quit IRC | 21:10 | |
*** s_frit has quit IRC | 21:23 | |
*** s_frit has joined #yosys | 21:23 | |
*** mndza has quit IRC | 21:26 | |
*** danvet has quit IRC | 22:02 | |
*** FFY00 has quit IRC | 22:35 | |
*** FFY00 has joined #yosys | 22:36 | |
*** thoughtpolice has quit IRC | 22:41 | |
*** esden has quit IRC | 22:41 | |
*** acertain has quit IRC | 22:41 | |
*** ovf has quit IRC | 22:41 | |
*** thoughtpolice has joined #yosys | 22:41 | |
*** esden has joined #yosys | 22:41 | |
*** acertain has joined #yosys | 22:41 | |
*** ovf has joined #yosys | 22:43 | |
*** FFY00 has quit IRC | 22:47 | |
*** FFY00 has joined #yosys | 23:50 | |
*** FFY00 has quit IRC | 23:51 | |
*** jfcaron has joined #yosys | 23:53 | |
*** FFY00 has joined #yosys | 23:54 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!