Bertl is now known as Bertl_zZ
proteusguy has quit [Ping timeout: 272 seconds]
_whitelogger has joined #symbiflow
proteusguy has joined #symbiflow
_whitelogger has joined #symbiflow
OmniMancer has joined #symbiflow
<tpb> Title: prjxray/fuzzers/018-clb-ram at master · SymbiFlow/prjxray · GitHub (at github.com)
_whitelogger has joined #symbiflow
Bertl_zZ is now known as Bertl
<tpb> Title: GitHub - Wren6991/asciiwave: Turn WaveDrom timing diagrams into ASCII art (at github.com)
proteusguy has quit [Remote host closed the connection]
<mithro> duck2: ping?
<duck2> mithro: hello
<mithro> duck2: Just reminding you about our GSoC Mentor+Student meeting tonight?
<mithro> duck2: Wondering how your weekly report is going?
<duck2> mithro: i'm writing the report currently, shouldn't take long
<mithro> duck2: Great!
<tpb> Title: Support MDIO with LiteEth · Issue #37 · renode/renode · GitHub (at github.com)
<mithro> duck2: When you have written it, please share it with me so I can take a look
<duck2> mithro: ok
<sf-slack2> <mgielda> @me1 thanks
acomodi has quit [Quit: Connection closed for inactivity]
OmniMancer has quit [Quit: Leaving.]
butta has joined #symbiflow
butta has quit [Client Quit]
proteusguy has joined #symbiflow
proteusguy has quit [Remote host closed the connection]
proteusguy has joined #symbiflow
alexhw has quit [Remote host closed the connection]
<tpb> Title: vtr-verilog-to-routing/physical_types.h at master · verilog-to-routing/vtr-verilog-to-routing · GitHub (at github.com)
<duck2> mithro: I answered in https://docs.google.com/document/d/1GK7VX8aIBzE9rJXEk1AsYQAQus0wUt9SfyFBSEnPLrc/edit . (It sucks that google docs doesn't support code.)
<tpb> Title: difference.md - Google Docs (at docs.google.com)
Bertl is now known as Bertl_oO
ChanServ has quit [shutting down]
ChanServ has joined #symbiflow
<litghost> @hackerfoo/@elms: I've found another case where multiple FASM features need to be emitted on a mux, thinking about implementing: https://gist.github.com/litghost/e67519928c3f15a3b7258c448589bfea
<tpb> Title: gist:e67519928c3f15a3b7258c448589bfea · GitHub (at gist.github.com)
<litghost> Thoughts?
<hackerfoo> That works.
<hackerfoo> Another more verbose option is to just use multiple lines: SLICE_FF.Q[0] : AFF.ZRST\n SLICE_FF.Q[0] : AFF.ZINI\n SLICE_FF.Q[0] : LATCH\n
<hackerfoo> It might be easier to parse.
nonlinear has quit [Quit: The Lounge - https://thelounge.github.io]
<elms> litghost: I'm fine with that. other option is `|` to represent ORing the features, but perhaps a list is best
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<hackerfoo> `&` would be more logical, but either could cause confusion.