electronic_eel has quit [Ping timeout: 260 seconds]
electronic_eel has joined #glasgow
_whitelogger has joined #glasgow
bvernoux1 has joined #glasgow
bvernoux has quit [Ping timeout: 265 seconds]
_whitelogger has joined #glasgow
oeuf has quit [Ping timeout: 246 seconds]
Qyriad has quit [Ping timeout: 244 seconds]
sorear has quit [Ping timeout: 272 seconds]
cqc_ has quit [Ping timeout: 260 seconds]
russss has quit [Ping timeout: 244 seconds]
evck_ has quit [Ping timeout: 272 seconds]
alanvgreen has quit [Ping timeout: 272 seconds]
ktemkin has quit [Ping timeout: 272 seconds]
kc8apf has quit [Ping timeout: 272 seconds]
carlomaragno has quit [Ping timeout: 240 seconds]
englishm has quit [Ping timeout: 240 seconds]
analprolapse has quit [Ping timeout: 240 seconds]
lukego has quit [Ping timeout: 246 seconds]
flammit has quit [Ping timeout: 260 seconds]
emilazy has quit [Ping timeout: 260 seconds]
jacob| has quit [Ping timeout: 260 seconds]
yuriks has quit [Ping timeout: 272 seconds]
esden has quit [Ping timeout: 240 seconds]
eddyb[legacy] has quit [Ping timeout: 240 seconds]
deanforbes has quit [Ping timeout: 260 seconds]
Cynthia has quit [Ping timeout: 272 seconds]
nmolo has quit [Ping timeout: 268 seconds]
key2 has quit [Ping timeout: 268 seconds]
_florent_ has quit [Ping timeout: 272 seconds]
cqc_ has joined #glasgow
lukego has joined #glasgow
jacob| has joined #glasgow
evck_ has joined #glasgow
kc8apf has joined #glasgow
ktemkin has joined #glasgow
key2 has joined #glasgow
flammit has joined #glasgow
deanforbes has joined #glasgow
sorear has joined #glasgow
yuriks has joined #glasgow
russss has joined #glasgow
esden has joined #glasgow
Cynthia has joined #glasgow
Qyriad has joined #glasgow
nmolo has joined #glasgow
englishm has joined #glasgow
emilazy has joined #glasgow
analprolapse has joined #glasgow
eddyb[legacy] has joined #glasgow
_florent_ has joined #glasgow
carlomaragno has joined #glasgow
alanvgreen has joined #glasgow
bvernoux has joined #glasgow
bvernoux1 has quit [Ping timeout: 256 seconds]
cqc_ has quit [Ping timeout: 272 seconds]
cqc_ has joined #glasgow
lukego has quit [Read error: Connection reset by peer]
lukego has joined #glasgow
bvernoux has quit [Ping timeout: 260 seconds]
_whitelogger has joined #glasgow
bvernoux has joined #glasgow
oeuf has joined #glasgow
ender| has quit [Remote host closed the connection]
Foxyloxy has quit [Quit: Leaving]
Foxyloxy has joined #glasgow
FFY00 has quit [Read error: Connection reset by peer]
ender| has joined #glasgow
bvernoux has quit [Read error: Connection reset by peer]
bvernoux1 has joined #glasgow
ender| has quit [Quit: Bydgoszcz = bid GOSH-CH (City in Poland. I straight up admit to choosing it just to cause panic in my audiobook narrator. To English-speaking eyes those four consonants at the end look alarming.)— Kevin Hearne: Staked]
FFY00 has joined #glasgow
ender| has joined #glasgow
<d1b2>
<Attie> i'm nost of the way through converting the UART applet to nMigen...
<d1b2>
<Attie> but i noticed that the auto baud doesn't appear to work
<d1b2>
<Attie> (same for before my changes)
<d1b2>
<Attie> there aren't many commits that touch it, are we content that it works?
<d1b2>
<Attie> /worked
<whitequark>
it should be functional...
<whitequark>
how are you checking it?
Foxyloxy has quit [Quit: Leaving]
bvernoux1 has quit [Quit: Leaving]
<d1b2>
<Attie> I'm using an FTDI (C232HD-DDHSP-0 / 3.3v), which is an FT232H internally
<d1b2>
<Attie> let me setup again
Foxyloxy has joined #glasgow
<d1b2>
<Attie> picocom -b 115200 /dev/ttyUSB1 / glasgow run uart -b 115200 -V 3.3 tty works fine
<d1b2>
<Attie> picocom -b 115200 /dev/ttyUSB1 / glasgow run uart -a -V 3.3 tty gets nothing in either direction
<whitequark>
i'm working on more important things at the moment; there's nothing obvious i can see
<whitequark>
maybe try bisecting?
<d1b2>
<Attie> sure, np
<whitequark>
i'm fairly certain autobaud worked the last time i tried
<d1b2>
<Attie> seems it's been broken since 7fdac59...
<d1b2>
<Attie> moving the write_register(use_auto) to after the claim_interface() call in run() seems to resolve some of it, but them we get an auto-detected baudrate of 48MHz
<d1b2>
<Attie> (i'll investigate, no need to respond / support)
<d1b2>
<Attie> oh... is the applet reset handled inside claim_interface()?