pepijndevos changed the topic of #apicula to: Project Apicula: bitstream documentation and tooling for Gowin FPGAs https://github.com/YosysHQ/apicula -- logs https://freenode.irclog.whitequark.org/apicula
FabM has joined #apicula
notafile has quit [Quit: killed]
wiizzard has quit [Quit: killed]
_whitelogger has joined #apicula
notafile has joined #apicula
omnitechnomancer has joined #apicula
kprasadvnsi[m] has joined #apicula
wiizzard has joined #apicula
<omnitechnomancer> Lofty: seems I need to submit some fixes to 74xx-liberty
<Lofty> Go ahead
<Lofty> I tweak it a lot, so it's not necessarily in a working state
<omnitechnomancer> it is in a very unworking state
<omnitechnomancer> should probably have a license file too :P
<Lofty> Define "unworking"
<omnitechnomancer> well a few things, the kicad directory makefile has a depend on 74series.lib despite this having been renamed so it will refuse to ever make anything
<Lofty> I don't use the makefile, so I would not have caught that
<omnitechnomancer> and the python script for generating netlists has not been updated for changes to which cells exist
<omnitechnomancer> and also the synth script still references dffsr2dff and dff2dffe which appear to not exist in yosys any longer
<Lofty> Yeah...
<omnitechnomancer> are they necessary anymore?
<Lofty> No, since dfflibmap calls dfflegalize, so it's theoretically not necessary
<omnitechnomancer> ah okay I wondered
<omnitechnomancer> it seemed to work okay just commenting them out
<Lofty> It's a bit of a mess now, but oh well
<omnitechnomancer> :(
<Lofty> Eh, a lot of it is that ABC doesn't understand how to map these cells
<omnitechnomancer> Ah
<omnitechnomancer> I suppose some of them are pretty weird in the context of an asic
<omnitechnomancer> what is the intended input to the ic_count.py script?
<Lofty> omnitechnomancer: output of `stat`
<omnitechnomancer> ah
FabM has quit [Ping timeout: 272 seconds]
<omnitechnomancer> Is the only thing you can do with the generated netlist import it into the pcb layout editor?
kprasadvnsi[m] has quit [Quit: Idle for 30+ days]
daveshah_ has joined #apicula
pepijndevos_ has joined #apicula
pepijndevos has quit [*.net *.split]
daveshah has quit [*.net *.split]
daveshah_ is now known as daveshah
<Lofty> omnitechnomancer: the Yosys output is JSON
<Lofty> So if you can parse the JSON format you can do whatever
<omnitechnomancer> Indeed