*** tpb has joined #litex | 00:00 | |
*** lkcl has quit IRC | 00:10 | |
*** rj has quit IRC | 00:10 | |
*** rj has joined #litex | 00:12 | |
*** lkcl has joined #litex | 00:23 | |
*** lf has quit IRC | 00:38 | |
*** lf has joined #litex | 00:38 | |
*** Degi_ has joined #litex | 02:32 | |
*** Degi has quit IRC | 02:35 | |
*** Degi_ is now known as Degi | 02:35 | |
*** Bertl_oO is now known as Bertl_zZ | 04:25 | |
*** _whitelogger_ has quit IRC | 05:57 | |
*** _whitelogger_ has joined #litex | 05:59 | |
*** rozpruwacz has joined #litex | 06:23 | |
_florent_ | Thanks keesj | 06:52 |
---|---|---|
_florent_ | zyp: Just for info, hansfbaier is also doing some tests with Luna/LiteX here: https://github.com/enjoy-digital/litex/pull/860 | 06:53 |
_florent_ | zyp: This would probably be interesting to discuss this all together to compare the approaches and choose the right one | 06:54 |
_florent_ | For the integration in LiteX, we could create a luna.py file in soc/cores and have the Luna wapper code there | 06:55 |
zyp | yeah, it'd be good to avoid duplicate work | 07:11 |
*** smiteff has joined #litex | 07:21 | |
*** simeonm has quit IRC | 07:21 | |
*** shorne has quit IRC | 07:23 | |
*** shorne has joined #litex | 07:23 | |
_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) | 07:30 |
zyp | I'm writing a comment | 07:30 |
_florent_ | great, thanks | 07:31 |
*** cr1901_modern has quit IRC | 07:34 | |
*** cr1901_modern has joined #litex | 07:35 | |
*** lkcl has quit IRC | 07:50 | |
*** lkcl has joined #litex | 08:03 | |
*** _whitelogger_ has quit IRC | 08:27 | |
*** _whitelogger has quit IRC | 08:27 | |
*** _whitelogger has joined #litex | 08:31 | |
*** cr1901_modern1 has joined #litex | 08:32 | |
*** cr1901_modern has quit IRC | 08:34 | |
*** kgugala has joined #litex | 08:36 | |
*** kgugala_ has quit IRC | 08:37 | |
*** kgugala_ has joined #litex | 08:38 | |
*** kgugala has quit IRC | 08:42 | |
*** RaivisR_ has joined #litex | 08:55 | |
*** RaivisR has quit IRC | 08:59 | |
*** RaivisR__ has joined #litex | 09:00 | |
*** RaivisR_ has quit IRC | 09:03 | |
*** cr1901_modern1 has quit IRC | 09:17 | |
*** RaivisR_ has joined #litex | 09:56 | |
*** RaivisR__ has quit IRC | 09:59 | |
*** RaivisR has joined #litex | 10:00 | |
*** RaivisR_ has quit IRC | 10:02 | |
*** Bertl_zZ is now known as Bertl | 12:02 | |
*** rozpruwacz has quit IRC | 15:06 | |
*** rozpruwacz has joined #litex | 15:20 | |
*** kgugala_ has quit IRC | 15:21 | |
*** kgugala has joined #litex | 15:21 | |
*** rozpruwacz has quit IRC | 15:25 | |
*** Dolu has joined #litex | 15:31 | |
*** peepsalot has quit IRC | 15:38 | |
*** peepsalot has joined #litex | 15:39 | |
*** mikeK_de1soc has joined #litex | 16:08 | |
*** Bertl is now known as Bertl_oO | 16:14 | |
*** Dolu has quit IRC | 16:24 | |
mithro | https://bytefield-svg.deepsymmetry.org/bytefield-svg/1.5.0/intro.html | 16:43 |
tpb | Title: Introduction :: bytefield-svg (at bytefield-svg.deepsymmetry.org) | 16:43 |
mithro | https://djl-analysis.deepsymmetry.org/djl-analysis/track_metadata.html#_connecting_to_the_database | 16:44 |
tpb | Title: Track Metadata :: DJ Link Ecosystem Analysis (at djl-analysis.deepsymmetry.org) | 16:44 |
*** cr1901_modern has joined #litex | 16:45 | |
*** leons has quit IRC | 16:47 | |
*** jryans has quit IRC | 16:48 | |
mithro | zyp: I would love to have the LUNA stuff working on the Fomu + Qomu / QuickFeather | 16:51 |
mithro | zyp: Do you have Fomu / QuickFeather hardware? | 16:52 |
*** leons has joined #litex | 17:03 | |
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 | 17:07 |
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 | 17:07 |
mikeK_de1soc | insight would help.. | 17:07 |
*** Dolu has joined #litex | 17:08 | |
*** jryans has joined #litex | 17:08 | |
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? | 17:09 |
_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 | 17:12 |
_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 | 17:13 |
_florent_ | But not sure I understood the question correctly | 17:13 |
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... | 17:14 |
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 | 17:17 |
_florent_ | ok great :) | 17:19 |
mikeK_de1soc | The funny thing is that I have BOTH boards!! :) | 17:19 |
*** rozpruwacz has joined #litex | 17:54 | |
*** RaivisR has joined #litex | 18:22 | |
*** Dolu has quit IRC | 18:27 | |
*** lkcl has quit IRC | 18:37 | |
*** lkcl has joined #litex | 18:50 | |
*** rozpruwacz has quit IRC | 20:17 | |
*** cr1901_modern1 has joined #litex | 20:29 | |
*** cr1901_modern1 has quit IRC | 20:31 | |
*** cr1901_modern has quit IRC | 20:32 | |
*** cr1901_modern has joined #litex | 20:40 | |
*** cr1901_modern1 has joined #litex | 21:07 | |
*** cr1901_modern has quit IRC | 21:09 | |
*** rozpruwacz has joined #litex | 21:30 | |
*** rozpruwacz has quit IRC | 21:38 | |
*** cr1901_modern1 has quit IRC | 21:38 | |
*** mikeK_de1soc has quit IRC | 21:46 | |
*** pftbest has joined #litex | 22:13 | |
*** pftbest_ has quit IRC | 22:13 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!