*** tpb has joined #yosys | 00:00 | |
*** pie_ has quit IRC | 00:01 | |
*** pie_ has joined #yosys | 00:02 | |
*** m_w_ has quit IRC | 00:24 | |
*** srk has quit IRC | 00:35 | |
*** srk has joined #yosys | 00:53 | |
*** cemerick has quit IRC | 01:19 | |
*** emeb has quit IRC | 01:56 | |
*** proteus-guy has joined #yosys | 02:18 | |
*** xrexeon has joined #yosys | 02:29 | |
promach | ZipCPU: what do you mean by "n8" ? | 02:37 |
---|---|---|
awygle | promach: it's an abbreviation of "night" or "good night" | 02:38 |
*** proteus-guy has quit IRC | 02:41 | |
*** dys has quit IRC | 02:57 | |
*** xrexeon has quit IRC | 03:16 | |
*** digshadow has quit IRC | 03:17 | |
*** m_w_ has joined #yosys | 03:22 | |
*** AlexDaniel has quit IRC | 03:27 | |
*** leviathan has joined #yosys | 03:28 | |
*** leviathan has joined #yosys | 03:28 | |
*** digshadow has joined #yosys | 03:36 | |
*** pie_ has quit IRC | 03:48 | |
*** pie__ has joined #yosys | 03:48 | |
*** proteus-guy has joined #yosys | 04:00 | |
*** proteus-guy has quit IRC | 04:31 | |
*** leviathan has quit IRC | 05:15 | |
*** m_w_ has quit IRC | 05:54 | |
*** pie__ has quit IRC | 05:58 | |
*** seldridge has quit IRC | 06:36 | |
*** mjo-uk has quit IRC | 07:29 | |
*** Marex has quit IRC | 07:29 | |
*** _florent_ has quit IRC | 07:29 | |
*** jophish has quit IRC | 07:29 | |
*** jophish has joined #yosys | 07:30 | |
*** _florent_ has joined #yosys | 07:30 | |
*** Marex has joined #yosys | 07:36 | |
*** FabM has joined #yosys | 07:43 | |
*** FabM is now known as FabM_Cave | 07:44 | |
*** bluesceada has quit IRC | 08:01 | |
*** nrossi has quit IRC | 08:03 | |
*** kerel_ has quit IRC | 08:03 | |
*** nrossi has joined #yosys | 08:04 | |
*** kerel has joined #yosys | 08:04 | |
*** bluesceada has joined #yosys | 08:08 | |
*** dys has joined #yosys | 08:16 | |
*** dys has quit IRC | 08:30 | |
*** mjo-uk has joined #yosys | 08:42 | |
*** GuzTech has joined #yosys | 08:50 | |
*** cemerick has joined #yosys | 08:52 | |
*** proteus-guy has joined #yosys | 09:14 | |
*** proteus-guy has quit IRC | 09:15 | |
*** proteus-guy has joined #yosys | 09:16 | |
*** proteus-guy has quit IRC | 09:17 | |
*** proteus-guy has joined #yosys | 09:18 | |
*** proteus-guy has quit IRC | 09:35 | |
*** goosenphil has joined #yosys | 09:36 | |
*** goosenphil has quit IRC | 09:45 | |
*** proteus-guy has joined #yosys | 09:49 | |
*** proteus-guy has quit IRC | 10:15 | |
*** oldtopman has quit IRC | 10:28 | |
*** oldtopman has joined #yosys | 10:32 | |
*** m_w_ has joined #yosys | 10:44 | |
*** pie__ has joined #yosys | 10:46 | |
*** m_w_ has quit IRC | 10:50 | |
*** pie__ has quit IRC | 11:01 | |
*** eduardo__ has joined #yosys | 11:07 | |
*** eduardo_ has quit IRC | 11:11 | |
*** pie__ has joined #yosys | 11:17 | |
*** leviathan has joined #yosys | 11:35 | |
*** leviathan has quit IRC | 11:39 | |
*** leviathan has joined #yosys | 11:40 | |
ZipCPU | promach: Do you want to see how I handled that portion of the test within my own UART receiver? | 12:06 |
ZipCPU | It's a work in progress, but maybe this will give you an idea: https://github.com/ZipCPU/wbuart32/blob/dev/rtl/rxuartlite.v#L531-L562 | 12:13 |
tpb | Title: wbuart32/rxuartlite.v at dev · ZipCPU/wbuart32 · GitHub (at github.com) | 12:13 |
*** quigonjinn has quit IRC | 12:24 | |
*** quigonjinn has joined #yosys | 12:27 | |
*** promach__ has joined #yosys | 12:41 | |
*** jophish_ has joined #yosys | 12:41 | |
promach__ | ZipCPU: are you there ? | 12:45 |
ZipCPU | Yo | 12:45 |
*** proteus-guy has joined #yosys | 12:46 | |
ZipCPU | I'm here promach__ | 12:48 |
*** AlexDaniel has joined #yosys | 12:48 | |
*** quigonjinn has quit IRC | 12:52 | |
*** quigonjinn has joined #yosys | 12:55 | |
*** xrexeon has joined #yosys | 13:03 | |
promach__ | ZipCPU: what is wrong with "no driver" issue for my generate loop ? | 13:06 |
promach__ | https://gist.github.com/promach/454cba2c790db7925e176eee61bb1fe5#file-test_uart-v-L138-L169 | 13:08 |
tpb | Title: test_UART.v · GitHub (at gist.github.com) | 13:08 |
promach__ | Warning: Wire test_UART.\Tx_shift_g_index is used but has no driver. | 13:09 |
promach__ | ZipCPU | 13:09 |
*** xrexeon has quit IRC | 13:10 | |
promach__ | Warning: Identifier `\Tx_shift_g_index' is implicitly declared at ../rtl/test_UART.v:149. | 13:15 |
*** pie__ has quit IRC | 13:17 | |
*** xrexeon has joined #yosys | 13:26 | |
daveshah | promach__: I think you meant to type Tx_shift_**re**g_index | 13:27 |
ZipCPU | promach__: Surely you can see that the identifier is named in error, and can see what it should've been? | 13:27 |
promach__ | it is a genvar and it is driven by the for loop | 13:28 |
ZipCPU | Did you see my note where I posted the code I have to accomplish the same check? | 13:29 |
promach__ | your note ?? | 13:30 |
ZipCPU | "promach: Do you want to see how I handled that portion of the test within my own UART receiver?" | 13:30 |
ZipCPU | "It's a work in progress, but maybe this will give you an idea: https://github.com/ZipCPU/wbuart32/blob/dev/rtl/rxuartlite.v#L531-L562" | 13:30 |
tpb | Title: wbuart32/rxuartlite.v at dev · ZipCPU/wbuart32 · GitHub (at github.com) | 13:30 |
promach__ | ZipCPU: that is a lot of magic number | 13:35 |
ZipCPU | Yeah, well ... it works if the clocks are identical, that should count for something. | 13:36 |
ZipCPU | promach__: Let me know if you need an explanation of any of those "magic numbers" | 13:45 |
promach__ | daveshah: do you have any idea why I am having that "no driver" issue ? | 14:22 |
promach__ | ZipCPU: let me focus on solving that "no driver" issue | 14:22 |
ZipCPU | promach__: The "no driver" issue is simple. | 14:23 |
ZipCPU | It basically means you have an item in your design for which nothing is setting its value. | 14:23 |
ZipCPU | It's a common enough error. As I understand, the reason why you have this issue is because you have a typo in the code you are working with. | 14:24 |
ZipCPU | To find or fix this error, search on the identifier it says has no driver. | 14:24 |
ZipCPU | Then notice that the identifier has nothing assigning a value to it, and you'll see the problem. | 14:25 |
promach__ | ZipCPU: that is not a typo issue | 14:25 |
ZipCPU | Even better, place a `default_nettype none at the top of your file. This will help you avoid typo's as well, by not assuming a variable when there shouldn't be one. | 14:25 |
ZipCPU | promach__: Post your code, then. These things are really easy to find. | 14:26 |
promach__ | ZipCPU: found it !! | 14:27 |
ZipCPU | Do tell. | 14:28 |
promach__ | it is really typo issue | 14:28 |
promach__ | I am sorry | 14:28 |
ZipCPU | "<promach__> ZipCPU: that is not a typo issue" <==== :P | 14:29 |
promach__ | I am sorry, I am not careful enough | 14:30 |
ZipCPU | lol | 14:30 |
ZipCPU | "Have no fear: programming isn't actually debugging 100% of the time. There's some time set aside for creating new bugs." -- Kelly Vaughn, on twitter | 14:31 |
ZipCPU | Software development process: 0. I can't fix this, 1. Crisis of confidence, 2. Questions career, 3. Questions life, 4. Oh, it was a typo, cool. :P | 14:32 |
ZipCPU | 99 little bugs in the code, 99 little bugs, take one down, patch it around, 127 little bugs in the code ... ;) | 14:34 |
promach__ | yeah | 14:38 |
*** kristianpaul has quit IRC | 14:43 | |
*** pie_ has joined #yosys | 14:53 | |
*** m_w_ has joined #yosys | 15:00 | |
*** mattvenn_ has quit IRC | 15:01 | |
*** jophish_ has quit IRC | 15:03 | |
*** seldridge has joined #yosys | 15:11 | |
*** xrexeon has quit IRC | 15:17 | |
*** kristianpaul has joined #yosys | 15:28 | |
*** _whitelogger has quit IRC | 15:31 | |
*** emeb has joined #yosys | 15:33 | |
*** _whitelogger has joined #yosys | 15:36 | |
awygle | I found that true for a long time, then I started hitting *real* bugs but it took me forever to find them, and now I'm pretty good at sorting "I am misusing this library" and "this is a compiler bug" into different buckets | 15:46 |
awygle | Someday I might even figure out how to fix them in a timely manner... :-P | 15:48 |
*** matt___ has joined #yosys | 16:15 | |
*** matt___ is now known as mattvenn | 16:15 | |
*** promach__ has quit IRC | 16:20 | |
*** leviathan has quit IRC | 16:27 | |
*** leviathan has joined #yosys | 16:28 | |
*** pie_ has quit IRC | 16:37 | |
*** m_w_ has quit IRC | 16:50 | |
*** pie_ has joined #yosys | 16:53 | |
*** m_w has joined #yosys | 16:54 | |
*** proteus-guy has quit IRC | 17:00 | |
*** Nazara has quit IRC | 18:02 | |
*** GuzTech has quit IRC | 18:08 | |
*** ravenexp has quit IRC | 18:20 | |
*** ravenexp has joined #yosys | 18:24 | |
*** xrexeon has joined #yosys | 18:41 | |
*** dys has joined #yosys | 18:45 | |
*** kristianpaul has quit IRC | 19:03 | |
*** FabM_Cave has quit IRC | 19:04 | |
*** digshadow has quit IRC | 19:05 | |
*** kristianpaul has joined #yosys | 19:20 | |
*** gnufan has quit IRC | 19:41 | |
*** gnufan has joined #yosys | 19:41 | |
*** seldridge has quit IRC | 19:49 | |
*** seldridge has joined #yosys | 19:57 | |
pie_ | found this single thing on youtube about the reduceron https://www.youtube.com/watch?v=0wT5pobsIaM | 20:06 |
pie_ | audio seems kind of horrible | 20:06 |
*** leviathan has quit IRC | 20:09 | |
pie_ | transparencies tho omg xD | 20:11 |
pie_ | ok this worked a bit better https://www.youtube.com/results?search_query=%22reduceron%22 | 20:13 |
philtor | pie_, what's the context? | 20:19 |
philtor | pie_, for reduceron? | 20:19 |
pie_ | just some short discusion on it yesterday i think | 20:19 |
pie_ | dont know how it came up | 20:19 |
philtor | lots of graph-reduction going on in the deep learning space | 20:20 |
philtor | I also see in the "up next" videos this talk here from StrangeLoop: https://www.youtube.com/watch?v=GawiQQCn3bk | 20:21 |
philtor | "An Introduction to Combinator Compilers and Graph Reduction Machines" | 20:21 |
pie_ | yeah thats also in the search list | 20:22 |
pie_ | i mean maybe just read the papers or something i dunno | 20:22 |
* pie_ 's efficiency is not very good | 20:22 | |
philtor | pie_, are you doing any work in this space? (Graph Reduction) | 20:23 |
pie_ | no | 20:23 |
*** bpye has quit IRC | 20:31 | |
*** dys has quit IRC | 21:10 | |
*** digshadow has joined #yosys | 21:12 | |
*** cemerick has quit IRC | 21:24 | |
*** dys has joined #yosys | 21:24 | |
*** digshadow has quit IRC | 21:25 | |
*** vinnyp has joined #yosys | 21:31 | |
*** vinnyp has left #yosys | 21:32 | |
*** seldridge has quit IRC | 21:35 | |
*** seldridge has joined #yosys | 21:36 | |
*** promach__ has joined #yosys | 21:52 | |
*** m_w has quit IRC | 22:02 | |
*** digshadow has joined #yosys | 22:20 | |
*** digshadow has quit IRC | 22:31 | |
*** m_w has joined #yosys | 22:38 | |
*** digshadow has joined #yosys | 22:54 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!