*** tpb has joined #yosys | 00:00 | |
*** promach_ has joined #yosys | 00:30 | |
*** lutsabound has quit IRC | 00:46 | |
*** lutsabound has joined #yosys | 00:50 | |
*** mazzoo has quit IRC | 01:26 | |
*** mazzoo has joined #yosys | 01:26 | |
*** promach_ has quit IRC | 01:33 | |
*** kerel has quit IRC | 02:38 | |
*** promach has quit IRC | 02:40 | |
*** promach has joined #yosys | 02:51 | |
*** lutsabound has quit IRC | 02:56 | |
*** X-Scale has quit IRC | 03:28 | |
*** [X-Scale] has joined #yosys | 03:30 | |
*** [X-Scale] is now known as X-Scale | 03:30 | |
*** pie__ has quit IRC | 03:49 | |
*** m_w has quit IRC | 04:08 | |
*** digshadow has joined #yosys | 04:12 | |
*** altenius has quit IRC | 04:27 | |
*** seldridge has joined #yosys | 04:41 | |
*** cr1901_modern has quit IRC | 05:41 | |
*** digshadow has quit IRC | 06:02 | |
*** seldridge has quit IRC | 06:35 | |
*** kraiskil has joined #yosys | 06:49 | |
*** xerpi has joined #yosys | 06:49 | |
*** xerpi has joined #yosys | 06:51 | |
*** keesj has quit IRC | 07:16 | |
*** keesj has joined #yosys | 07:18 | |
*** GuzTech has joined #yosys | 07:19 | |
*** cr1901_modern has joined #yosys | 07:23 | |
*** proteusguy has quit IRC | 07:25 | |
*** dys has quit IRC | 07:31 | |
*** proteusguy has joined #yosys | 07:41 | |
*** kraiskil has quit IRC | 07:41 | |
*** gnufan has joined #yosys | 08:10 | |
*** digshadow has joined #yosys | 08:22 | |
*** jwhitmore_ has joined #yosys | 08:31 | |
*** jwhitmore_ has quit IRC | 08:36 | |
*** jwhitmore_ has joined #yosys | 08:47 | |
*** jwhitmore_ has quit IRC | 09:05 | |
*** promach has quit IRC | 09:14 | |
*** kerel has joined #yosys | 09:23 | |
*** proteusguy has quit IRC | 09:23 | |
*** proteusguy has joined #yosys | 09:41 | |
*** fsasm has joined #yosys | 10:01 | |
*** m_w has joined #yosys | 10:15 | |
*** m_w has quit IRC | 10:21 | |
*** jwhitmore_ has joined #yosys | 10:34 | |
*** kraiskil has joined #yosys | 10:38 | |
*** xerpi has quit IRC | 11:01 | |
*** kraiskil has quit IRC | 11:06 | |
mattvenn | I remember when I had sram issues with the blackice mystorm board | 11:17 |
---|---|---|
mattvenn | I had unstable behaviour on the fpga because the fpga and the sram were both trying to drive the same pins | 11:18 |
mattvenn | because there wasn't enough time for the pin direction to change | 11:18 |
mattvenn | I wonder if something similar is happening with the hyperram on the 8 data pins | 11:18 |
mattvenn | running it slower should resolve it | 11:19 |
keesj | is http://www.clifford.at/yosys/download.html perhaps a bit outdated on ubuntu 18.04 yosys is already in the discto and adding the ppa results in https://pastebin.com/Wt6sdftR | 11:24 |
tpb | Title: Yosys Open SYnthesis Suite :: Download (at www.clifford.at) | 11:24 |
daveshah | keesj: beware that the version of Yosys in ubuntu is very old | 11:25 |
daveshah | I would always recommend building from source following the instructions at http://www.clifford.at/icestorm/ | 11:25 |
tpb | Title: Project IceStorm (at www.clifford.at) | 11:25 |
cr1901_modern | I wish my build improvements PR would be accepted... :( | 11:29 |
cr1901_modern | And well fixing yosys-smtbmc to work on Windoze PR too | 11:30 |
keesj | ok | 11:30 |
daveshah | cr1901_modern: clifford's pretty busy right now. ping him again and he'll look at them I'm sure | 11:31 |
*** kraiskil has joined #yosys | 11:32 | |
cr1901_modern | Fair enough. It's low priority, I just mainly wanted to knock off a few bullets off my todoist :P | 11:32 |
*** promach has joined #yosys | 11:41 | |
*** kraiskil has quit IRC | 11:51 | |
*** promach has quit IRC | 12:20 | |
*** promach has joined #yosys | 12:40 | |
*** clifford has joined #yosys | 12:57 | |
*** ChanServ sets mode: +o clifford | 12:57 | |
*** kraiskil has joined #yosys | 13:31 | |
mattvenn | well slowing it down makes it behave. And I think I might be right about the ram and fpga both driving the same lines at once | 13:48 |
mattvenn | here's clk, data and direction at 3mhz system clk = 0.75mhz ram clock | 13:48 |
mattvenn | https://imagebin.ca/v/49uDxynENjfI | 13:48 |
mattvenn | and this one is when the serial breaks and things start going crazy. | 13:49 |
mattvenn | 6mhz = 1.5mhz ram clock | 13:49 |
mattvenn | https://imagebin.ca/v/49uERKOqnBFs | 13:49 |
mattvenn | you can see the bidirectional signals now have intermediate levels | 13:49 |
*** kraiskil has quit IRC | 13:49 | |
mattvenn | so my question is, how can this part be used with the h40 chips at higher clock rates? | 13:50 |
*** kraiskil has joined #yosys | 13:54 | |
*** kraiskil has quit IRC | 13:59 | |
*** jwhitmore_ has quit IRC | 14:03 | |
*** promach_ has joined #yosys | 14:05 | |
ZipCPU | What is icetime giving you? | 14:08 |
mattvenn | 90mhz | 14:15 |
ZipCPU | And it's only working successfully at 6mhz? | 14:16 |
*** xerpi has joined #yosys | 14:19 | |
mattvenn | 0.75mhz it seems to work | 14:26 |
mattvenn | anything higher than that and the fpga and the sram both try and drive the inout lines at once | 14:26 |
mattvenn | which them seems to result in strange behaviour | 14:26 |
ZipCPU | Hmm ... sounds like the controller is buggy. Is there an output enable wire? Are you watching that one? | 14:27 |
mattvenn | I think I need to take another step back | 14:30 |
mattvenn | I still have problems with the serial comms event at this low speed | 14:31 |
*** AlexDaniel has quit IRC | 14:35 | |
*** AlexDaniel has joined #yosys | 14:35 | |
*** leviathan has joined #yosys | 14:39 | |
*** AlexDaniel has quit IRC | 14:40 | |
*** AlexDaniel has joined #yosys | 14:40 | |
*** AlexDaniel has quit IRC | 14:43 | |
*** AlexDaniel has joined #yosys | 14:43 | |
*** GuzTech has quit IRC | 14:49 | |
*** pie__ has joined #yosys | 15:14 | |
*** pie__ has quit IRC | 15:29 | |
*** pie_ has joined #yosys | 15:32 | |
*** m_w_ has joined #yosys | 15:34 | |
*** _m_w_ has joined #yosys | 15:36 | |
*** cr1901_modern1 has joined #yosys | 15:38 | |
*** pie_ has quit IRC | 15:39 | |
*** m_w_ has quit IRC | 15:39 | |
*** cr1901_modern has quit IRC | 15:40 | |
*** pie_ has joined #yosys | 15:49 | |
*** _m_w_ has quit IRC | 15:51 | |
*** m_w has joined #yosys | 15:51 | |
*** maikmerten has joined #yosys | 15:59 | |
*** jwhitmore_ has joined #yosys | 16:22 | |
*** fsasm has quit IRC | 16:42 | |
*** promach_ has quit IRC | 17:01 | |
*** seldridge has joined #yosys | 17:06 | |
*** m_w_ has joined #yosys | 17:09 | |
*** m_w_ has joined #yosys | 17:10 | |
*** _m_w_ has joined #yosys | 17:12 | |
*** dys has joined #yosys | 17:12 | |
*** m_w has quit IRC | 17:12 | |
*** m_w_ has quit IRC | 17:14 | |
*** _m_w_ has quit IRC | 17:17 | |
*** m_w has joined #yosys | 17:22 | |
*** xerpi has quit IRC | 17:27 | |
*** mazzoo_ has joined #yosys | 17:58 | |
*** mazzoo has quit IRC | 17:58 | |
*** mazzoo_ has quit IRC | 18:00 | |
*** mazzoo has joined #yosys | 18:03 | |
*** mazzoo has quit IRC | 18:06 | |
*** mazzoo has joined #yosys | 18:08 | |
*** mazzoo_ has joined #yosys | 18:20 | |
*** mazzoo has quit IRC | 18:20 | |
*** seldridge has quit IRC | 18:21 | |
*** mazzoo_ has quit IRC | 18:21 | |
*** mazzoo has joined #yosys | 18:25 | |
*** kraiskil has joined #yosys | 18:29 | |
*** seldridge has joined #yosys | 18:32 | |
*** maikmerten has quit IRC | 18:43 | |
*** maikmerten has joined #yosys | 18:50 | |
*** Nazara has quit IRC | 18:56 | |
*** Nazara has joined #yosys | 18:59 | |
*** leviathan has quit IRC | 19:06 | |
*** pie_ has quit IRC | 19:07 | |
*** seldridge has quit IRC | 19:18 | |
*** pie_ has joined #yosys | 19:28 | |
*** kraiskil has quit IRC | 19:31 | |
*** m_t has joined #yosys | 19:37 | |
*** jwhitmore_ has quit IRC | 19:51 | |
*** xerpi has joined #yosys | 19:57 | |
*** maikmerten has quit IRC | 20:24 | |
*** m_w has quit IRC | 20:36 | |
elms | daveshah: I'm adding ability to track symbols in hlc. Any opinion on hlc syntax? I was thinking "wire .sym> symbol" (eg "span4_y1_g7_1 .sym> vec0[1]") | 21:45 |
daveshah | elms: haven't really worked with hlc | 21:46 |
daveshah | I agree symbols are a good idea, that seems a reasonable enough implementation | 21:47 |
elms | That's good enough for me to create a PR. Thanks. | 21:47 |
*** seldridge has joined #yosys | 21:51 | |
*** seldridge has quit IRC | 22:11 | |
*** m_w has joined #yosys | 22:13 | |
*** seldridge has joined #yosys | 22:17 | |
*** seldridge has quit IRC | 22:21 | |
*** seldridge has joined #yosys | 22:24 | |
*** m_w has quit IRC | 22:30 | |
*** m_w has joined #yosys | 22:30 | |
*** seldridge has quit IRC | 23:32 | |
*** seldridge has joined #yosys | 23:36 | |
*** xerpi has quit IRC | 23:51 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!