<sb0>
seems what is happening is nginx is using the same certificate for all vhosts when connecting via ipv6 for some reason
<whitequark>
ah, i think i know why
<whitequark>
no, i don't.
<sb0>
whitequark: it's using nginx on nixbld now, in case you were looking at the old debian settings
<whitequark>
I was looking at /etc/nginx on lab.m-labs.hk
<sb0>
okay, that's not used anymore
<whitequark>
ah
_whitelogger has joined #m-labs
<rjo>
no idea
rohitksingh_work has quit [Read error: Connection reset by peer]
rohitksingh_work has joined #m-labs
sb0 has quit [Remote host closed the connection]
sb0 has joined #m-labs
<sb0>
found the problem... it was me being dumb
<sb0>
the DNS record contained the v6 address for the old machine, and that machine also had some bits of nginx settings that made it answer (but incorrectly)
<sb0>
i still had in mind the NAT model of IPv4 so I didn't think of that
<sb0>
things should work after the dns updates...
cr1901_modern1 has joined #m-labs
cr1901_modern has quit [Ping timeout: 245 seconds]
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined #m-labs
rohitksingh_wor1 has joined #m-labs
rohitksingh_work has quit [Ping timeout: 246 seconds]
cr1901_modern has quit [Ping timeout: 246 seconds]
cr1901_modern has joined #m-labs
cedric has quit [Ping timeout: 255 seconds]
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
rohitksingh_wor1 has quit [Read error: Connection reset by peer]
<_whitenotifier-1>
[nmigen] anuejn commented on issue #54: Hirarchy of submodules is not obvious from verilog - https://git.io/fjkNq
<_whitenotifier-1>
[nmigen] whitequark commented on issue #54: Hirarchy of submodules is not obvious from verilog - https://git.io/fjkNG
sb0 has quit [Remote host closed the connection]
<_whitenotifier-1>
[nmigen] anuejn commented on issue #53: Creating signals named like verilog keywords produces invalid verilog - https://git.io/fjkNo
<_whitenotifier-1>
[nmigen] anuejn closed issue #53: Creating signals named like verilog keywords produces invalid verilog - https://git.io/fjkXQ
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 246 seconds]
sb0 has joined #m-labs
mb-mlabs has joined #m-labs
<mb-mlabs>
test
<sb0>
test ok
mb-mlabs has quit [Remote host closed the connection]
matterbridge-ml has joined #m-labs
<matterbridge-ml>
test 2
<sb0>
xxx
<_whitenotifier-1>
[nmigen] mithro opened issue #55: Should nMigen check Yosys version? - https://git.io/fjkxp
matterbridge-ml has quit [Remote host closed the connection]
matterbridge-ml has joined #m-labs
<matterbridge-ml>
[mattermost] <sb10q> more testing
<sb0>
great
<_whitenotifier-1>
[nmigen] whitequark commented on issue #55: Should nMigen check Yosys version? - https://git.io/fjkxj
m4ssi has quit [Remote host closed the connection]
mumptai has joined #m-labs
rohitksingh has quit [Remote host closed the connection]
ZirconiumX has joined #m-labs
<ZirconiumX>
Are "newbie experience reports with Migen" okay here? I've been struggling with it quite a bit as a newbie.
<whitequark>
yeah
<ZirconiumX>
So, the documentation seems a bit lacking to me; using https://m-labs.hk/migen/manual/ as a reference, there doesn't appear to be any discussion of some of the things in migen.genlib, such as the divider
<matterbridge-ml>
[mattermost] <jbqubit> jbqubit joined the team.
<ZirconiumX>
I also ran my (pretty basic) ALU under verilator's lint mode and it complained a lot; should I ignore those, are they a bug in Migen or in my code?
balrog has quit [Ping timeout: 245 seconds]
cedric has quit [Ping timeout: 246 seconds]
cedric has joined #m-labs
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has quit [Ping timeout: 246 seconds]
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
balrog has joined #m-labs
<lkcl>
ZirconiumX: are you familiar with python?
<lkcl>
(welcome btw)
<ZirconiumX>
Yeah, I am
<ZirconiumX>
And thank you
<ZirconiumX>
I'm not familiar with hardware dev though :P
<lkcl>
ok cool, so you're used to doing unit tests
<ZirconiumX>
Writing some up right now :P
<lkcl>
i wasn't either. or, i am... however only at the gate level.
<lkcl>
this was back iiin... 1980/1990 :)
<lkcl>
my advice: start *really* small.
mumptai has quit [Quit: Verlassend]
<ZirconiumX>
I'm trying to simulate 74 series chips
<lkcl>
cool!
<ZirconiumX>
The design I'm trying to build from them is a little more involved, though
<lkcl>
well, split them into modules (have a look at e.g. PriorityEncoder as a template)
<lkcl>
aand... where is it... one of the examples...