*** tpb has joined #timvideos | 00:00 | |
*** mauz555 has quit IRC | 00:09 | |
*** CarlFK has quit IRC | 00:11 | |
*** CarlFK has joined #timvideos | 00:12 | |
*** ChanServ sets mode: +v CarlFK | 00:12 | |
*** CarlFK has quit IRC | 00:14 | |
*** CarlFK has joined #timvideos | 00:14 | |
*** ChanServ sets mode: +v CarlFK | 00:14 | |
*** CarlFK has quit IRC | 00:15 | |
*** CarlFK has joined #timvideos | 00:16 | |
*** ChanServ sets mode: +v CarlFK | 00:16 | |
*** Skip has quit IRC | 00:16 | |
-_whitenotifier-3- [litex-buildenv] skiphansen commented on pull request #399: Add support for setting --target-option from TARGET_OPTIONS env var - https://git.io/Jff9q | 00:18 | |
*** Skip has joined #timvideos | 00:31 | |
Skip | @mithro Can you give me an example of how --target-option is suppose to be used? | 00:33 |
---|---|---|
Skip | The best I could figure out from looking at the code and playing was "make "MAKE_LITEX_EXTRA_CMDLINE=--target-option uart_baudrate 1000000" gateware" | 00:34 |
Skip | which doesn't work since "1000000" is passed down as a string. | 00:35 |
*** sc00bz1 has joined #timvideos | 01:21 | |
*** sc00bz has quit IRC | 01:23 | |
*** sc00bz1 is now known as sc00bz | 01:23 | |
*** scanakci has quit IRC | 01:35 | |
mithro | Skip: I'm not actually sure, make maybe Ewen knows? | 02:46 |
*** ewen has joined #timvideos | 03:29 | |
*** CarlFK has quit IRC | 03:30 | |
ewen | Skip: Sorry, I've not used "--target-option" myself, so I'm not sure how one is supposed to use it. (Possibly it would need another layer of quoting?) | 03:32 |
ewen | Skip: However while looking at that, I ran ./make.py --help, and see there's a --uart-baudrate RATE option. Possibly that's a more direct solution to your actual problem? | 03:32 |
*** CarlFK has joined #timvideos | 03:47 | |
*** ChanServ sets mode: +v CarlFK | 03:47 | |
*** CarlFK has quit IRC | 03:52 | |
Skip | @Ewin Wow, how did I miss that. Actually uart_baudrate was just one of the things I was trying to do with https://github.com/timvideos/litex-buildenv/pull/399#pullrequestreview-395077294. | 03:59 |
tpb | Title: Add support for setting --target-option from TARGET_OPTIONS env var by skiphansen · Pull Request #399 · timvideos/litex-buildenv · GitHub (at github.com) | 03:59 |
Skip | My other desire was to able to specify the uart rx/tx connections. I use a different connection scheme that the person that did the panologic port. I thought being about to specify those connections would be a clean solutinon. | 04:01 |
ewen | Skip: Sorry, I'm not sure if there's an easier way to specify the RX/TX connections other than creating your own target.py file to use instead. Off the top of my head I don't think I've seen pin mappings come in from the command line. | 04:11 |
-_whitenotifier-3- [yosys] pull[bot] opened pull request #369: [pull] master from YosysHQ:master - https://git.io/Jff5L | 04:11 | |
-_whitenotifier-3- [yosys] pull[bot] closed pull request #369: [pull] master from YosysHQ:master - https://git.io/Jff5L | 04:11 | |
Skip | ok. I'm building now using --uart-baudrate ...looks like that's a solution to my original problem. | 04:13 |
ewen | \o/ | 04:14 |
Skip | if nothing else I've learned a lot about the litex build system and Python in the last two days. | 04:14 |
ewen | Yeah, the only way I know any of this is from spending a *lot* of time tracing through where everything is getting its values from! | 04:14 |
ewen | FWIW, a bunch of those ./make.py arguments are inherited from the litex command line arguments too. So possibly some of the litex documentation (and/or code; I ended up reading the code) might help as well. | 04:15 |
Skip | --uart-baudrate worked just dandy! | 04:16 |
Skip | Thanks for the help. I'm going to concentrate on adding SPI / Ethernet support for the Panologic platform and not worry about my generalizing a solution for my local connection scheme. | 04:18 |
ewen | Sounds like a plan. Good luck! | 04:19 |
Skip | Luckily (or unluckily) I have plenty of time to play around these days (frown) | 04:20 |
-_whitenotifier-3- [litex-buildenv] skiphansen commented on pull request #399: Add support for setting --target-option from TARGET_OPTIONS env var - https://git.io/Jff5G | 04:24 | |
-_whitenotifier-3- [litex-buildenv] skiphansen closed pull request #399: Add support for setting --target-option from TARGET_OPTIONS env var - https://git.io/JffyE | 04:24 | |
*** Skip has quit IRC | 04:30 | |
*** CarlFK has joined #timvideos | 04:32 | |
*** ChanServ sets mode: +v CarlFK | 04:32 | |
*** scanakci has joined #timvideos | 04:35 | |
*** _florent_ has quit IRC | 05:10 | |
*** _florent_ has joined #timvideos | 05:15 | |
*** CarlFK has quit IRC | 06:16 | |
*** CarlFK has joined #timvideos | 06:33 | |
*** ChanServ sets mode: +v CarlFK | 06:33 | |
*** ewen has quit IRC | 06:45 | |
*** CarlFK has quit IRC | 06:47 | |
*** CarlFK has joined #timvideos | 06:51 | |
*** ChanServ sets mode: +v CarlFK | 06:51 | |
*** mauz555 has joined #timvideos | 08:00 | |
*** mauz555 has quit IRC | 08:04 | |
*** mauz555 has joined #timvideos | 08:49 | |
*** FFY00 has quit IRC | 09:46 | |
*** FFY00 has joined #timvideos | 09:47 | |
*** FFY00 has quit IRC | 09:49 | |
*** FFY00 has joined #timvideos | 09:49 | |
*** CarlFK has quit IRC | 09:53 | |
-_whitenotifier-3- [yosys] pull[bot] opened pull request #370: [pull] master from YosysHQ:master - https://git.io/JfJT4 | 10:11 | |
-_whitenotifier-3- [yosys] pull[bot] closed pull request #370: [pull] master from YosysHQ:master - https://git.io/JfJT4 | 10:11 | |
*** CarlFK has joined #timvideos | 10:26 | |
*** ChanServ sets mode: +v CarlFK | 10:26 | |
*** Skip has joined #timvideos | 10:32 | |
*** shabe has joined #timvideos | 10:47 | |
*** FFY00 has quit IRC | 11:17 | |
*** FFY00 has joined #timvideos | 11:21 | |
*** shabe has quit IRC | 12:51 | |
*** thaytan has quit IRC | 17:05 | |
*** thaytan has joined #timvideos | 17:06 | |
*** ChanServ sets mode: +v thaytan | 17:06 | |
*** mauz555 has quit IRC | 18:28 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #400: build(deps): bump third_party/liteeth from `fb47853` to `705003e` - https://git.io/JfJEG | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #393: build(deps): bump third_party/liteeth from `fb47853` to `92c3048` - https://git.io/JfJEZ | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #393: build(deps): bump third_party/liteeth from `fb47853` to `92c3048` - https://git.io/JvhGf | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #401: build(deps): bump third_party/litex from `536ae0e` to `08e4dc0` - https://git.io/JfJEC | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #390: build(deps): bump third_party/litex from `536ae0e` to `d0d2f28` - https://git.io/JfJEW | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #390: build(deps): bump third_party/litex from `536ae0e` to `d0d2f28` - https://git.io/JvhsN | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #402: build(deps): bump third_party/litevideo from `49d8126` to `41f3014` - https://git.io/JfJE8 | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #389: build(deps): bump third_party/litevideo from `49d8126` to `6958c21` - https://git.io/JfJE4 | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #389: build(deps): bump third_party/litevideo from `49d8126` to `6958c21` - https://git.io/Jvhsb | 19:44 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #403: build(deps): bump third_party/litex-boards from `a7fbe0a` to `4185a01` - https://git.io/JfJE0 | 19:45 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #392: build(deps): bump third_party/litex-boards from `a7fbe0a` to `188d4a4` - https://git.io/JfJEu | 19:45 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #392: build(deps): bump third_party/litex-boards from `a7fbe0a` to `188d4a4` - https://git.io/Jvhsj | 19:45 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #404: build(deps): bump third_party/liteiclink from `370855d` to `6fdd020` - https://git.io/JfJE2 | 19:45 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #391: build(deps): bump third_party/liteiclink from `370855d` to `c4edb7e` - https://git.io/JfJEa | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #391: build(deps): bump third_party/liteiclink from `370855d` to `c4edb7e` - https://git.io/Jvhsp | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #405: build(deps): bump third_party/litepcie from `5b7e7cd` to `586ef78` - https://git.io/JfJEV | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #394: build(deps): bump third_party/litepcie from `5b7e7cd` to `6bcafc4` - https://git.io/JfJEw | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #394: build(deps): bump third_party/litepcie from `5b7e7cd` to `6bcafc4` - https://git.io/JvhGU | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #406: build(deps): bump third_party/migen from `3f9809b` to `19d5eae` - https://git.io/JfJEo | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #354: build(deps): bump third_party/migen from `d11565a` to `3f9809b` - https://git.io/JfJEK | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #354: build(deps): bump third_party/migen from `d11565a` to `3f9809b` - https://git.io/JvgTZ | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #407: build(deps): bump third_party/litescope from `b3d1e69` to `54488c0` - https://git.io/JfJEP | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #388: build(deps): bump third_party/litescope from `b3d1e69` to `72277ff` - https://git.io/JfJEX | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #388: build(deps): bump third_party/litescope from `b3d1e69` to `72277ff` - https://git.io/Jvhsd | 19:46 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] opened pull request #408: build(deps): bump third_party/litedram from `b06e946` to `48c2fc2` - https://git.io/JfJEM | 19:47 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #395: build(deps): bump third_party/litedram from `b06e946` to `835825b` - https://git.io/JfJED | 19:47 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] closed pull request #395: build(deps): bump third_party/litedram from `b06e946` to `835825b` - https://git.io/JvhGt | 19:47 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #400: build(deps): bump third_party/liteeth from `fb47853` to `705003e` - https://git.io/JfJui | 20:09 | |
-_whitenotifier-3- [yosys] pull[bot] opened pull request #371: [pull] master from YosysHQ:master - https://git.io/JfJu1 | 20:11 | |
-_whitenotifier-3- [yosys] pull[bot] closed pull request #371: [pull] master from YosysHQ:master - https://git.io/JfJu1 | 20:11 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #401: build(deps): bump third_party/litex from `536ae0e` to `08e4dc0` - https://git.io/JfJzc | 20:28 | |
mithro | Skip: poke kgugala about panologic stuff | 20:45 |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #402: build(deps): bump third_party/litevideo from `49d8126` to `41f3014` - https://git.io/JfJgf | 20:48 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #403: build(deps): bump third_party/litex-boards from `a7fbe0a` to `4185a01` - https://git.io/JfJgV | 21:09 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #404: build(deps): bump third_party/liteiclink from `370855d` to `6fdd020` - https://git.io/JfJ2k | 21:25 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #406: build(deps): bump third_party/migen from `3f9809b` to `19d5eae` - https://git.io/JfJ2Q | 21:53 | |
-_whitenotifier-3- [yosys] pull[bot] opened pull request #372: [pull] master from YosysHQ:master - https://git.io/JfJa8 | 22:11 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #407: build(deps): bump third_party/litescope from `b3d1e69` to `54488c0` - https://git.io/JfJa4 | 22:11 | |
-_whitenotifier-3- [yosys] pull[bot] closed pull request #372: [pull] master from YosysHQ:master - https://git.io/JfJa8 | 22:11 | |
*** mauz555 has joined #timvideos | 22:27 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #408: build(deps): bump third_party/litedram from `b06e946` to `48c2fc2` - https://git.io/JfJaN | 22:28 | |
-_whitenotifier-3- [litex-buildenv] dependabot-preview[bot] commented on pull request #405: build(deps): bump third_party/litepcie from `5b7e7cd` to `586ef78` - https://git.io/JfJVI | 22:38 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!