_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 quit [Remote host closed the connection]
tpb has joined #litex
tpb has joined #litex
lkcl has quit [Ping timeout: 256 seconds]
lkcl has quit [Ping timeout: 256 seconds]
rj has quit [Ping timeout: 268 seconds]
rj has quit [Ping timeout: 268 seconds]
rj has joined #litex
rj has joined #litex
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
Degi_ has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 264 seconds]
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
Degi_ is now known as Degi
Bertl_oO is now known as Bertl_zZ
Bertl_oO is now known as Bertl_zZ
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #litex
_whitelogger_ has joined #litex
rozpruwacz has joined #litex
rozpruwacz has joined #litex
<_florent_> Thanks keesj
<_florent_> Thanks keesj
<_florent_> zyp: Just for info, hansfbaier is also doing some tests with Luna/LiteX here: https://github.com/enjoy-digital/litex/pull/860
<_florent_> zyp: Just for info, hansfbaier is also doing some tests with Luna/LiteX here: https://github.com/enjoy-digital/litex/pull/860
<_florent_> zyp: This would probably be interesting to discuss this all together to compare the approaches and choose the right one
<_florent_> zyp: This would probably be interesting to discuss this all together to compare the approaches and choose the right one
<_florent_> For the integration in LiteX, we could create a luna.py file in soc/cores and have the Luna wapper code there
<_florent_> For the integration in LiteX, we could create a luna.py file in soc/cores and have the Luna wapper code there
<zyp> yeah, it'd be good to avoid duplicate work
<zyp> yeah, it'd be good to avoid duplicate work
smiteff has joined #litex
smiteff has joined #litex
simeonm has quit [Ping timeout: 244 seconds]
simeonm has quit [Ping timeout: 244 seconds]
shorne has quit [Ping timeout: 258 seconds]
shorne has quit [Ping timeout: 258 seconds]
shorne has joined #litex
shorne has joined #litex
<_florent_> zyp: Indeed, it seems hansfbaier has a preference discussing in the PR, if it's fine for you we could discuss details there (that would be interesting to compare both approaches)
<_florent_> zyp: Indeed, it seems hansfbaier has a preference discussing in the PR, if it's fine for you we could discuss details there (that would be interesting to compare both approaches)
<zyp> I'm writing a comment
<zyp> I'm writing a comment
<_florent_> great, thanks
<_florent_> great, thanks
cr1901_modern has quit [Ping timeout: 240 seconds]
cr1901_modern has quit [Ping timeout: 240 seconds]
cr1901_modern has joined #litex
cr1901_modern has joined #litex
lkcl has quit [Ping timeout: 245 seconds]
lkcl has quit [Ping timeout: 245 seconds]
lkcl has joined #litex
lkcl has joined #litex
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger has joined #litex
cr1901_modern1 has joined #litex
cr1901_modern has quit [Ping timeout: 240 seconds]
kgugala has joined #litex
kgugala_ has quit [Read error: No route to host]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 264 seconds]
RaivisR_ has joined #litex
RaivisR has quit [Ping timeout: 256 seconds]
RaivisR__ has joined #litex
RaivisR_ has quit [Ping timeout: 256 seconds]
cr1901_modern1 has quit [Ping timeout: 256 seconds]
RaivisR_ has joined #litex
RaivisR__ has quit [Ping timeout: 265 seconds]
RaivisR has joined #litex
RaivisR has quit [Client Quit]
RaivisR_ has quit [Ping timeout: 240 seconds]
Bertl_zZ is now known as Bertl
rozpruwacz has quit [Ping timeout: 264 seconds]
rozpruwacz has joined #litex
kgugala_ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
rozpruwacz has quit [Client Quit]
Dolu has joined #litex
peepsalot has quit [Ping timeout: 264 seconds]
peepsalot has joined #litex
mikeK_de1soc has joined #litex
Bertl is now known as Bertl_oO
Dolu has quit [Ping timeout: 256 seconds]
<tpb> Title: Introduction :: bytefield-svg (at bytefield-svg.deepsymmetry.org)
<tpb> Title: Track Metadata :: DJ Link Ecosystem Analysis (at djl-analysis.deepsymmetry.org)
cr1901_modern has joined #litex
leons has quit [Ping timeout: 268 seconds]
jryans has quit [Ping timeout: 268 seconds]
<mithro> zyp: I would love to have the LUNA stuff working on the Fomu + Qomu / QuickFeather
<mithro> zyp: Do you have Fomu / QuickFeather hardware?
leons has joined #litex
<mikeK_de1soc> I have an embarrassing question regarding git, and Git repo's. Upfront, my experience with Git is very minimal. So for example I have downloaded Litex proper, worked with the cores, and compiled my target board with litex-boards etc. etc. Got what I wanted to work, Next I have made my own changes to the Litex cores to include LED counting instead
<mikeK_de1soc> of a LED chaser. ( This was code for me and to furthur understand the Litex system and the cores better) But now I would like to commit the changes for myself on my system and then get the updated changes from the Litex github repo online. What would be the procedures, First commit the file that I want. git add "filename" then do a Git pull??  Any
<mikeK_de1soc> insight would help..
Dolu has joined #litex
jryans has joined #litex
<mikeK_de1soc> but so when i add my file to commit, this would be my commit for my system not updated the main repo? unless I do a Pull Request?
<_florent_> mikeK_de1soc: Hi, if you want to use your own code, say for example a modified LedChaser, you can just have a local modified copy of the LedChaser and just change the import on your design
<_florent_> if you want to do a Pull Request, the best way is just to fork LiteX, create a branch, push your change to this branch and then create a Pull Request to LiteX from this branch
<_florent_> But not sure I understood the question correctly
<mikeK_de1soc> Thanks Florent, yes you understood it correctly! :) it's me not explaining it right! :) yes you are right! I keep forgetting about the creating branch part...
<mikeK_de1soc> So longer story, I have ALSO created a VGA raster with the code for the de1-soc. But it was very different from what the other fellow has done with the Arrow Sockit. So my goal for today is to combine the code from the arrow sockit into the de1-soc to get the Terminal VGA working. Thanks, MikeK
<_florent_> ok great :)
<mikeK_de1soc> The funny thing is that I have BOTH boards!!  :)
rozpruwacz has joined #litex
RaivisR has joined #litex
Dolu has quit [Quit: Leaving]
lkcl has quit [Ping timeout: 240 seconds]
lkcl has joined #litex
rozpruwacz has quit [Quit: Leaving.]
cr1901_modern1 has joined #litex
cr1901_modern1 has quit [Read error: No route to host]
cr1901_modern has quit [Ping timeout: 265 seconds]
cr1901_modern has joined #litex
cr1901_modern1 has joined #litex
cr1901_modern has quit [Ping timeout: 264 seconds]
rozpruwacz has joined #litex
rozpruwacz has quit [Quit: Leaving.]
cr1901_modern1 has quit [Ping timeout: 260 seconds]
mikeK_de1soc has quit [Ping timeout: 240 seconds]
pftbest has joined #litex
pftbest_ has quit [Ping timeout: 256 seconds]