sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
ylamarre has joined #m-labs
<sb0>
_florent_, in litesata, RXLPMEN is not a "RX Margin Analysis port"
sandeepkr has quit [Read error: Connection reset by peer]
sandeepkr has joined #m-labs
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 258 seconds]
rohitksingh has joined #m-labs
kuldeep_ is now known as kuldeep
rohitksingh has quit [Quit: Leaving.]
balrog has quit [Ping timeout: 246 seconds]
balrog has joined #m-labs
ylamarre1 has joined #m-labs
balrog has quit [Ping timeout: 276 seconds]
balrog has joined #m-labs
ylamarre has quit [Ping timeout: 272 seconds]
ylamarre1 has quit [Quit: ylamarre1]
mumptai has quit [Remote host closed the connection]
mumptai has joined #m-labs
bhamilton has joined #m-labs
bhamilton has quit [Remote host closed the connection]
bhamilton has joined #m-labs
<cr1901_modern>
sb0: In migen, if I decorated a combinational Case statement with a CEInserter, and if chip-enable was not asserted, the signals affected by the case statement would take on their reset values. Is this correct?
bhamilton has quit [Remote host closed the connection]
<attie>
cr1901_modern: clock enable only affects sync statements, I don't think decorating a case would change anything at all
<cr1901_modern>
Oh I thought CE meant Chip enable... ._.
<cr1901_modern>
but yes, that makes more sense
<cr1901_modern>
In any case, I'll just use a Mux to force a default case if conditions aren't met
<cr1901_modern>
attie: ^^ Thanks. Basically I screwed up lol
<sb0>
you can encapsulate the "case" in a "if" for doing that
<cr1901_modern>
okay, thanks
FelixVi has joined #m-labs
sandeepkr_ has joined #m-labs
sandeepkr has quit [Ping timeout: 240 seconds]
kuldeep has quit [Ping timeout: 252 seconds]
ylamarre has joined #m-labs
kuldeep has joined #m-labs
kuldeep_ has joined #m-labs
sandeepkr__ has joined #m-labs
kuldeep has quit [Ping timeout: 244 seconds]
sandeepkr_ has quit [Ping timeout: 260 seconds]
<FelixVi>
Hi, would anybody have suggestions why jtagspi can't enable write on a LX45 in openocd? Loading bitfiles as well as writing to a flash on an LX9 works fine
<FelixVi>
In xilinx_bscan_spi.py, what's the purpose of *pullups in the package definitions? Can those cause problems if not configured properly?
<FelixVi>
Signals to the flash are there, but I'm still getting the same error
stekern has quit [*.net *.split]
acathla has quit [*.net *.split]
cyrozap has quit [*.net *.split]
cyrozap has joined #m-labs
stekern has joined #m-labs
acathla has joined #m-labs
<FelixVi>
rjo, I went through jtagspi.c and uncommented some of your debug output statements and ran it again
<FelixVi>
rjo, that's what is in your openocd branch
<FelixVi>
I'm not sure what you were doing when you wrote the config for different ics, but it looks like you started with 0x100 for all of them and then edited the ones you ended up using
<FelixVi>
it was just a bit confusing because there's no note that page size is a parameter that the user needs to change