emeb has quit [Quit: Leaving.]
cr1901_modern1 has joined ##openfpga
cr1901_modern has quit [Ping timeout: 260 seconds]
cr1901_modern has joined ##openfpga
cr1901_modern1 has quit [Ping timeout: 240 seconds]
Bike has quit [Quit: leaving]
jaseg has quit [Ping timeout: 244 seconds]
jaseg has joined ##openfpga
peepsalot has quit [Read error: Connection reset by peer]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
Degi has quit [Ping timeout: 240 seconds]
Degi has joined ##openfpga
genii has quit [Quit: See you soon.]
tpw_rules has quit [Ping timeout: 256 seconds]
tpw_rules has joined ##openfpga
_whitelogger has joined ##openfpga
OmniMancer has joined ##openfpga
hitomi2507 has joined ##openfpga
jeanthom has joined ##openfpga
<TD-Linux> is there a convention for addresses for >8 bit wide buses that can optionally be addressed at byte level (via external selects?)
<TD-Linux> e.g. if I leave in the lowest address bits it makes simulations more readable and gets optimized out anyway, but also is maybe confusing
<tnt> Some bus have byte select masks that are also valid during read cycles (and not just write masks). They're often just ignored during read ...
<TD-Linux> yeah that's the case here
mumptai has joined ##openfpga
Asu has joined ##openfpga
futarisIRCcloud has joined ##openfpga
<sorear> ideally you would support that so that you can interface mmio devices with read side effects without exposing the bus width to software
<tnt> My take on it is that this often take more logic area than it's worth (in fpga at least, but then this is ##openfpga). So all peripherals have to be accessed with native width access only.
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined ##openfpga
<TD-Linux> seems this one wishbone core does output [31:2] ADR_O,
Richard_Simmons2 has joined ##openfpga
Richard_Simmons has quit [*.net *.split]
emily has quit [*.net *.split]
diamondman has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
tannewt has quit [*.net *.split]
ovf has quit [*.net *.split]
Morn_ has quit [*.net *.split]
tnt has quit [*.net *.split]
Morn_ has joined ##openfpga
tnt has joined ##openfpga
tannewt has joined ##openfpga
diamondman has joined ##openfpga
eddyb[legacy] has joined ##openfpga
hitomi2507 has quit [Ping timeout: 246 seconds]
hitomi2507 has joined ##openfpga
emily has joined ##openfpga
ovf has joined ##openfpga
ovf has joined ##openfpga
ovf has quit [Changing host]
ovf has quit [Max SendQ exceeded]
ovf has joined ##openfpga
jeanthom has quit [Ping timeout: 265 seconds]
Bike has joined ##openfpga
mkru has joined ##openfpga
mkru has quit [Client Quit]
genii has joined ##openfpga
X-Scale` has joined ##openfpga
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` is now known as X-Scale
jeanthom has joined ##openfpga
emeb has joined ##openfpga
mkru has joined ##openfpga
mkru has quit [Client Quit]
hitomi2507 has quit [Quit: Nettalk6 - www.ntalk.de]
Thorn has joined ##openfpga
OmniMancer has quit [Quit: Leaving.]
jeanthom has quit [Ping timeout: 272 seconds]
jeanthom has joined ##openfpga
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined ##openfpga
kristianpaul has quit [Ping timeout: 260 seconds]
kristianpaul has joined ##openfpga
mumptai has quit [Quit: Verlassend]
cr1901_modern has quit [Quit: Leaving.]
cr1901_modern has joined ##openfpga
jeanthom has quit [Ping timeout: 272 seconds]
jeanthom has joined ##openfpga
cr1901_modern1 has joined ##openfpga
cr1901_modern has quit [Ping timeout: 258 seconds]
jeanthom has quit [Ping timeout: 272 seconds]
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined ##openfpga
cr1901_modern1 has joined ##openfpga
cr1901_modern has quit [Ping timeout: 240 seconds]
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined ##openfpga
<tnt> Can the analytical placer just hang ? Or is it guaranteeds to finish at some point ?
cr1901_modern1 has joined ##openfpga
cr1901_modern has quit [Ping timeout: 256 seconds]
<daveshah> It will keep iterating until it stops improving, so in theory this could go on a long time but I've never seen that before
<daveshah> If it just hangs with no output then it will be the legaliser unable to find a legal placement, although that should have a timeout now
<tnt> Yeah, it did timeout after about 10m I think.
cr1901_modern1 has quit [Quit: Leaving.]
cr1901_modern has joined ##openfpga
<daveshah> Chances are this is a packer bug
<tnt> I mean the design is pretty full ( 90% ) but still, I've seen more full :p
<daveshah> It may be something like getting stuck in a ripup cycle and not being random enough when it comes to control sets
<daveshah> I think nextpnr needs a control set API so the placer can reason about them better than just trial and error
<tnt> yeah, I suspect that's the issue. I just added a bunch of 'config' registers on a wishbone bus so that's basically a bunch of FF with different enable lines depending on the address ...
<tnt> I need to convince yosys not to use DFFE for those.
<daveshah> Ah yeah Yosys is too good at extracting DFFEs :D
<tnt> disabling dffe made it go through indeed.
<tnt> Not ideal because I'd like just to disable those DFFEs ... and not globally.
<tnt> (because those don't have any logic in front so implementing the enable in the LUT is "free")
<tnt> I might actually try to implement a python pass for nextpnr detecting such DFFE (with passthrough lut in front) and convert them.
<daveshah> It's a bit ugly but you could probably write something like (d & en) | (q & ~en) for the problematic code
<daveshah> I think the xilinx opt_lut pass basically does this
<daveshah> Or is it something else, I'm sure I saw something added to Yosys like this
<tnt> I can try that. I tried q <= (en ? d : q); instead of if (en) q <= d; but that hasn't helpers.
<daveshah> That's the Xilinx code that I think does this
<tnt> interesting. Yeah such a pass for ice40 would be nice for sure.
<tnt> Info: ICESTORM_LC: 5266/ 5280 99%
<tnt> yeah, I need those CE ;p
jeanthom has joined ##openfpga
<tnt> it did actually complete PnR though.
Asu has quit [Remote host closed the connection]
jeanthom has quit [Ping timeout: 272 seconds]
jaseg has quit [Ping timeout: 260 seconds]
jaseg has joined ##openfpga
_whitelogger has joined ##openfpga
peepsalot has joined ##openfpga
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined ##openfpga
genii has quit [Quit: See you soon.]