tpb has quit [Remote host closed the connection]
tpb has quit [Remote host closed the connection]
tpb has joined #litex
tpb has joined #litex
lkcl has quit [Ping timeout: 264 seconds]
lkcl has quit [Ping timeout: 264 seconds]
HoloIRCUser2 has joined #litex
HoloIRCUser2 has joined #litex
HoloIRCUser has quit [Ping timeout: 240 seconds]
HoloIRCUser has quit [Ping timeout: 240 seconds]
lkcl has joined #litex
lkcl has joined #litex
lf has quit [Ping timeout: 244 seconds]
lf has quit [Ping timeout: 244 seconds]
lf has joined #litex
lf has joined #litex
lkcl has quit [Ping timeout: 264 seconds]
lkcl has quit [Ping timeout: 264 seconds]
lkcl has joined #litex
lkcl has joined #litex
Degi_ has joined #litex
Degi_ has joined #litex
Degi_ is now known as Degi
Degi_ is now known as Degi
Degi has quit [Ping timeout: 240 seconds]
futarisIRCcloud has joined #litex
futarisIRCcloud has joined #litex
lkcl has quit [Ping timeout: 240 seconds]
lkcl has quit [Ping timeout: 240 seconds]
lkcl has joined #litex
lkcl has joined #litex
Bertl_oO is now known as Bertl_zZ
Bertl_oO is now known as Bertl_zZ
lkcl has quit [Ping timeout: 240 seconds]
lkcl has quit [Ping timeout: 240 seconds]
lkcl has joined #litex
lkcl has joined #litex
lkcl has quit [Ping timeout: 256 seconds]
lkcl has quit [Ping timeout: 256 seconds]
lkcl has joined #litex
lkcl has joined #litex
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
rozpruwacz has joined #litex
rozpruwacz has joined #litex
scientes_ has quit [Ping timeout: 240 seconds]
scientes_ has quit [Ping timeout: 240 seconds]
RaivisR_ has joined #litex
RaivisR_ has joined #litex
HoloIRCUser2 has quit [Read error: Connection reset by peer]
HoloIRCUser2 has quit [Read error: Connection reset by peer]
HoloIRCUser1 has joined #litex
HoloIRCUser1 has joined #litex
RaivisR has quit [Ping timeout: 256 seconds]
RaivisR has quit [Ping timeout: 256 seconds]
lkcl has quit [Ping timeout: 240 seconds]
lkcl has quit [Ping timeout: 240 seconds]
HoloIRCUser1 has quit [Ping timeout: 272 seconds]
HoloIRCUser1 has quit [Ping timeout: 272 seconds]
lkcl has joined #litex
lkcl has joined #litex
FFY00_ has quit [Ping timeout: 244 seconds]
FFY00_ has quit [Ping timeout: 244 seconds]
FFY00_ has joined #litex
FFY00_ has joined #litex
lkcl has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 260 seconds]
lkcl has joined #litex
lkcl has joined #litex
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #litex
_whitelogger_ has joined #litex
rozpruwacz has quit [Ping timeout: 245 seconds]
rozpruwacz has quit [Ping timeout: 245 seconds]
rozpruwacz has joined #litex
rozpruwacz has joined #litex
st-gourichon-fid has joined #litex
st-gourichon-fid has joined #litex
Bertl_zZ is now known as Bertl
Bertl_zZ is now known as Bertl
Melkhior has quit [Quit: Connection closed]
Melkhior has quit [Quit: Connection closed]
<
keesj>
is there an example of include some verilog code, perffably I would like a wishbone slave where I can instanciate my module
<
keesj>
is there an example of include some verilog code, perffably I would like a wishbone slave where I can instanciate my module
<
keesj>
I did find litex_read_verilog (to read convert to python) but from memory there was also some "include" possibilites
<
keesj>
I did find litex_read_verilog (to read convert to python) but from memory there was also some "include" possibilites
<
acathla>
keesj, find an example with something like : "platform.add_source()"
<
acathla>
keesj, find an example with something like : "platform.add_source()"
Bertl is now known as Bertl_oO
Bertl is now known as Bertl_oO
<
keesj>
ok nice.. and.. if I want to replace my Soc with magic python code I set cpu_type to None?
<
keesj>
ok nice.. and.. if I want to replace my Soc with magic python code I set cpu_type to None?
<
keesj>
I remember also somebody being able to use the uart and debug on fomu
<
keesj>
I remember also somebody being able to use the uart and debug on fomu
<
_florent_>
setting cpu_type=None removes the CPU from the SoC (ie you just get the SoC infrastructure)
<
_florent_>
setting cpu_type=None removes the CPU from the SoC (ie you just get the SoC infrastructure)
<
keesj>
becase the litescope adds with_etherbone but I guess there must then be a similar options for taking over the serial as wishbone master
<
keesj>
becase the litescope adds with_etherbone but I guess there must then be a similar options for taking over the serial as wishbone master
<
_florent_>
yes with add_uartbone
<
_florent_>
yes with add_uartbone
<
tpb>
Title: INFO:SoC:
__ _ __ _
__ INFO:SoC: / / (_) /____ | |/_/ - Pastebin.com (at pastebin.com)
<
tpb>
Title: INFO:SoC:
__ _ __ _
__ INFO:SoC: / / (_) /____ | |/_/ - Pastebin.com (at pastebin.com)
<
acathla>
keesj, you must set : kwargs["uart_name"] = "crossover"
<
acathla>
keesj, you must set : kwargs["uart_name"] = "crossover"
<
acathla>
so your uart won't be connected to anything but accessible through wishbone reads/writes
<
acathla>
so your uart won't be connected to anything but accessible through wishbone reads/writes
<
keesj>
that does produce a different result :P
<
keesj>
that does produce a different result :P
<
acathla>
and the real uart used as a wishbonebridge
<
acathla>
and the real uart used as a wishbonebridge
<
tpb>
Title: INFO:SoCBusHandler:csr added as Bus Slave.INFO:SoCCSRHandler:bridge added as C - Pastebin.com (at pastebin.com)
<
tpb>
Title: INFO:SoCBusHandler:csr added as Bus Slave.INFO:SoCCSRHandler:bridge added as C - Pastebin.com (at pastebin.com)
<
keesj>
getting hot !
<
keesj>
getting hot !
<
keesj>
yup.. awesome...
<
keesj>
yup.. awesome...
<
keesj>
now I need to combine this with a verilog module, nice
<
keesj>
now I need to combine this with a verilog module, nice
rozpruwacz has quit [Ping timeout: 260 seconds]
rozpruwacz has quit [Ping timeout: 260 seconds]
david-sawatzke[m has quit [Quit: Idle for 30+ days]
david-sawatzke[m has quit [Quit: Idle for 30+ days]
Bertl_oO is now known as Bertl
Bertl_oO is now known as Bertl
pftbest_ has joined #litex
pftbest_ has joined #litex
pftbest has quit [Ping timeout: 240 seconds]
pftbest has quit [Ping timeout: 240 seconds]
kgugala has quit [Ping timeout: 264 seconds]
kgugala has quit [Ping timeout: 264 seconds]
kgugala has joined #litex
kgugala has joined #litex
kgugala has quit [Read error: Connection reset by peer]
kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala has joined #litex
kgugala_ has joined #litex
kgugala_ has joined #litex
kgugala has quit [Read error: No route to host]
kgugala has quit [Read error: No route to host]
kgugala has joined #litex
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 245 seconds]
kgugala_ has quit [Ping timeout: 245 seconds]
kgugala_ has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 265 seconds]
kgugala has quit [Ping timeout: 265 seconds]
kgugala has joined #litex
kgugala has joined #litex
kgugala_ has quit [Read error: Connection reset by peer]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala__ has joined #litex
kgugala__ has joined #litex
kgugala has quit [Ping timeout: 240 seconds]
kgugala has quit [Ping timeout: 240 seconds]
kgugala has joined #litex
kgugala has joined #litex
RaivisR_ has quit [Quit: Leaving]
RaivisR_ has quit [Quit: Leaving]
kgugala__ has quit [Ping timeout: 256 seconds]
kgugala__ has quit [Ping timeout: 256 seconds]
shoragan has quit [Ping timeout: 258 seconds]
shoragan has quit [Ping timeout: 258 seconds]
shoragan has joined #litex
shoragan has joined #litex
kgugala has quit [Ping timeout: 256 seconds]
kgugala has quit [Ping timeout: 256 seconds]