_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
lf has quit [Ping timeout: 268 seconds]
lf_ has joined #litex
<a314> daveshah: yep timing is met, running at 25mhz and nexpnr approves it to 100+mhz
<a314> having a similar problem now - running with my own wishbone master and CSRs are acting up
<a314> if i place a CSR at address 0, it works fine
<a314> but if i add a second one at address 0x10, i can't access it
<a314> Specifically seems to be the UART CSR that's the problem
<a314> guessing it has something to do wit paging (am directly instantiating the CSRBankArray and Interconnect and Wishbone2CSR
<a314> but not sure how to fix it
shorne_ has quit [Ping timeout: 265 seconds]
Degi has quit [Ping timeout: 260 seconds]
Degi has joined #litex
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #litex
FFY00 has quit [Ping timeout: 268 seconds]
FFY00 has joined #litex
kgugala has joined #litex
kgugala_ has quit [Read error: Connection reset by peer]
st-gourichon-fid has quit [Read error: Connection reset by peer]
st-gourichon-fid has joined #litex
indy has quit [Read error: No route to host]
indy has joined #litex
lkcl has quit [Ping timeout: 258 seconds]
lkcl has joined #litex
peeps[zen] has joined #litex
peepsalot has quit [Ping timeout: 260 seconds]
peeps[zen] has quit [Ping timeout: 272 seconds]
peepsalot has joined #litex
<acathla> How is it possible that just one simple comb line takes 194 LC on an iCE40?!
<acathla> self.comb += self.IR0_phy.rx.rx_enable.eq(~self.IR0_phy.tx.tx_busy | ~self.IR0._conf.fields.echo_cancel)
<acathla> that's just a sig.eq(~sig1 | ~sig2)
<daveshah> How are you calculating?
<acathla> daveshah, I just compare the results given by...yosys I guess,
<daveshah> Between what though?
<acathla> with the line and without the line
<daveshah> That might affect other optimisation decisions
<acathla> Ok...
<daveshah> e.g. the self.IR0_phy.tx.tx_busy or self.IR0._conf.fields.echo_cancel logic cones might be removed if nothing else uses them
<acathla> ok, I'll remove those super expensive registers then...
SpaceCoaster_ has quit [Ping timeout: 272 seconds]
SpaceCoaster has joined #litex
SpaceCoaster has quit [Ping timeout: 265 seconds]
Melkhior has quit [Ping timeout: 245 seconds]
SpaceCoaster has joined #litex
SpaceCoaster has quit [Read error: Connection reset by peer]
SpaceCoaster_ has joined #litex
CarlFK has quit [Quit: Leaving.]
SpaceCoaster_ has quit [Read error: Connection reset by peer]
SpaceCoaster has joined #litex