cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #yosys
FabM has quit [Ping timeout: 248 seconds]
FabM has joined #yosys
FabM has joined #yosys
kristianpaul has quit [Ping timeout: 246 seconds]
kristianpaul has joined #yosys
cr1901_ has joined #yosys
cr1901 has quit [Read error: Connection reset by peer]
nelgau has joined #yosys
nelgau_ has quit [Ping timeout: 260 seconds]
emeb_mac has joined #yosys
<nonchip>
(how) can i coerce yosys into making me a multi-page pdf despite that being neither "ps" nor "dot"?
<nonchip>
and also, how can i tell it to show submodules as their own pages? i can either get it to make me multiple pages of submodules and one giant page of everything "unrolled", or only the latter if i specify the top module, but i'd like the submodules to be on separate pages while keeping their "blackboxes" in the top one
ec has joined #yosys
cr1901_ is now known as cr1901
emeb has joined #yosys
<lofty>
nonchip: you have to go via dot.
<lofty>
So, output as dot, use graphviz's dot to output to PDF.
<lofty>
For the submodules, I think one would have to use select syntax for this; probably `N:foo` to select module `foo`