ChanServ changed the topic of #glasgow to: glasgow interface explorer · code https://github.com/GlasgowEmbedded/glasgow · logs https://freenode.irclog.whitequark.org/glasgow · discord https://1bitsquared.com/pages/chat · production https://www.crowdsupply.com/1bitsquared/glasgow · no ETAs at the moment
_whitelogger has joined #glasgow
PyroPeter_ has joined #glasgow
PyroPeter has quit [Ping timeout: 240 seconds]
PyroPeter_ is now known as PyroPeter
electronic_eel has quit [Ping timeout: 246 seconds]
electronic_eel has joined #glasgow
lxdr has quit [Quit: Ping timeout (120 seconds)]
lxdr has joined #glasgow
FFY00 has quit [Ping timeout: 272 seconds]
FFY00 has joined #glasgow
_whitelogger has joined #glasgow
_whitelogger has joined #glasgow
futarisIRCcloud has joined #glasgow
Stormwind_mobile has quit [Ping timeout: 265 seconds]
tomtastic_ is now known as tomtastic
Stormwind_mobile has joined #glasgow
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
bvernoux has joined #glasgow
<_whitenotifier-f> [glasgow] samlittlewood synchronize pull request #185: Add applet for programming/reading TI/Chipcon 8051 based radios: CC111x, CC251x, CC253x, & CC254x - https://git.io/JvB6W
intrepidnomad has joined #glasgow
<intrepidnomad> Hello
<d1b2> <Attie> o/
<intrepidnomad> Hows the project coming along?
<whitequark> revC2 prototypes are out for qualification and firmware dev, if that goes well, it'll go into production
<intrepidnomad> d supply?
<intrepidnomad> amazing, cresting the hill at last. Still planning on funding the first run on crowd supply?
<whitequark> I think esden does, yes
intrepidnomad has quit [Quit: leaving]
<sorear> what’s the firmware difference between C1 and C2?
<whitequark> different ADC
samlittlewood has joined #glasgow
<electronic_eel> sorear: the new ADC in revC2 can not only do voltage measurement, but also current measurement and overcurrent shutoff fully done in hardware
<d1b2> <Attie> @whitequark - i'm working on converting i2c_initiator to nmigen... can you guide me on the old nmigen.compat.genlib.cdc.MultiReg, and what it becomes?
<d1b2> <Attie> i'll look through the history to see if I can figure it out
<d1b2> <Attie> ahh, sorry... ignore me. == FFSynchronizer
<d1b2> <Attie> don't know why I missed it on my first look
<d1b2> <Attie> oh, brilliant - thanks!
<d1b2> <Attie> is there a direct migration for FSM.before_entering() / FSM.after_entering()? https://github.com/GlasgowEmbedded/glasgow/blob/master/software/glasgow/gateware/i2c.py#L383
<d1b2> <Attie> ... might ask in #nmigen too
<whitequark> Attie: there isn't
<d1b2> <Attie> okay
<d1b2> <Attie> in this case i'll make a PR for just the i2c_initiator applet, and i'll stash my work on gateware/i2c.py for later?
<d1b2> <Attie> or should I think about alternate options?
<d1b2> <Attie> FSM.before_entering() could be handled with an intermediate state?
<whitequark> stash sounds good, i don't quite have enough time to get into that particular issue rn
<d1b2> <Attie> np
<Lofty> Okay, so, apropos of nothing: here's wasmtime==0.21 benchmarks
<Lofty> PS> Measure-Command {yowasp-yosys -V} <--- TotalMilliseconds : 37457.383
<Lofty> PS> Measure-Command {yowasp-yosys -V} # the second time <--- TotalMilliseconds : 625.4713
<d1b2> <Attie> oo, nice!
<Lofty> In other words: compile time is down to a quarter of 0.20
<Lofty> And startup latency is halved
<Lofty> whitequark: ^