Wednesday, 2018-10-31

*** tpb has joined #timvideos00:00
*** futarisIRCcloud has joined #timvideos00:36
*** CuriousLearner has quit IRC00:37
*** mauz555 has quit IRC01:02
*** mauz555 has joined #timvideos01:04
*** mauz555 has quit IRC01:08
*** mauz555 has joined #timvideos01:25
*** mauz555 has quit IRC01:30
*** tvCommitBot has joined #timvideos01:54
*** tvCommitBot has left #timvideos01:54
mithrocr1901_modern: Well, I must have been wrong about the fact that micropython + riscv working anywhere?02:29
*** sb0 has quit IRC03:23
*** samsagaz has quit IRC03:38
*** rohitksingh_work has joined #timvideos03:55
*** mauz555 has joined #timvideos03:59
*** mauz555 has quit IRC04:04
*** thaytan has quit IRC04:52
*** thaytan has joined #timvideos04:54
*** ChanServ sets mode: +v thaytan04:54
*** thaytan has quit IRC05:01
*** thaytan has joined #timvideos05:01
*** ChanServ sets mode: +v thaytan05:01
*** thaytan has quit IRC05:08
*** thaytan has joined #timvideos05:11
*** ChanServ sets mode: +v thaytan05:11
*** thaytan has quit IRC05:16
*** thaytan has joined #timvideos05:22
*** ChanServ sets mode: +v thaytan05:22
*** thaytan has quit IRC05:27
*** thaytan has joined #timvideos05:36
*** ChanServ sets mode: +v thaytan05:36
*** Kripton has quit IRC06:35
*** Kripton has joined #timvideos06:36
*** CarlFK has quit IRC06:37
*** sb0 has joined #timvideos06:38
*** CarlFK has joined #timvideos06:43
*** ChanServ sets mode: +v CarlFK06:43
*** thaytan has quit IRC07:28
*** CarlFK has quit IRC07:29
*** thaytan has joined #timvideos07:29
*** ChanServ sets mode: +v thaytan07:29
cr1901_modernmithro: From what I can tell, riscv has only been tested up to the BIOS prompt.07:56
cr1901_modern(Sorry I fell asleep _hard_. Awake now.)07:56
mithrocr1901_modern: I was sure it had been tested before...07:57
cr1901_modernmithro: Well... mmicko got it working on ice40. So there's "prior art" for it working.08:01
cr1901_modernIt just doesn't work w/ our set of gateware :P08:01
mithroSure08:01
cr1901_modernmithro: Adding lm32 fupy to icebreaker as a "sanity" check now08:17
cr1901_modernI imagine you'll be asleep within the hour :P08:17
mithroCorrect08:18
cr1901_modernmithro: Well, I'll just leave a PR and you can merge when you get the chance. I'm going back to riscv fupy once icebreaker has been added in.08:19
*** thaytan has quit IRC08:43
*** thaytan has joined #timvideos08:44
*** ChanServ sets mode: +v thaytan08:44
*** futarisIRCcloud has quit IRC08:46
*** ducky[m]1 has quit IRC09:19
*** jea[m] has quit IRC09:19
*** master1588[m] has quit IRC09:19
*** felix[m] has quit IRC09:19
*** CarlFK[m]1 has quit IRC09:19
*** pzieba[m] has quit IRC09:19
*** micolous[m] has quit IRC09:19
*** jfng has quit IRC09:19
*** xobs1 has quit IRC09:19
*** shivm28[m] has quit IRC09:19
*** nbags[m] has quit IRC09:19
*** synaption[m]1 has quit IRC09:19
*** futaris[m] has quit IRC09:19
*** nrossi has quit IRC09:19
*** nancy[m] has quit IRC09:19
*** CarlFK[m] has joined #timvideos09:30
*** ChanServ sets mode: +v CarlFK[m]09:30
*** jea[m] has joined #timvideos09:52
*** jfng has joined #timvideos09:52
*** xobs has joined #timvideos09:52
*** felix[m]2 has joined #timvideos09:52
*** nrossi has joined #timvideos09:52
*** ducky[m] has joined #timvideos09:52
*** micolous[m] has joined #timvideos09:52
*** shivm28[m] has joined #timvideos09:53
*** nbags[m] has joined #timvideos09:53
*** futaris[m] has joined #timvideos09:53
*** nancy[m] has joined #timvideos09:53
*** pzieba[m] has joined #timvideos09:53
*** master1588[m] has joined #timvideos09:53
*** synaption[m] has joined #timvideos09:53
*** sb0 has quit IRC10:36
daveshah_florent_: playing about trying to get the ULX3S demo to build. But for some reason LiteX is trying to use system gcc rather than lm32-elf-gcc12:05
daveshahI am seeing "as: unrecognized option '-mmultiply-enabled'"12:05
daveshahah, nvm12:21
daveshahI had managed to install binutils in /usr and gcc in /usr/local12:21
daveshahreinstalling binutils in /usr/local fixed it12:21
daveshah_florent_: https://github.com/enjoy-digital/litex/pull/12212:34
tpbTitle: Switch Trellis build to use LPF constraints; working on ULX3S by daveshah1 · Pull Request #122 · enjoy-digital/litex · GitHub (at github.com)12:34
daveshahULX3S does now get to the LiteX BIOS, need to work on the SDRAM now12:35
daveshah"Memtest bus failed: 256/256 errors12:35
daveshahMemtest data failed: 524288/524288 errors12:35
daveshahMemtest addr failed: 8191/8192 errors"12:35
*** rohitksingh_work has quit IRC12:56
cr1901_modernmithro: https://github.com/timvideos/litex-buildenv/pull/9513:07
tpbTitle: platforms: Add icebreaker platform with base target. Micropython boots. by cr1901 · Pull Request #95 · timvideos/litex-buildenv · GitHub (at github.com)13:07
cr1901_moderncc: esden13:08
cr1901_modernThis was the quickest port yet LOL. Took me less than an hour from creating a new file to micropython boot.13:08
*** rohitksingh has quit IRC13:27
daveshahAh, seems the ULX3S SDRAM clock wasn't connected. Let's see if connecting it fixes things...13:28
daveshahGetting a lot closer now13:34
daveshahMemtest data failed: 823/524288 errors13:34
daveshahMemtest addr failed: 14/8192 errors13:34
daveshahMemory initialization failed13:34
daveshahProbably just need to tweak the dodgy lut-phase-shifter13:35
_florent_daveshah: thanks for testing/fixing, yes with the results you have it's probably related to the phase shift13:50
daveshah_florent_: removing the phase shifter altogether and it's almost 100% failure, so yes it's definitely related13:51
daveshahseeing a similar error rate with 10 LUTs in the shifter13:51
daveshahmight just have to wait until PLLs are supported, shouldn't be too long anyway13:52
_florent_daveshah: yes we want wait PLL support13:54
_florent_daveshah: is LPF already integrated in Trellis btw?13:55
daveshah_florent_: it's an open PR13:55
daveshahawaiting review, should be merged by the end of today13:55
daveshahhttps://github.com/YosysHQ/nextpnr/pull/10013:57
tpbTitle: ecp5: Add LPF parser and IO buffer insertion by daveshah1 · Pull Request #100 · YosysHQ/nextpnr · GitHub (at github.com)13:57
_florent_ok, i'll merge the LiteX PR after13:57
*** rohitksingh has joined #timvideos14:16
*** sb0 has joined #timvideos14:26
*** CuriousLearner has joined #timvideos14:31
*** mauz555 has joined #timvideos15:00
nrossiany ideas on how to get litex bios to boot the firmware on the arty/lm32/base target when running in QEMU?15:01
*** rohitksingh has quit IRC15:26
nrossiended up just using net instead of base.16:00
nrossimithro: you asked for OE built litex micropython -> https://gist.github.com/nathanrossi/9f1c2d876622f69386684a2242787e6016:00
tpbTitle: OE runqemu litex micropython · GitHub (at gist.github.com)16:00
*** mauz555 has quit IRC16:01
*** rohitksingh has joined #timvideos16:29
*** samsagaz has joined #timvideos16:45
*** samsagaz has quit IRC16:59
esdencr1901_modern: YEY! Thanks! :D17:28
*** rohitksingh has quit IRC18:02
mithronrossi: Oh cool! Won't have time to look at it until next week probably18:35
*** CarlFK has joined #timvideos22:24
*** ChanServ sets mode: +v CarlFK22:24

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!