Friday, 2020-07-03

*** tpb has joined #yosys00:00
ananannvm, turned out my top module was broken and that this was just a side effect00:04
*** emeb has quit IRC00:28
az0reAny ideas why I get "free(): invalid pointer" in the SigChunk destructor (called from the destructor for std::vector<SigChunk>)?01:04
az0reAll 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());"01:13
*** citypw has joined #yosys01:34
*** kraiskil has quit IRC01:34
*** craigo has quit IRC01:35
*** Degi has quit IRC01:47
*** Degi_ has joined #yosys01:47
*** Degi_ is now known as Degi01:47
*** m_w has quit IRC02:30
*** FFY00 has quit IRC02:35
*** FFY00 has joined #yosys02:35
*** m_w has joined #yosys02:36
awygleare there changes i could make to my logic to ease the burden on the nextpnr router? constructs it particularly hates or anything?03:40
*** mwk has quit IRC04:11
pepijndevosI think I have a bit different sleep schedule than mwk...05:58
*** minicom has quit IRC06:21
tntawygle: less wires / more timing margin so it can move stuff around ?06:23
*** m4ssi has joined #yosys06:38
*** m4ssi has quit IRC07:05
*** dys has quit IRC07:09
*** mwk has joined #yosys07:10
*** emeb_mac has quit IRC07:11
*** dys has joined #yosys07:25
*** jakobwenzel has joined #yosys07:28
*** Asu has joined #yosys08:05
Loftyawygle: you might have to manually retime your logic09:12
Loftynextpnr seems to really benefit from retiming, but neither Yosys nor nextpnr perform it at present09:14
*** minicom has joined #yosys09:15
daveshahReducing fanout can sometimes help, too09:28
*** craigo has joined #yosys09:31
*** m_w has quit IRC10:21
*** X-Scale` has joined #yosys10:25
*** X-Scale has quit IRC10:25
*** X-Scale` is now known as X-Scale10:25
*** X-Scale` has joined #yosys10:33
*** X-Scale has quit IRC10:33
*** X-Scale` is now known as X-Scale10:33
*** _whitelogger has quit IRC10:48
*** _whitelogger has joined #yosys10:50
*** dys has quit IRC11:03
*** craigo has quit IRC11:09
*** craigo has joined #yosys11:15
*** dys has joined #yosys11:18
*** dys has quit IRC11:58
*** dys has joined #yosys12:37
*** N2TOH has quit IRC13:21
*** adjtm has joined #yosys14:03
*** jakobwenzel has quit IRC14:33
*** az0re has quit IRC15:20
*** lansiir has joined #yosys15:25
*** oldtopman has quit IRC15:25
*** FL4SHK has quit IRC15:25
*** FL4SHK has joined #yosys15:25
*** X-Scale has quit IRC15:29
*** X-Scale has joined #yosys15:38
*** maartenBE has quit IRC15:43
*** Asu has quit IRC15:45
*** Asu has joined #yosys15:46
*** maartenBE has joined #yosys15:47
*** adjtm has quit IRC16:02
*** kraiskil has joined #yosys16:33
*** adjtm has joined #yosys16:48
*** dys has quit IRC16:58
*** emeb has joined #yosys17:06
*** adjtm has quit IRC17:13
*** adjtm has joined #yosys17:14
*** az0re has joined #yosys17:14
*** citypw has quit IRC17:17
*** bzztploink has quit IRC17:48
*** bzztploink has joined #yosys17:48
*** adjtm has quit IRC18:12
*** adjtm has joined #yosys18:29
*** kraiskil has quit IRC18:38
tntWhen 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.18:56
daveshahThat is a Tcl script19:03
daveshahyosys -import moves Yosys commands into tcl space so they can be called directly rather than being prefixed by yosys19:04
*** kraiskil has joined #yosys19:06
*** kraiskil has quit IRC19:16
*** Jybz has joined #yosys19:18
*** Jybz has quit IRC19:18
*** FFY00 has quit IRC19:28
*** FFY00 has joined #yosys19:28
*** cr1901_modern has quit IRC19:39
*** cr1901_modern has joined #yosys19:42
*** smkz has quit IRC19:54
*** smkz has joined #yosys19:56
tntdaveshah: ah thanks, I'll try that. I might have screwed up the first time around.20:07
*** emeb_mac has joined #yosys20:44
*** m4ssi has joined #yosys21:43
*** Nazara has quit IRC22:08
*** Nazara has joined #yosys22:10
*** Asu has quit IRC22:16
*** m4ssi has quit IRC22:20
emebBanging 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.23:44
emeb(on the sg48 pkg)23:44

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