Monday, 2020-11-02

*** tpb has joined #litex00:00
*** lf has quit IRC00:08
*** lf_ has joined #litex00:08
a314daveshah: yep timing is met, running at 25mhz and nexpnr approves it to 100+mhz00:57
a314having a similar problem now - running with my own wishbone master and CSRs are acting up00:58
a314if i place a CSR at address 0, it works fine00:58
a314but if i add a second one at address 0x10, i can't access it00:58
a314Specifically seems to be the UART CSR that's the problem01:08
a314guessing it has something to do wit paging (am directly instantiating the CSRBankArray and Interconnect and Wishbone2CSR01:11
a314but not sure how to fix it01:11
*** shorne_ has quit IRC02:37
*** Degi has quit IRC02:41
*** Degi has joined #litex02:42
*** TMM has quit IRC06:09
*** TMM has joined #litex06:09
*** FFY00 has quit IRC07:48
*** FFY00 has joined #litex07:49
*** kgugala has joined #litex08:11
*** kgugala_ has quit IRC08:11
*** st-gourichon-fid has quit IRC09:12
*** st-gourichon-fid has joined #litex09:12
*** indy has quit IRC11:07
*** indy has joined #litex11:08
*** lkcl has quit IRC11:29
*** lkcl has joined #litex11:30
*** peeps[zen] has joined #litex12:04
*** peepsalot has quit IRC12:05
*** peeps[zen] has quit IRC13:04
*** peepsalot has joined #litex13:39
acathlaHow is it possible that just one simple comb line takes 194 LC on an iCE40?!13:45
acathlaself.comb += self.IR0_phy.rx.rx_enable.eq(~self.IR0_phy.tx.tx_busy | ~self.IR0._conf.fields.echo_cancel)13:45
acathlathat's just a sig.eq(~sig1 | ~sig2)13:45
daveshahHow are you calculating?13:51
acathladaveshah, I just compare the results given by...yosys I guess,13:54
daveshahBetween what though?13:54
acathlawith the line and without the line13:54
daveshahThat might affect other optimisation decisions13:54
acathlaOk...13:55
daveshahe.g.  the self.IR0_phy.tx.tx_busy or self.IR0._conf.fields.echo_cancel logic cones might be removed if nothing else uses them13:55
acathlaok, I'll remove those super expensive registers then...13:56
*** SpaceCoaster_ has quit IRC16:38
*** SpaceCoaster has joined #litex16:47
*** SpaceCoaster has quit IRC17:04
*** Melkhior has quit IRC17:07
*** SpaceCoaster has joined #litex17:36
*** SpaceCoaster has quit IRC17:47
*** SpaceCoaster_ has joined #litex17:47
*** CarlFK has quit IRC18:30
*** SpaceCoaster_ has quit IRC22:41
*** SpaceCoaster has joined #litex22:41

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!