<Marex> ZirconiumX: quartus really makes me wanna hang myself when working with CV
<Marex> ZirconiumX: it crunches for minutes only to discover a typo in top.v ...
azonenberg_work has joined ##openfpga
azonenberg_work has quit [Ping timeout: 265 seconds]
rohitksingh has joined ##openfpga
rohitksingh has quit [Ping timeout: 260 seconds]
dx has quit [Remote host closed the connection]
mickdermack has quit [Ping timeout: 265 seconds]
Sprite_t1 has quit [Ping timeout: 260 seconds]
BeerSerc has quit [Ping timeout: 264 seconds]
Bike has quit [Quit: Lost terminal]
Sprite_tm has joined ##openfpga
emily has quit [Ping timeout: 248 seconds]
CounterPillow has quit [Remote host closed the connection]
dx has joined ##openfpga
emily has joined ##openfpga
CounterPillow has joined ##openfpga
BeerSerc has joined ##openfpga
genii has quit [Quit: Morning comes early.... GO LEAFS GO!]
ZirconiumX has quit [Ping timeout: 260 seconds]
ZirconiumX has joined ##openfpga
dh73 has quit [Quit: Leaving.]
laintree has joined ##openfpga
lain has quit [Ping timeout: 268 seconds]
laintree is now known as lain
X-Scale` has joined ##openfpga
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
____ has joined ##openfpga
X-Scale` has joined ##openfpga
X-Scale has quit [Ping timeout: 268 seconds]
X-Scale` is now known as X-Scale
OmniMancer has joined ##openfpga
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
sgstair has quit [Read error: Connection reset by peer]
sgstair has joined ##openfpga
<tnt> Does anyone know if clock gating in FPGA has a significant power gain if the actuall FFs that are clocked are not actually toggling ? (i.e. it's a long arithmetic data path but all data inputs are forced to 0 when inactive)
<keesj> I don't
Asu has joined ##openfpga
sgstair_ has joined ##openfpga
Asuu has joined ##openfpga
Asu has quit [Ping timeout: 268 seconds]
sgstair has quit [Ping timeout: 265 seconds]
rohitksingh has joined ##openfpga
<daveshah> My gut feeling is that clock gating is going to only really save the global clock tree power usage, the majority of power usage would be logic which wouldn't be consuming anything significant if it isn't toggling
<daveshah> looking at Diamond Power Calculator, at 100MHz and 25% activity factor; 5000 LUTs and 1000 FFs would use 0.03W (which you would already save just by not toggling); whereas the clock network would use 0.008W (which gating would save too)
<tnt> daveshah: yeah, that's sort of what I was thinking. And the issue is I can't shutdown _all_ the logic, which mean during the active phase, I'd have to use two clock networks (one for the always on clock and one for the gated one) which might just defeat the whole point ...
Bob_Dole has quit [Read error: Connection reset by peer]
ZombieChicken has joined ##openfpga
sgstair_ has quit [Read error: Connection reset by peer]
cr1901_modern has quit [Quit: Leaving.]
sgstair_ has joined ##openfpga
cr1901_modern has joined ##openfpga
sgstair_ is now known as sgstair
sgstair_ has joined ##openfpga
futarisIRCcloud has joined ##openfpga
<cpresser> leakage-current and tunnel-current also are quite significant factors to overall current draw of a chip. its not just the logic toggling
<cpresser> some arm m0+ cores i have been working with have switches for the clock and power
sgstair has quit [Ping timeout: 265 seconds]
<cpresser> but that does not answer the initial question, on how big the impact of just clock-gating is. doh.
sgstair has joined ##openfpga
sgstair_ has quit [Ping timeout: 265 seconds]
rohitksingh has quit [Ping timeout: 245 seconds]
Bob_Dole has joined ##openfpga
azonenberg_work has joined ##openfpga
s_frit has quit [Remote host closed the connection]
s_frit has joined ##openfpga
freemint has joined ##openfpga
azonenberg_work has quit [Ping timeout: 260 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
<bluezinc> azonenberg: The phase offset is only in your head. Sine waves don't have hair.
<tnt> cpresser: yeah, the device exist, it's deployed, like the only thing I can change is the gateware on it ...
azonenberg_work has joined ##openfpga
azonenberg_work has quit [Quit: Leaving.]
azonenberg_work has joined ##openfpga
____ has quit [Quit: Nettalk6 - www.ntalk.de]
emeb has joined ##openfpga
OmniMancer has quit [Quit: Leaving.]
azonenberg_work has quit [Ping timeout: 260 seconds]
<mangelis> hi, anyone know which ulx3s-bin bitstream should be used for 85f?
<mangelis> according to this https://github.com/emard/ulx3s-bin/issues/4 the readme is outdated
dh73 has joined ##openfpga
genii has joined ##openfpga
freemint has quit [Ping timeout: 245 seconds]
freemint has joined ##openfpga
rohitksingh has joined ##openfpga
<tnt> _florent_: ping ?
<_florent_> tnt: hi
<tnt> _florent_: I'm trying to understand why RGMII works in your demo, because AFAICT, TX shouldn't :p
<tnt> From everything I got so far, there shouldn't be any delay in the phy (i.e. clk edge should be aligned with data edges) because the PHY defaults to the RGMII 'delayed' mode where it expects setup time of -0.9 ns and 2.9ns hold times.
<tnt> Do you change the phy settings via mdio ?
<_florent_> tnt: it's probably a bit of luck here, i did a very quick test and should indeed adjust the timings. I only got the first PHY working, i should try with 0 delay on the second one
<_florent_> tnt: i'm using the default settings of the PHY
X-Scale` has joined ##openfpga
<tnt> And you're resetting the PHY ? (I figured maybe the default bitstream also might change the phy config before you load your own bitstream via jtag).
<tnt> I only have the B50610 datasheet, not the B50612, but I figured, they're probably the same ...
rohitksingh has quit [Ping timeout: 268 seconds]
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
<_florent_> yes i'm resetting the PHY at startup
<tnt> Also, interesting is that MDIO has a 10k pullup. But MDC doesn't look like it has one.
<tnt> (at least on my board)
<tnt> From looking at LiteEthPHYMDIO, that seems expected, nevermind.
<_florent_> tnt: i can probably easily dump the phy registers over mdio if that can be useful
<tnt> _florent_: yeah, that would be useful to confirm things at least.
<_florent_> tnt: ok, i'll try to do it (but tomorrow)
<tnt> Ok great. I just had a look and the default bitstream does do some writes to the PHYs.
<tnt> Only writes to "Reserved" registers ...
mumptai has joined ##openfpga
Bob_Dole has quit [Ping timeout: 260 seconds]
m_w has joined ##openfpga
Maylay has quit [Ping timeout: 272 seconds]
rohitksingh has joined ##openfpga
Hoernchen has joined ##openfpga
Jybz has joined ##openfpga
rohitksingh has quit [Ping timeout: 258 seconds]
rohitksingh has joined ##openfpga
Jybz has quit [Quit: Konversation terminated!]
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined ##openfpga
rohitksingh has quit [Ping timeout: 240 seconds]
azonenberg_work has joined ##openfpga
azonenberg_work has quit [Ping timeout: 260 seconds]
Bird|otherbox has quit [Ping timeout: 265 seconds]
Bird|otherbox has joined ##openfpga
<pie_[bnc]> u h nevermind i think they figured it out
<pie_[bnc]> gruetzkopf: do you have any idea what an LCU or GSU is?
<jn__> looks like car stuff
<pie_[bnc]> the connector is called MPX
<cpresser> its a RC connector. MPX is for multiplex, the company that used them. https://en.wikipedia.org/wiki/Multiplex_Modellsport
* cpresser has them on the quadcopter. they have 6 pins, so you can do 3x2 for BLCD motors
rohitksingh has joined ##openfpga
<tnt> _florent_: I just tested and at least on my board I must not put any tx delay. If I do I get a lot of corrupted/dropped packets.
rohitksingh has quit [Ping timeout: 265 seconds]
<_florent_> tnt: ok thanks, i'll do more tests tomorrow with and without tx delay
mumptai has quit [Quit: Verlassend]
Asuu has quit [Quit: Konversation terminated!]
freeemint has joined ##openfpga
freemint has quit [Ping timeout: 248 seconds]
freeemint has quit [Remote host closed the connection]
freeemint has joined ##openfpga
freeemint has quit [Remote host closed the connection]
freeemint has joined ##openfpga
freeemint has quit [Remote host closed the connection]
freemint has joined ##openfpga
Bike has joined ##openfpga
freemint has quit [Remote host closed the connection]
freemint has joined ##openfpga