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
harryho has quit [Remote host closed the connection]
harryho has joined #m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
sb0 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
harryho has quit [Remote host closed the connection]
sb0 has quit [Quit: Leaving]
mtrbot-ml has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
larsc_ has joined #m-labs
larsc has quit [Ping timeout: 245 seconds]
mtrbot-ml_ has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
early has quit [Ping timeout: 240 seconds]
early has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 264 seconds]
m4ssi has joined #m-labs
<_whitenotifier> [m-labs/nmigen] whitequark pushed 2 commits to master [+0/-0/±7] https://git.io/Jel8o
<_whitenotifier> [m-labs/nmigen] whitequark d72d4a5 - hdl.ast: Value.{wrap→cast}
<_whitenotifier> [m-labs/nmigen] whitequark 7ff4c6c - hdl.ast: simplify enum handling.
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596548719?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.5% (+0.16%) compared to 9fe27a1 - https://codecov.io/gh/m-labs/nmigen/commit/7ff4c6ce4314eb8f3e7d69db8f3f723342e77c5f
<_whitenotifier> [nmigen] Success. 88.88% of diff hit (target 82.33%) - https://codecov.io/gh/m-labs/nmigen/commit/7ff4c6ce4314eb8f3e7d69db8f3f723342e77c5f
<_whitenotifier> [nmigen] Success. Absolute coverage decreased by -0.01% but relative coverage increased by +6.55% compared to 9fe27a1 - https://codecov.io/gh/m-labs/nmigen/commit/7ff4c6ce4314eb8f3e7d69db8f3f723342e77c5f
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596548719?utm_source=github_status&utm_medium=notification
<_whitenotifier> [m-labs/nmigen] whitequark pushed 1 commit to master [+0/-0/±4] https://git.io/Jel4U
<_whitenotifier> [m-labs/nmigen] whitequark fa1e466 - hdl.ast: Operator.{op→operator}
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596556767?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.51% (+0.19%) compared to 7ff4c6c - https://codecov.io/gh/m-labs/nmigen/commit/fa1e466a654543ba6803690a18f53ac38683bc65
<_whitenotifier> [nmigen] Success. 96.72% of diff hit (target 82.31%) - https://codecov.io/gh/m-labs/nmigen/commit/fa1e466a654543ba6803690a18f53ac38683bc65
<_whitenotifier> [nmigen] Success. Absolute coverage decreased by -<.01% but relative coverage increased by +14.4% compared to 7ff4c6c - https://codecov.io/gh/m-labs/nmigen/commit/fa1e466a654543ba6803690a18f53ac38683bc65
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596556767?utm_source=github_status&utm_medium=notification
<_whitenotifier> [m-labs/nmigen] whitequark pushed 1 commit to master [+0/-0/±16] https://git.io/Jel4G
<_whitenotifier> [m-labs/nmigen] whitequark db960e7 - Consistently use {!r}, not '{!r}' in diagnostics.
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596560820?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.51% (+0.19%) compared to fa1e466 - https://codecov.io/gh/m-labs/nmigen/commit/db960e7c30f7ac66893af4a026a4515162ce5613
<_whitenotifier> [nmigen] Failure. 67.74% of diff hit (target 82.31%) - https://codecov.io/gh/m-labs/nmigen/commit/db960e7c30f7ac66893af4a026a4515162ce5613
<_whitenotifier> [nmigen] Success. 82.31% remains the same compared to fa1e466 - https://codecov.io/gh/m-labs/nmigen/commit/db960e7c30f7ac66893af4a026a4515162ce5613
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596560820?utm_source=github_status&utm_medium=notification
alexhw has quit [Ping timeout: 250 seconds]
<key2> how do I declare a Signal.range(0, 4) with a reset value ?
<key2> in nMigen
<whitequark> key2: I'm about to deprecate that method in like 5 minutes
<whitequark> and it will be Signal(range(0, 4), reset=1)
<key2> aha
<whitequark> the reason is
<whitequark> you might want to use Signal.range in a Record
<whitequark> and right now there is no way to do that
<whitequark> in a Layout*
<whitequark> key2: done
<_whitenotifier> [m-labs/nmigen] whitequark pushed 2 commits to master [+0/-0/±15] https://git.io/JelRC
<_whitenotifier> [m-labs/nmigen] whitequark 6aabdc0 - hdl.ast: add an explicit Shape class, included in prelude.
<_whitenotifier> [m-labs/nmigen] whitequark 706bfaf - hdl.ast: deprecate Signal.{range,enum}.
<_whitenotifier> [nmigen] whitequark closed issue #225: Reconsider Signal.range() and Signal.enum() - https://git.io/Jesl5
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596595931?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.53% (+0.22%) compared to db960e7 - https://codecov.io/gh/m-labs/nmigen/commit/706bfaf5e18515c4c9e1baa05b7344f2dfabed7a
<_whitenotifier> [nmigen] Success. 86.66% of diff hit (target 82.31%) - https://codecov.io/gh/m-labs/nmigen/commit/706bfaf5e18515c4c9e1baa05b7344f2dfabed7a
alexhw has joined #m-labs
<_whitenotifier> [nmigen] Success. 82.47% (+0.16%) compared to db960e7 - https://codecov.io/gh/m-labs/nmigen/commit/706bfaf5e18515c4c9e1baa05b7344f2dfabed7a
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596595931?utm_source=github_status&utm_medium=notification
<_whitenotifier> [m-labs/nmigen] whitequark pushed 2 commits to master [+0/-0/±13] https://git.io/JelR5
<_whitenotifier> [m-labs/nmigen] whitequark a658cb2 - hdl.ast: deprecate shapes like `(1, True)` in favor of `signed(1)`.
<_whitenotifier> [m-labs/nmigen] whitequark b90687c - Rename remaining `wrap` methods to `cast`.
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596604004?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.56% (+0.08%) compared to 706bfaf - https://codecov.io/gh/m-labs/nmigen/commit/b90687c988385ebfccbe2dc06dd8799361fc1c11
<_whitenotifier> [nmigen] Success. 93.75% of diff hit (target 82.47%) - https://codecov.io/gh/m-labs/nmigen/commit/b90687c988385ebfccbe2dc06dd8799361fc1c11
<_whitenotifier> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/596604004?utm_source=github_status&utm_medium=notification
<_whitenotifier> [nmigen] Success. 82.51% (+0.03%) compared to 706bfaf - https://codecov.io/gh/m-labs/nmigen/commit/b90687c988385ebfccbe2dc06dd8799361fc1c11
<_whitenotifier> [nmigen-boards] whitequark reviewed pull request #33 commit - https://git.io/JelEu
<_whitenotifier> [m-labs/nmigen-boards] whitequark pushed 3 commits to master [+0/-0/±6] https://git.io/JelEp
<_whitenotifier> [m-labs/nmigen-boards] whitequark 25e247c - resources: add conn= argument to every factory.
<_whitenotifier> [m-labs/nmigen-boards] whitequark 44fdd4f - [breaking-change] mercury: update leftover user_btn resources.
<_whitenotifier> [m-labs/nmigen-boards] whitequark bd9877f - [breaking-change] icebreaker: update leftover user_* resources.
<_whitenotifier> [nmigen-boards] whitequark commented on pull request #33: Add DE10-Nano-based MiSTer - https://git.io/Jeluv
bradbqc64 has joined #m-labs
bradbqc64 has quit [Remote host closed the connection]
bradbqc is now known as bradbqc_mobile
bradbqc has joined #m-labs
<bradbqc> rjo: once I create the interface do I need to do anything to expose it to the sandbox?
m4ssi has quit [Remote host closed the connection]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 265 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
bradbqc_mobile has quit [Quit: Connection closed for inactivity]
rohitksingh has quit [Ping timeout: 250 seconds]
<rjo> bradbqc: i'm not that versed in docker. maybe network interfaces are passed through.
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
Stary has quit [Quit: ZNC - http://znc.in]
Stary has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
gnufan_home has joined #m-labs
_whitelogger has joined #m-labs
<bradbqc> rjo: this isn't docker, this is the nixos sandbox that vivado is in
gnufan_home has quit [Quit: Leaving.]