*** tpb has joined #tomu | 00:00 | |
*** emeb has quit IRC | 00:01 | |
*** ademski has quit IRC | 00:14 | |
*** _stew_ has quit IRC | 01:41 | |
*** _stew_ has joined #tomu | 01:42 | |
*** rohitksingh has joined #tomu | 01:49 | |
*** rohitksingh has quit IRC | 01:56 | |
*** rohitksingh has joined #tomu | 01:59 | |
*** rohitksingh has quit IRC | 03:29 | |
*** rohitksingh has joined #tomu | 03:30 | |
*** im-tomu has left #tomu | 06:28 | |
*** im-tomu has joined #tomu | 06:29 | |
*** im-tomu has left #tomu | 06:30 | |
*** im-tomu has joined #tomu | 06:31 | |
*** tpb has joined #tomu | 07:41 | |
*** rohitksingh has quit IRC | 07:58 | |
MadHacker | xobs: Out of curiosity, was the packaging all mouser-y for yours too? Wondered where they'd ship it from for Singapore. :) | 08:04 |
---|---|---|
*** rohitksingh has joined #tomu | 08:05 | |
xobs | MadHacker: They did! It shipped from Texas. | 08:16 |
MadHacker | My 2nd order hasn't shipped yet (but probably will soon), but the last one was shipped from Germany. | 08:19 |
MadHacker | Seems like they're making good use of Mouser's distribution network. | 08:19 |
xobs | Odd. I didn't know they had a distribution point there. | 08:19 |
MadHacker | ... think I mean Germany. Fairly sure. Might have been benelux, I'll check when I get home. | 08:19 |
MadHacker | Inside europe, definitely. | 08:20 |
xobs | It'd be nice if I could avoid having to first ship to the US. But apparently they don't have that set up yet. | 08:20 |
xobs | Anyway! I've been quiet here lately because I've been working on documenting stuff. And trying to fit an MMU in. But mostly documenting stuff. | 08:22 |
xobs | The current release candidate for the next version of Foboot (and the associated SoC) is at https://rm.fomu.im/. | 08:22 |
tpb | Title: Documentation for Fomu Bootloader Fomu Bootloader documentation (at rm.fomu.im) | 08:22 |
MadHacker | Hm, now I look at the tracking, it's weirder. They used Mouser europe's address on the packaging, but the actual shipping when I check through the paperwork is Fedex from Grand Prairie. So I'm wrong about the distribution. | 08:23 |
MadHacker | I think that's about avoiding EU import duties; if it's "from" an EU company, no VAT on crossing the border, presumably. | 08:23 |
MadHacker | I know I didn't end up paying any import duty on it on arrival. | 08:24 |
MadHacker | Aaaanyway. | 08:24 |
xobs | In addition to register maps (which were there before), it now has module-level documentation (https://rm.fomu.im/usb.html#usb-device-tri-fifo), sub-module-level documentation (https://rm.fomu.im/usb.html#usb-wishbone-debug-protocol), and interrupts (https://rm.fomu.im/interrupts.html) | 08:24 |
tpb | Title: USB Fomu Bootloader documentation (at rm.fomu.im) | 08:24 |
MadHacker | xobs: Re documentation, Thank you for your service. | 08:24 |
MadHacker | :D | 08:24 |
xobs | MadHacker: You're welcome! | 08:24 |
xobs | Now if anyone knows any good way to render memory maps, I'm open to suggestions. | 08:25 |
MadHacker | Interactively, or just as a tagged up table? | 08:26 |
xobs | The issue I see with a table is that the memory map is nonlinear, and so takes some finessing to get right. | 08:26 |
*** rohitksingh has quit IRC | 08:26 | |
xobs | I guess a table is what Freescale used in the i.MX6... | 08:27 |
xobs | I'm looking for a way to make something like this (appropriately enough from the Tomu MCU RM) | 08:29 |
* xobs uploaded an image: image.png (93KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/ZQCXahbrXIfpSqqYoshXHLTG > | 08:30 | |
MadHacker | Find some old 1980s computer manuals and copy the design used there? Most of those that I remember used a roughly standard size for 1KB chunks, but with a minimum for smaller areas and a maximum for large areas (with a "broken bar" effect to indicate it was trimmed down) | 08:30 |
MadHacker | Hm, that's pretty nice. | 08:30 |
MadHacker | http://www.martin-demling.de/2011/06/memory-maps-in-latex-using-the-bytefield-package/ does the simple ones, I guess. | 08:31 |
tpb | Title: Creating memory maps in LaTeX using the {bytefield} package (update x2) | Martin Demlings Blog (at www.martin-demling.de) | 08:31 |
MadHacker | Trying to find a heirarchical one like you have there. I'd use d3 for it if I were rendering in browser, maybe, but for something static I'm not sure. | 08:31 |
futarisIRCcloud | Litex documention in Latex generated on a Litex machine | 08:32 |
xobs | Yeah, I wonder if I could just abuse the wavedrom `reg` package by a lot. | 08:32 |
MadHacker | Hm, what does yosys use when it's outputting diagrams again? | 08:34 |
MadHacker | It had some tolerably tidy table-ish structures with links between for LUTs. | 08:34 |
xobs | I'm not sure, but Wavedrom seems to be the gold standard. I'll see what they say about adding support for it. | 08:37 |
xobs | MadHacker: That's a good find for the latex command. | 08:41 |
*** CarlFK has left #tomu | 08:53 | |
ovf | yosys just generates some dot (graphviz) code: https://github.com/YosysHQ/yosys/blob/master/passes/cmds/show.cc | 09:30 |
tpb | Title: yosys/show.cc at master · YosysHQ/yosys · GitHub (at github.com) | 09:30 |
ovf | e.g. https://edotor.net/#graph%20%7B%0A%20%20%20a%20%5Bshape%3Drecord%2Clabel%3D%22hello%20world%20%7C%7B%20b%20%7C%7Bc%7Cd%7Ce%7D%7C%20f%7D%7C%20g%20%7C%20h%22%5D%3B%0A%7D | 09:40 |
tpb | Title: Edotor — Your Favorite Online Graphviz Editor (at edotor.net) | 09:40 |
*** kamil_r has joined #tomu | 09:41 | |
*** ademski has joined #tomu | 12:41 | |
*** emeb has joined #tomu | 13:52 | |
*** kamil_r has quit IRC | 14:11 | |
*** CarlFK has joined #tomu | 16:04 | |
*** mifune has quit IRC | 16:45 | |
*** mifune has joined #tomu | 16:57 | |
*** rohitksingh has joined #tomu | 18:34 | |
*** rohitksingh has quit IRC | 18:43 | |
*** rohitksingh has joined #tomu | 18:48 | |
*** rohitksingh has quit IRC | 19:31 | |
*** rohitksingh has joined #tomu | 19:35 | |
*** rohitksingh has quit IRC | 19:52 | |
*** rohitksingh has joined #tomu | 19:55 | |
*** rohitksingh has quit IRC | 21:00 | |
*** rohitksingh has joined #tomu | 21:34 | |
*** CarlFK has quit IRC | 21:37 | |
*** ademski has quit IRC | 21:48 | |
*** rohitksingh has quit IRC | 22:32 | |
*** emeb has quit IRC | 23:25 | |
*** xantoz has quit IRC | 23:36 | |
*** ademski has joined #tomu | 23:38 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!