*** tpb has joined #timvideos | 00:00 | |
*** Bertl_oO is now known as Bertl_zZ | 00:42 | |
Joelw | Neuron1k: Hi! You might be thinking of the other Joel! | 00:43 |
---|---|---|
Joelw | Oh, he already answered :) | 00:44 |
*** paradisaeidae has joined #timvideos | 00:59 | |
*** paradisaeidae has quit IRC | 01:29 | |
*** paradisaeidae_ has joined #timvideos | 01:30 | |
*** paradisaeidae_ has quit IRC | 01:41 | |
*** paradisaeidae has joined #timvideos | 01:45 | |
*** paradisaeidae has quit IRC | 01:46 | |
*** CarlFK has quit IRC | 01:51 | |
*** miselin2 is now known as miselin | 02:34 | |
*** miselin has joined #timvideos | 02:34 | |
*** toku1938 has joined #timvideos | 03:03 | |
*** toku1938 is now known as aom | 03:03 | |
*** CarlFK has joined #timvideos | 03:55 | |
*** ChanServ sets mode: +v CarlFK | 03:55 | |
*** paradisaeidae has joined #timvideos | 03:57 | |
*** rohitksingh_work has joined #timvideos | 04:32 | |
*** paradisaeidae has quit IRC | 04:40 | |
*** paradisaeidae has joined #timvideos | 04:41 | |
*** rohitksingh_work has quit IRC | 05:39 | |
*** rohitksingh_work has joined #timvideos | 05:40 | |
*** paradisaeidae has quit IRC | 06:17 | |
*** rohitksingh_work has quit IRC | 07:15 | |
*** rohitksingh_work has joined #timvideos | 07:16 | |
*** se6astian has joined #timvideos | 08:13 | |
*** se6astian is now known as se6astian|away | 08:17 | |
*** Bertl_zZ is now known as Bertl | 08:31 | |
*** hyades has joined #timvideos | 09:47 | |
*** aom has quit IRC | 10:04 | |
*** CarlFK has quit IRC | 10:34 | |
*** se6astian|away is now known as se6astian | 11:54 | |
*** hyades has quit IRC | 11:59 | |
*** cr1901_modern has quit IRC | 12:47 | |
*** cr1901_modern has joined #timvideos | 12:48 | |
*** thaytan has quit IRC | 13:00 | |
*** thaytan has joined #timvideos | 13:01 | |
*** ChanServ sets mode: +v thaytan | 13:02 | |
*** rohitksingh_work has quit IRC | 13:28 | |
*** CarlFK has joined #timvideos | 13:44 | |
*** ChanServ sets mode: +v CarlFK | 13:44 | |
*** rohitksingh has joined #timvideos | 14:15 | |
mithro | _florent_: ping? | 14:43 |
_florent_ | mithro: pong | 14:43 |
mithro | _florent_: I should be asleep, but wanted to show you some stuff quickly if you have a moment | 14:44 |
_florent_ | yes I have time | 14:44 |
mithro | _florent_: https://github.com/enjoy-digital/litex/pull/5 | 14:46 |
tpb | Title: WIP: Add versioning and CI support to litex by mithro · Pull Request #5 · enjoy-digital/litex · GitHub (at github.com) | 14:46 |
_florent_ | mithro: cool thanks, I can merge that when you think it's ready | 14:49 |
mithro | _florent_: The problem is that I didn't really find any "tests" to actually run? | 14:50 |
_florent_ | yes we don't have test in litex for now | 14:50 |
_florent_ | a good test can be to run the sim target | 14:50 |
_florent_ | or generate the hdl for the others targets | 14:50 |
mithro | _florent_: the problem is the sim target doesn't exit with success/failure in any way | 14:51 |
mithro | _florent_: does litevideo require litedram? or just for the tests? | 14:51 |
mithro | _florent_: basically, if you give me some commands to run which exit with non-zero when they fail, I can add it to the CI | 14:53 |
mithro | _florent_: Here is the litevideo one which is similar -> https://github.com/enjoy-digital/litevideo/pull/4/files | 14:55 |
tpb | Title: WIP: Add versioning and CI support to litevideo by mithro · Pull Request #4 · enjoy-digital/litevideo · GitHub (at github.com) | 14:55 |
_florent_ | yes I have to think how we can get success/failure result from sim target | 14:55 |
mithro | _florent_: https://travis-ci.org/mithro/litevideo | 14:55 |
tpb | Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org) | 14:55 |
_florent_ | mithro: I just gived you collaborator access to all the repos (litex, litedram, etc...) | 14:56 |
mithro | _florent_: yes, I just got like a bazillion emails :P | 14:57 |
_florent_ | mithro: feel free to add CI to the repo (if it's not becoming to complex and if we are still able to do manual tests) | 14:57 |
mithro | _florent_: How should I run the litedram tests? https://github.com/enjoy-digital/litedram/tree/master/test | 14:58 |
tpb | Title: litedram/test at master · enjoy-digital/litedram · GitHub (at github.com) | 14:58 |
_florent_ | make all, but I still have to add autochecks for these tests | 14:59 |
cr1901_modern | mithro: Got the frequency counter working on base minispartan. I'm adding some code to the firmware to read out the frequency. | 14:59 |
mithro | _florent_: okay | 15:00 |
cr1901_modern | then I'll start adding HDMI in to the minispartan video target | 15:00 |
mithro | cr1901_modern: for testing the frequency counter, it should be enough just to add the HDMI EDID Rom on the right pins | 15:00 |
mithro | cr1901_modern: then the computer will be sending video, you'll just be ignoring it :P | 15:01 |
mithro | cr1901_modern: but should be able to test if the frequency counter is working | 15:01 |
cr1901_modern | I somehow expect my computer to BSOD when connecting a "monitor" that doesn't exist lol | 15:01 |
_florent_ | mithro: for now the tests (in litesata/liteeth) just return the number of errors, but we can adapt that so that CI get the results | 15:01 |
mithro | _florent_: if you do a sys.exit(number_of_errors) the CI will work | 15:02 |
mithro | 0 == good | 15:02 |
mithro | non-zero is failure | 15:02 |
_florent_ | ok | 15:02 |
_florent_ | we can add CI for one of the repo first | 15:03 |
mithro | cr1901_modern: If you have EDID working the computer won't really know the difference | 15:03 |
_florent_ | (litesata for example which has autochecks on all tests) | 15:03 |
cr1901_modern | ahhh alright | 15:04 |
_florent_ | and then add CI to all others repos | 15:04 |
mithro | _florent_: so were are we with upgrading the opsis-soc upgrade stuff? | 15:04 |
_florent_ | I'm still doing some work | 15:04 |
mithro | _florent_: I have a branch prepared with the updated scripts/CI side | 15:04 |
_florent_ | I want to clean up things around DRAM | 15:04 |
cr1901_modern | and that makes sense now that I think about it | 15:04 |
_florent_ | and I'm adding things on DRAM ports | 15:04 |
_florent_ | I need to test that on board | 15:05 |
mithro | cr1901_modern: obviously I'd love to see working HDMI in and HDMI out working on the miniSpartan6+ :) | 15:05 |
_florent_ | then I'll be able to get video in/out working | 15:05 |
cr1901_modern | mithro: the best I could do with the tools I have is frame capture | 15:05 |
cr1901_modern | read the image into SDRAM, then flush to SD card | 15:06 |
cr1901_modern | then on the PC side I could convert the raw image to PNG and you have a very complex screen capture program :D | 15:07 |
cr1901_modern | _florent_: You mentioned you might've solved the bandwidth problems with the minispartan by using a particular HDMI encoding? | 15:09 |
*** CarlFK has quit IRC | 15:09 | |
mithro | The minispartan should have enough bandwidth for 640*480 with any problems | 15:11 |
mithro | So, start with that :-) | 15:12 |
cr1901_modern | mithro: Sadly, for any of my intents and purposes that's more than enough lmao. An interesting use case for something like minispartan would be a CRT shader for RGB output from old game consoles | 15:13 |
mithro | cr1901_modern: well, what's stopping you? :-P | 15:15 |
cr1901_modern | mithro: I don't have the correct cables for RGB output from my SNES/ | 15:16 |
cr1901_modern | Genesis (if the latter even supports it) | 15:16 |
cr1901_modern | mithro: Point blank, I can think of low-resolution use cases for the minispartan beyond a development board for HDMI2USB. Maybe there can be an "applications" tutorial in the future. | 15:17 |
cr1901_modern | #ifdef XILINX_SPARTAN6_WORKS_AMAZINGLY_WELL ... sarcasm? | 15:28 |
*** rohitksingh has quit IRC | 15:31 | |
*** rohitksingh has joined #timvideos | 16:02 | |
*** rohitksingh1 has joined #timvideos | 16:05 | |
*** rohitksingh has quit IRC | 16:07 | |
*** [d__d] has quit IRC | 16:07 | |
*** [d__d] has joined #timvideos | 16:16 | |
*** se6astian is now known as se6astian|away | 16:33 | |
cr1901_modern | mithro: Something like this? http://imgur.com/PfPPgC4 | 16:35 |
tpb | Title: Imgur: The most awesome images on the Internet (at imgur.com) | 16:35 |
cr1901_modern | The read bandwidth decreased from 48Mbps tho. Kinda concerning. Also, no write bandwidth lol | 16:36 |
*** rohitksingh1 has quit IRC | 16:39 | |
*** rohitksingh has joined #timvideos | 16:42 | |
*** CarlFK has joined #timvideos | 17:20 | |
*** ChanServ sets mode: +v CarlFK | 17:20 | |
*** CarlFK has quit IRC | 17:21 | |
*** ivodd_ is now known as ivodd | 18:58 | |
*** aom has joined #timvideos | 20:07 | |
*** rohitksingh has quit IRC | 20:17 | |
*** se6astian|away is now known as se6astian | 20:41 | |
*** se6astian is now known as se6astian|away | 21:19 | |
*** Sewar has quit IRC | 23:25 | |
*** Sewar has joined #timvideos | 23:25 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!