Getorix has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
airwoodix3 has joined #m-labs
airwoodix has quit [Ping timeout: 240 seconds]
airwoodix3 is now known as airwoodix
Stary has joined #m-labs
proteus-guy has quit [Ping timeout: 258 seconds]
Stormwind_mobile has quit [Ping timeout: 248 seconds]
Stormwind_mobile has joined #m-labs
harryho has joined #m-labs
<cr1901_modern>
sb10q: I'm cleaning up my todoist, and I have a number of migen issues I documented there that I never got around to fixing. Even if they are WONTFIXes, do you object if I open issues for them (and maybe fix some of them if I get the time)?
Getorix has joined #m-labs
<mtrbot-ml>
[mattermost] <sb10q> you can open issues, why not?
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 260 seconds]
rohitksingh has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
_whitelogger has joined #m-labs
<_whitenotifier-5>
[nmigen] whitequark commented on issue #285: Making Instance with clock compatible with EnableInserter - https://git.io/JebAO
<mtrbot-ml>
[mattermost] <sb10q> no idea why that appeared, also tried older versions of openocd/gdb scripts that used to work, the issue persists
Dar1us has quit [Ping timeout: 248 seconds]
Dar1us has joined #m-labs
Stormwind_mobile has quit [Ping timeout: 265 seconds]
Stormwind_mobile has joined #m-labs
harryho has quit [Quit: Leaving]
electronic_eel has quit [Ping timeout: 260 seconds]
electronic_eel_ has joined #m-labs
electronic_eel_ has quit [Ping timeout: 240 seconds]
electronic_eel has joined #m-labs
jfng has quit [Quit: killed]
rjo has quit [Quit: killed]
marble[m] has quit [Quit: killed]
jryans has quit [Quit: killed]
synaption[m] has quit [Quit: killed]
xobs has quit [Quit: killed]
<ZirconiumX>
whitequark: if I wanted to donate an SPI interface to nMigen, would that go in nmigen-stdio?
<whitequark>
yes
<mtrbot-ml>
[mattermost] <sb10q> ZirconiumX: basically yes, but it should be a low-level layer only (only expose SPI control signals and without e.g. CSRs which go somewhere else)
<mtrbot-ml>
[mattermost] <sb10q> you may also want to coordinate with @harryho who's been working on SPI flash support also
<whitequark>
keep in mind that I'm still working out conventions for cores in nmigen-stdio so it can take quite a bit of time and changes for it to be merged
<ZirconiumX>
What I have at the moment is essentially a glorified shift register attached to a small FSM to transfer it
<ZirconiumX>
I'm trying to drive an SD card here, so it's not quite the same as SPI flash
_whitelogger has joined #m-labs
<mtrbot-ml>
[mattermost] <rikstarmans> Hey all, I have some questions I am trying to connect the main clock to the instance SB_PLL40_PAD. This requires me to request the main clock which results in the same issue outlined here https://freenode.irclog.whitequark.org/m-labs/2019-09-08.. "ResourceError: Resource clk12#0 has already been requested "
<whitequark>
does your design have multiple clock domains, or do you just want to use PLL to have a single domain with a higher frequency?
<mtrbot-ml>
[mattermost] <rikstarmans> How do I circumvent this problem? It was pointed out that I should give my clock domain the 'sync` name: `cd_pll = ClockDomain(jsync') . This doesn't work at all..
Stormwind_mobile has quit [Ping timeout: 248 seconds]
<mtrbot-ml>
[mattermost] <rikstarmans> in the end it only uses one clock domain... the result from SB_PLL40_PAD