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
gsuberland has quit [Remote host closed the connection]
airwoodix7 has joined #m-labs
airwoodix has quit [Ping timeout: 268 seconds]
airwoodix7 is now known as airwoodix
<_whitenotifier-e> [nmigen] RobertBaruch opened issue #276: Is this a bug in vendor/lattice_ice40? - https://git.io/Je1oA
<_whitenotifier-e> [nmigen] RobertBaruch commented on issue #276: Is this a bug in vendor/lattice_ice40? - https://git.io/Je1ox
<_whitenotifier-e> [nmigen] RobertBaruch closed issue #276: Is this a bug in vendor/lattice_ice40? - https://git.io/Je1oA
<_whitenotifier-e> [nmigen] whitequark commented on issue #276: Is this a bug in vendor/lattice_ice40? - https://git.io/Je1KS
_whitelogger has joined #m-labs
_whitelogger has joined #m-labs
proteus-guy has quit [Remote host closed the connection]
proteus-guy has joined #m-labs
en0k has joined #m-labs
ohama has quit [Ping timeout: 240 seconds]
ohama has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 276 seconds]
en0k has quit [Quit: Leaving]
Stormwind_mobile has joined #m-labs
siruf has quit [*.net *.split]
key2 has quit [*.net *.split]
forrestv has quit [*.net *.split]
kaalia has quit [*.net *.split]
kaalia has joined #m-labs
siruf has joined #m-labs
forrestv has joined #m-labs
key2 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
<ZirconiumX> whitequark: Should a wishbone Interface be added as a submodule?
<whitequark> ZirconiumX: it is not an Elaboratable, just a Record
<whitequark> so, no
proteus-guy has quit [Ping timeout: 268 seconds]
proteus-guy has joined #m-labs
<ZirconiumX> whitequark: An endianness convertor seems like a useful thing for nmigen_soc.wishbone.bus
<ZirconiumX> Since Wishbone itself is endianness-agnostic
<whitequark> sure
<ZirconiumX> At risk of bikeshedding a little bit, it seems to me like endianness should be a property of an Interface.
<whitequark> probably, yes
<whitequark> I haven't thought very deeply about it yet
<whitequark> I'm going to look closer into it after cxxsim is done
<ZirconiumX> Sure
<ZirconiumX> I'm also getting a bit confused by dat_r/dat_w. I'm presuming these are meant to be "read from dat_r"/"write to dat_w", but the documentation could be clearer.
<whitequark> these are from the master's point of view
<ZirconiumX> Which means my code has a bug
<ZirconiumX> Because I'm writing a slave.
<whitequark> yes, this is unfortunately a source of bugs
<whitequark> #243 would help this
Stormwind_mobile has quit [Read error: Connection reset by peer]
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 246 seconds]
<ZirconiumX> My code has a state machine driving a state machine driving a state machine. It's state machines all the way downm
<ZirconiumX> -m
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 246 seconds]
Stormwind_mobile has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 252 seconds]
<ZirconiumX> whitequark: https://pastebin.com/7KPjeMNk <--- How'd I fuck up this time?
<whitequark> def elaborate(self, platform):
<whitequark> line 24
<ZirconiumX> ...I'm an idiot. Oh well :P
<ZirconiumX> TIL Quartus has a message suppression file format
<ZirconiumX> ...Tempted to add it to vendor.intel to shut up the unimportant messages
<_whitenotifier-e> [nmigen] ZirconiumX opened pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1dr
<_whitenotifier-e> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/619039772?utm_source=github_status&utm_medium=notification
<_whitenotifier-e> [nmigen] codecov[bot] commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1d9
<_whitenotifier-e> [nmigen] Success. 82.04% remains the same compared to 7df7005 - https://codecov.io/gh/m-labs/nmigen/compare/7df70059d1483677b1c4d24eaed3bac323b32a11...c2cc050b3456c8ece34ed56bf4320becc970d398
<_whitenotifier-e> [nmigen] Success. Coverage not affected when comparing 7df7005...c2cc050 - https://codecov.io/gh/m-labs/nmigen/compare/7df70059d1483677b1c4d24eaed3bac323b32a11...c2cc050b3456c8ece34ed56bf4320becc970d398
<_whitenotifier-e> [nmigen] whitequark commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1dp
<_whitenotifier-e> [nmigen-boards] ZirconiumX opened pull request #37: mister: fix SD card typo - https://git.io/Je1Fn
<_whitenotifier-e> [nmigen-boards] whitequark closed pull request #37: mister: fix SD card typo - https://git.io/Je1Fn
<_whitenotifier-e> [m-labs/nmigen-boards] whitequark pushed 1 commit to master [+0/-0/±1] https://git.io/Je1F4
<_whitenotifier-e> [m-labs/nmigen-boards] ZirconiumX d70a8d6 - mister: fix SD card typo
<_whitenotifier-e> [nmigen] ZirconiumX commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1FE
<_whitenotifier-e> [nmigen] ZirconiumX commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1F6
<_whitenotifier-e> [nmigen] whitequark commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1FX
<_whitenotifier-e> [nmigen] ZirconiumX commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1FM
<_whitenotifier-e> [nmigen] whitequark commented on pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1F7
<_whitenotifier-e> [nmigen] ZirconiumX synchronize pull request #277: vendor.intel: silence meaningless warnings - https://git.io/Je1dr
<_whitenotifier-e> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/619058115?utm_source=github_status&utm_medium=notification
<_whitenotifier-e> [nmigen] Success. Coverage not affected when comparing 7df7005...66e3ae9 - https://codecov.io/gh/m-labs/nmigen/compare/7df70059d1483677b1c4d24eaed3bac323b32a11...66e3ae926c23c6ee344924e33a5bef4605387cb1
<_whitenotifier-e> [nmigen] Success. 82.04% remains the same compared to 7df7005 - https://codecov.io/gh/m-labs/nmigen/compare/7df70059d1483677b1c4d24eaed3bac323b32a11...66e3ae926c23c6ee344924e33a5bef4605387cb1
<_whitenotifier-e> [nmigen] Success. The Travis CI build passed - https://travis-ci.org/m-labs/nmigen/builds/619058115?utm_source=github_status&utm_medium=notification
<_whitenotifier-e> [nmigen] RobertBaruch opened issue #278: A little help with defining platform pins? - https://git.io/Je1NW
Stormwind_mobile has joined #m-labs