Thorn has quit [Read error: Connection reset by peer]
Thorn has joined #yosys
emeb_mac has quit [Ping timeout: 248 seconds]
proteusguy has quit [Ping timeout: 272 seconds]
adjtm has joined #yosys
adjtm has quit [Remote host closed the connection]
adjtm has joined #yosys
adjtm_ has joined #yosys
adjtm has quit [Read error: Connection reset by peer]
adjtm has joined #yosys
adjtm_ has quit [Ping timeout: 246 seconds]
rrika has quit [Ping timeout: 248 seconds]
rrika has joined #yosys
_whitelogger has joined #yosys
lutsabound has joined #yosys
adjtm_ has joined #yosys
adjtm has quit [Ping timeout: 248 seconds]
Stroboko1p has joined #yosys
pie_ has quit [Ping timeout: 276 seconds]
pie_ has joined #yosys
pie_ has quit [Remote host closed the connection]
pie_ has joined #yosys
pie_ has quit [Remote host closed the connection]
pie_ has joined #yosys
Cerpin has joined #yosys
cr1901 has quit [Quit: Leaving.]
cr1901 has joined #yosys
adjtm has joined #yosys
adjtm_ has quit [Remote host closed the connection]
adjtm has quit [Read error: Connection reset by peer]
adjtm has joined #yosys
adjtm has quit [Quit: Leaving]
adjtm has joined #yosys
Jybz has joined #yosys
Jybz has quit [Quit: Konversation terminated!]
adjtm has quit [Quit: Leaving]
cr1901 has quit [Quit: Leaving.]
cr1901 has joined #yosys
citypw has quit [Ping timeout: 244 seconds]
anuejn has quit [Quit: No Ping reply in 180 seconds.]
tnt has quit [Ping timeout: 248 seconds]
tnt has joined #yosys
vup has quit [Ping timeout: 272 seconds]
vup has joined #yosys
vup has quit [Remote host closed the connection]
vup has joined #yosys
vup has quit [Client Quit]
vup has joined #yosys
proteusguy has joined #yosys
emeb_mac has joined #yosys
lutsabound has quit [Quit: Connection closed for inactivity]
perryprog has joined #yosys
<perryprog>
Hi. I know this is a potentially bad question, but I would like to visualize my verilog code as logic gates only. I'm wondering what the best way to do this is. Is something like https://github.com/nturley/netlistsvg the best way to go, or is there a nicer way?
<tpb>
Title: GitHub - nturley/netlistsvg: draws an SVG schematic from a JSON netlist (at github.com)
<perryprog>
i.e. when I currently do something like load...; synth; show I get a somewhat messy visualization with a lot of extra clutter. I would like to see the raw sequential logic with a more "standard" schematic for lack of a better word. Or even better, the ability to open up the circuit in Kicad to mess around with it futher.
<ZirconiumX>
perryprog: I think pepijndevos_ got an importer to work for Yosys to KiCad
<ZirconiumX>
perryprog: fundamentally though, Yosys doesn't work like a normal schematic
<perryprog>
Hm, that's what I expected. It would be very cool to go from HDL to gate logic in a nice manner. Thanks for the help!
<ZirconiumX>
Hah, you're talking to the person who *literally did just that*