_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
jeanthom has quit [Ping timeout: 265 seconds]
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #litex
tcal has joined #litex
_whitelogger has joined #litex
jaseg has quit [Ping timeout: 244 seconds]
jaseg has joined #litex
levi has quit [Quit: Connection closed for inactivity]
levi has joined #litex
kgugala has joined #litex
kgugala__ has joined #litex
kgugala_ has quit [Ping timeout: 260 seconds]
kgugala has quit [Ping timeout: 246 seconds]
jeanthom has joined #litex
kgugala__ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
tcal has quit [Quit: Connection closed for inactivity]
CarlFK has joined #litex
jeanthom has quit [Ping timeout: 240 seconds]
<pepijndevos> When I want to add a peripheral to my SoC, do I just copy the target and edit it?
<pepijndevos> The ULX3S platform file covers far from all the available pins. Should I submit a PR for adding more of https://github.com/emard/ulx3s/blob/master/doc/constraints/ulx3s_v20.lpf or just add my own stuff locally?
<tpb> Title: ulx3s/ulx3s_v20.lpf at master · emard/ulx3s · GitHub (at github.com)
<_florent_> pepijndevos: you can import the litex target in your design and create a new SoC based on BaseSoC, for the IOs, if it's not too specific to a project, we can create a PR to add them, otherwise ou can define them in your design and use Platform.add_extension
<pepijndevos> ok
<_florent_> mithro: nice, would you mind asking someone from the Symbiflow team to create a PR to update the Arty target if some of the workarounds are no longer needed?
<pepijndevos> Trying to understand if I can make a SPI master core without a MISO? I'm looking at https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/spi.py and it's not obvious to me how the pads variable relates to the defined signals.
<tpb> Title: litex/spi.py at master · enjoy-digital/litex · GitHub (at github.com)
<pepijndevos> pads.miso = Signal() seems to make it happy... for now
jeanthom has joined #litex
CarlFK has quit [Quit: Leaving.]
HoloIRCUser has joined #litex
jeanthom has quit [Ping timeout: 264 seconds]
<mithro> _florent_: Will do
<pepijndevos> How do I debug my binary seemingly not running at all depending on trivial changes?
jeanthom has joined #litex
<daveshah> If you are using nextpnr, trying different seeds with the same json is a good way to see if the issue is related to P&R
<daveshah> as opposed to something breaking in the netlist or during synthesis
jeanthom has quit [Ping timeout: 260 seconds]
lf has quit [Ping timeout: 260 seconds]
lf has joined #litex
_whitelogger has joined #litex