*** tpb <[email protected]> has joined #yosys | 00:00 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:78c7:8cee:a373:c4d4> has joined #yosys | 00:53 | |
*** cr1901_ <cr1901_!~cr1901@2601:8d:8600:226:10ec:38f0:e449:b597> has quit IRC (Ping timeout: 252 seconds) | 00:57 | |
*** Aloz1 <Aloz1!~Aloz1@user/Aloz1> has joined #yosys | 02:00 | |
*** Aloz1 <Aloz1!~Aloz1@user/Aloz1> has quit IRC (Remote host closed the connection) | 03:36 | |
*** peepsalot <peepsalot!~peepsalot@openscad/peepsalot> has quit IRC (Quit: Connection reset by peep) | 04:09 | |
*** peepsalot <peepsalot!~peepsalot@openscad/peepsalot> has joined #yosys | 04:18 | |
*** kristianpaul <kristianpaul!~paul@user/kristianpaul> has quit IRC (Read error: Connection reset by peer) | 08:02 | |
*** kristianpaul <kristianpaul!~paul@user/kristianpaul> has joined #yosys | 08:04 | |
*** cr1901_ <cr1901_!~cr1901@2601:8d:8600:226:6d62:dc0d:1e3:2472> has joined #yosys | 08:29 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:78c7:8cee:a373:c4d4> has quit IRC (Ping timeout: 260 seconds) | 08:29 | |
*** lxsameer <lxsameer!~lxsameer@Serene/lxsameer> has joined #yosys | 12:33 | |
*** lxsameer <lxsameer!~lxsameer@Serene/lxsameer> has quit IRC (Ping timeout: 272 seconds) | 13:46 | |
mewt | is there any reasonable way to view a schematic for your yosys output, similar to what Vivado produces? | 15:21 |
---|---|---|
mewt | guessing not, but curious | 15:21 |
mewt | show runs for...a very long time, something like 9 hours now | 15:21 |
jix | show is the only thing we have, for anything that's not tiny you need to use the selection argument to select a smaller part of the design for it to be useful though | 15:25 |
jix | the limitation here is what graphviz (which show uses) can layout in practice | 15:26 |
mewt | right | 15:28 |
jix | there's also https://github.com/nturley/netlistsvg which uses the eclipse layout kernel instead of graphviz, that seems to produce a more schematic like layout than graphviz, but I have never used it and have no idea if it scales better or worse | 15:28 |
mewt | thanks for the answer, I guess I can either select or just look at another way to troubleshoot my design | 15:29 |
jix | somewhat cursed alternative: export the design as structural verilog (write_verilog -noexpr) and load it into vivado (no idea if that would actually give you a usable schematic view) | 15:31 |
mewt | Yeah, I think there's gotta be a better way to do what I'm doing. This was just a potential debugging method | 15:33 |
jix | often I end up using running `show foo/bar %ci2; show foo/bar %ci4; show foo/bar %ci6; ...` to see the input cone of a signal bar in module foo with an increasing depth limit | 15:36 |
*** cr1901_ is now known as cr1901 | 17:23 | |
*** lxsameer <lxsameer!~lxsameer@Serene/lxsameer> has joined #yosys | 17:29 | |
*** FL4SHK <FL4SHK!~fl4shk@2601:486:101:5090::fe2f> has joined #yosys | 19:11 | |
FL4SHK | hey... thanks for the great tooling! | 19:11 |
FL4SHK | It is helping me prove my design | 19:11 |
*** FL4SHK <FL4SHK!~fl4shk@2601:486:101:5090::fe2f> has quit IRC (Quit: WeeChat 4.4.3) | 20:24 | |
*** donald2407 <[email protected]> has joined #yosys | 20:43 | |
*** FL4SHK <FL4SHK!~fl4shk@2601:486:101:5090::fe2f> has joined #yosys | 20:49 | |
*** FL4SHK <FL4SHK!~fl4shk@2601:486:101:5090::fe2f> has quit IRC (Ping timeout: 260 seconds) | 20:54 | |
*** fl4shk <fl4shk!~fl4shk@2601:486:101:5090::5d23> has joined #yosys | 21:08 | |
*** fl4shk is now known as FL4SHK | 21:08 | |
*** lxsameer <lxsameer!~lxsameer@Serene/lxsameer> has quit IRC (Ping timeout: 264 seconds) | 21:51 | |
*** Aloz1 <Aloz1!~Aloz1@user/Aloz1> has joined #yosys | 22:03 | |
*** Aloz1 <Aloz1!~Aloz1@user/Aloz1> has quit IRC (Remote host closed the connection) | 22:10 | |
*** unkraut <[email protected]> has quit IRC (Quit: leaving) | 23:06 | |
*** unkraut <[email protected]> has joined #yosys | 23:08 | |
*** nonchip <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 23:41 | |
*** nonchip <[email protected]> has joined #yosys | 23:41 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!