clifford changed the topic of #yosys to: Yosys Open SYnthesis Suite: http://www.clifford.at/yosys/ -- Channel Logs: https://irclog.whitequark.org/yosys
tpb has quit [Remote host closed the connection]
tpb has joined #yosys
<ananan> nvm, turned out my top module was broken and that this was just a side effect
emeb has quit [Quit: Leaving.]
<az0re> Any ideas why I get "free(): invalid pointer" in the SigChunk destructor (called from the destructor for std::vector<SigChunk>)?
<az0re> All the SigChunks are constructed from SigSpecs, like "if (sigspec.is_wire()) return SigChunk(sigspec.as_wire()); else if (sigspec.is_fully_const()) return SigChunk(sigspec.as_const());"
citypw has joined #yosys
kraiskil has quit [Read error: Connection reset by peer]
craigo has quit [Ping timeout: 272 seconds]
Degi has quit [Ping timeout: 265 seconds]
Degi_ has joined #yosys
Degi_ is now known as Degi
m_w has quit [Ping timeout: 256 seconds]
FFY00 has quit [Ping timeout: 246 seconds]
FFY00 has joined #yosys
m_w has joined #yosys
<awygle> are there changes i could make to my logic to ease the burden on the nextpnr router? constructs it particularly hates or anything?
mwk has quit [Ping timeout: 264 seconds]
<pepijndevos> I think I have a bit different sleep schedule than mwk...
minicom has quit [Ping timeout: 264 seconds]
<tnt> awygle: less wires / more timing margin so it can move stuff around ?
m4ssi has joined #yosys
m4ssi has quit [Remote host closed the connection]
dys has quit [Ping timeout: 244 seconds]
mwk has joined #yosys
emeb_mac has quit [Quit: Leaving.]
dys has joined #yosys
jakobwenzel has joined #yosys
Asu has joined #yosys
<Lofty> awygle: you might have to manually retime your logic
<Lofty> nextpnr seems to really benefit from retiming, but neither Yosys nor nextpnr perform it at present
minicom has joined #yosys
<daveshah> Reducing fanout can sometimes help, too
craigo has joined #yosys
m_w has quit [Ping timeout: 264 seconds]
X-Scale` has joined #yosys
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
X-Scale` has joined #yosys
X-Scale has quit [Ping timeout: 264 seconds]
X-Scale` is now known as X-Scale
_whitelogger has joined #yosys
dys has quit [Ping timeout: 256 seconds]
craigo has quit [Quit: Leaving]
craigo has joined #yosys
dys has joined #yosys
dys has quit [Ping timeout: 256 seconds]
dys has joined #yosys
N2TOH has quit [Ping timeout: 264 seconds]
adjtm has joined #yosys
jakobwenzel has quit [Remote host closed the connection]
az0re has quit [Remote host closed the connection]
lansiir has joined #yosys
oldtopman has quit [Ping timeout: 240 seconds]
FL4SHK has quit [Ping timeout: 240 seconds]
FL4SHK has joined #yosys
X-Scale has quit [Ping timeout: 244 seconds]
X-Scale has joined #yosys
maartenBE has quit [Ping timeout: 256 seconds]
Asu has quit [Read error: Connection reset by peer]
Asu has joined #yosys
maartenBE has joined #yosys
adjtm has quit [Quit: Leaving]
kraiskil has joined #yosys
adjtm has joined #yosys
dys has quit [Ping timeout: 256 seconds]
emeb has joined #yosys
adjtm has quit [Remote host closed the connection]
adjtm has joined #yosys
az0re has joined #yosys
citypw has quit [Ping timeout: 240 seconds]
bzztploink has quit [Quit: Leaving]
bzztploink has joined #yosys
adjtm has quit [Ping timeout: 264 seconds]
adjtm has joined #yosys
kraiskil has quit [Ping timeout: 256 seconds]
<tnt> When I have a "synthesis script" that starts with "yosys -import", how am I supposed to execute it ? Doesn't seem like either using the -c or -s option work.
<daveshah> That is a Tcl script
<daveshah> yosys -import moves Yosys commands into tcl space so they can be called directly rather than being prefixed by yosys
kraiskil has joined #yosys
kraiskil has quit [Ping timeout: 244 seconds]
Jybz has joined #yosys
Jybz has quit [Client Quit]
FFY00 has quit [Ping timeout: 256 seconds]
FFY00 has joined #yosys
cr1901_modern has quit [Read error: Connection reset by peer]
cr1901_modern has joined #yosys
smkz has quit [Quit: smkz]
smkz has joined #yosys
<tnt> daveshah: ah thanks, I'll try that. I might have screwed up the first time around.
emeb_mac has joined #yosys
m4ssi has joined #yosys
Nazara has quit [Quit: ZNC - http://znc.in]
Nazara has joined #yosys
Asu has quit [Remote host closed the connection]
m4ssi has quit [Remote host closed the connection]
<emeb> Banging on some ice40 up5k stuff and it seems that the LED current driver pins RGB[2:0] are swapped around - regardless of what I put in the .pcf file, RGB0 always drives pin 39 and RGB2 always drives pin 41.
<emeb> (on the sg48 pkg)