sb0 changed the topic of #m-labs to: https://m-labs.hk :: Mattermost https://chat.m-labs.hk :: Logs http://irclog.whitequark.org/m-labs
jfng has quit [Remote host closed the connection]
marble[m] has quit [Remote host closed the connection]
jayaura has quit [Read error: Connection reset by peer]
jryans has quit [Write error: Connection reset by peer]
rjo[m] has quit [Remote host closed the connection]
xobs has quit [Remote host closed the connection]
<_whitenotifier> [nmigen] RobertBaruch commented on issue #193: Assert passes when it should fail - https://git.io/fjpQX
<_whitenotifier> [nmigen] whitequark commented on issue #193: Assert passes when it should fail - https://git.io/fjpQM
jayaura has joined #m-labs
<_whitenotifier> [nmigen] RobertBaruch commented on issue #193: Assert passes when it should fail - https://git.io/fjpQF
<_whitenotifier> [nmigen] whitequark commented on issue #193: Assert passes when it should fail - https://git.io/fjpQb
<_whitenotifier> [nmigen] RobertBaruch commented on issue #193: Assert passes when it should fail - https://git.io/fjp7f
<_whitenotifier> [nmigen] RobertBaruch closed issue #193: Assert passes when it should fail - https://git.io/fjpSo
<_whitenotifier> [nmigen] RobertBaruch opened issue #194: I can has Cover? - https://git.io/fjp7J
jfng has joined #m-labs
rjo[m] has joined #m-labs
jryans has joined #m-labs
marble[m] has joined #m-labs
xobs has joined #m-labs
<_whitenotifier> [m-labs/nmigen] whitequark pushed 1 commit to master [+0/-0/±7] https://git.io/fjp7O
<_whitenotifier> [m-labs/nmigen] whitequark 943ce31 - hdl.ast,back.rtlil: implement Cover.
<_whitenotifier> [nmigen] whitequark closed issue #194: I can has Cover? - https://git.io/fjp7J
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/580033114?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. Absolute coverage decreased by -0.01% but relative coverage increased by +8.35% compared to 2e20622 - https://codecov.io/gh/m-labs/nmigen/commit/943ce317af2f6b1afc0d6612d2eb1d1062ec2a88
<_whitenotifier> [nmigen] Success. 88.88% of diff hit (target 80.53%) - https://codecov.io/gh/m-labs/nmigen/commit/943ce317af2f6b1afc0d6612d2eb1d1062ec2a88
<_whitenotifier> [nmigen] Success. Absolute coverage decreased by -0.15% but relative coverage increased by +8.35% compared to 2e20622 - https://codecov.io/gh/m-labs/nmigen/commit/943ce317af2f6b1afc0d6612d2eb1d1062ec2a88
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/580033114?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] RobertBaruch commented on issue #194: I can has Cover? - https://git.io/fjp7K
<_whitenotifier> [nmigen] whitequark commented on issue #194: I can has Cover? - https://git.io/fjp7i
rohitksingh has joined #m-labs
proteusguy has quit [Ping timeout: 244 seconds]
proteusdude has quit [Ping timeout: 268 seconds]
proteusdude has joined #m-labs
proteusguy has joined #m-labs
<_whitenotifier> [nmigen] RobertBaruch opened issue #195: Mapping FSM state to integer, then as index in array of signals? - https://git.io/fjp5P
<_whitenotifier> [nmigen] whitequark commented on issue #195: Mapping FSM state to integer, then as index in array of signals? - https://git.io/fjp51
sb0 has joined #m-labs
rohitksingh has quit [Ping timeout: 276 seconds]
proteusguy has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
<mtrbot-ml> [mattermost] <hartytp> @astro yes I was assuming I’d compile myself and flash with openocd, happy hooking up gdb if there is a need
<mtrbot-ml> [mattermost] <hartytp> @astro okay will test pwm and report back (will be a few days though)
<mtrbot-ml> [mattermost] <hartytp> ADC not converting as in not converting mu to temp or as in not converting input voltage to samples (so not useable yet)?
rohitksingh has quit [Ping timeout: 264 seconds]
mumptai has joined #m-labs
harry has joined #m-labs
harry is now known as harryho
<harryho> whitequark: Hello, I'd like to know if there's an nMigen's equivalent for `migen.fhdl.tracer.get_obj_var_name()`? Thank you!
<mtrbot-ml> [mattermost] <astro> @hartytp no mu to temp, just raw samples
<mtrbot-ml> [mattermost] <hartytp> Aah np that’s fine I’m happy doing that in post analysis for initial hardware trating
<mtrbot-ml> [mattermost] <hartytp> Testing
<mtrbot-ml> [mattermost] <hartytp> Btw how much did you look into ADC configuration (eg optimising filters etc for maximum noise rejection)? I’m assuming you just used defaults as far as possible to get samples out?
<mtrbot-ml> [mattermost] <sb10q> @hartytp that was your part, please give us a list of registers/values to program
<mtrbot-ml> [mattermost] <hartytp> Yes, I just want to make sure I understand what’s been done already
<mtrbot-ml> [mattermost] <hartytp> Btw can I creat an account on m labs git if I want to submit a pr?
<mtrbot-ml> [mattermost] <sb10q> I need to look into the implications of public account creation, but I can give you an account
<mtrbot-ml> [mattermost] <hartytp> Ok, but if we can’t have public accounts on the m-labs git server then I think I’d prefer to host thermostats final fw on gh
<mtrbot-ml> [mattermost] <hartytp> Want our team to be able to spin up prs without faffing
<mtrbot-ml> [mattermost] <sb10q> we can
harryho has quit [Quit: Leaving]
<_whitenotifier> [smoltcp] MabezDev commented on pull request #236: Ipv4 fragmentation refactored - https://git.io/fjpxR
proteusguy has joined #m-labs
<_whitenotifier> [nmigen] RobertBaruch commented on issue #195: Mapping FSM state to integer, then as index in array of signals? - https://git.io/fjheO
<whitequark> harryho: sure. nmigen.tracer.get_var_name, here: https://github.com/m-labs/nmigen/blob/master/nmigen/tracer.py
proteusguy has quit [Ping timeout: 246 seconds]
sb0 has quit [Quit: Leaving]
proteusguy has joined #m-labs
_whitelogger has joined #m-labs
ohsix has quit [Ping timeout: 244 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 244 seconds]
gnufan_home has joined #m-labs
rohitksingh has joined #m-labs
<_whitenotifier> [nmigen] whitequark commented on issue #195: Mapping FSM state to integer, then as index in array of signals? - https://git.io/fjhID
<_whitenotifier> [nmigen] whitequark commented on issue #195: Mapping FSM state to integer, then as index in array of signals? - https://git.io/fjhIy
rohitksingh has quit [Ping timeout: 258 seconds]
mumptai has quit [Quit: Verlassend]
<_whitenotifier> [smoltcp] podhrmic commented on pull request #236: Ipv4 fragmentation refactored - https://git.io/fjhIF
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 258 seconds]
gnufan_home has quit [Quit: Leaving.]
ohsix has joined #m-labs
Getorix has quit [Read error: Connection reset by peer]