*** tpb has joined #timvideos | 00:00 | |
*** Kripton has quit IRC | 00:53 | |
*** Kripton has joined #timvideos | 01:02 | |
*** ChrisMorrisOrgls has joined #timvideos | 01:50 | |
*** ChrisMorrisOrgls has quit IRC | 01:54 | |
shorne | mithro: great, the binutils stuff is signed off | 02:22 |
---|---|---|
mithro | shorne: Now need to test it with Linux / bare metal / etc | 02:23 |
mithro | cr1901_modern: How goes the ice40up5k? | 02:53 |
cr1901_modern | mithro: Finding a good UCF for the board has been difficult, so I'm currently looking at the schematic | 02:56 |
cr1901_modern | (the 5k-evn board) | 02:56 |
cr1901_modern | so in a word, "it could be better" | 02:57 |
cr1901_modern | additionally, I'm still concerned about space usage of even a base system on the 5k | 02:57 |
cr1901_modern | I won't know for sure until I test it, but even a base system only has about 400 LUTs free (lite CPU variant) | 02:57 |
cr1901_modern | errr, let me rephrase | 02:58 |
cr1901_modern | On 8K boards, LUT is about 4600-4800 w/ lite CPU variant. 5k has 5280 LUTs | 02:58 |
cr1901_modern | that's not gonna be enough to really extend from a base target | 02:58 |
shorne | mithro: binutils is now upstream, but we probably want to wait for next release | 02:58 |
*** rohitksingh_work has joined #timvideos | 03:45 | |
*** Guest47320 has joined #timvideos | 04:17 | |
*** Guest47320 has quit IRC | 04:22 | |
*** bunnie_ has quit IRC | 04:57 | |
*** bunnie_ has joined #timvideos | 05:02 | |
*** Atque has joined #timvideos | 06:33 | |
*** jeeeunevans has joined #timvideos | 06:45 | |
*** war9407bF has joined #timvideos | 06:54 | |
*** war9407bF has quit IRC | 06:57 | |
*** MoviuroCZ has joined #timvideos | 07:03 | |
*** MoviuroCZ has quit IRC | 07:05 | |
*** Emmanuel_Chanelf has joined #timvideos | 07:36 | |
*** Emmanuel_Chanelf has quit IRC | 07:42 | |
*** puck_ has joined #timvideos | 09:37 | |
*** Kripton has quit IRC | 09:40 | |
*** Kripton has joined #timvideos | 10:02 | |
*** avelino has joined #timvideos | 11:02 | |
*** Shari2 has joined #timvideos | 11:14 | |
*** Shari2 has quit IRC | 11:45 | |
*** Shari2 has joined #timvideos | 11:45 | |
*** tshirtmansr has joined #timvideos | 11:52 | |
*** tshirtmansr has quit IRC | 11:56 | |
*** Shari2 has quit IRC | 12:23 | |
*** rohitksingh_work has quit IRC | 12:38 | |
*** Shari2 has joined #timvideos | 12:41 | |
*** gchristensenvU has joined #timvideos | 13:16 | |
*** gchristensenvU has quit IRC | 13:17 | |
*** kipras`awayoP has joined #timvideos | 13:26 | |
*** kipras`awayoP has quit IRC | 13:31 | |
*** gunuC has joined #timvideos | 13:31 | |
*** gunuC has quit IRC | 13:38 | |
*** Kripton has quit IRC | 13:42 | |
*** minyng has joined #timvideos | 13:55 | |
*** Kripton has joined #timvideos | 13:55 | |
*** mepholicqK has joined #timvideos | 13:56 | |
*** minyng has quit IRC | 14:02 | |
*** rohitksingh has joined #timvideos | 14:10 | |
*** waldo323 has quit IRC | 14:30 | |
*** waldo323 has joined #timvideos | 14:37 | |
*** Shari2 has quit IRC | 14:39 | |
shorne | sim travis is failing | 14:42 |
shorne | https://travis-ci.org/timvideos/litex-buildenv/jobs/437497461#L3979 | 14:42 |
shorne | this is a strange issue, its complaining that "ROM contents not found! build/sim_base_or1k/software/firmware/firmware.fbi" | 14:42 |
shorne | but... the firmware.fbi is built in the previous step and is there | 14:42 |
shorne | some kind of race condition | 14:42 |
shorne | need to figure it out. | 14:42 |
*** huhlignX has joined #timvideos | 15:07 | |
*** huhlignX has quit IRC | 15:10 | |
mithro | shorne: Okay, I'll take a look | 18:14 |
*** fischerm has joined #timvideos | 18:21 | |
*** koenigbL has joined #timvideos | 18:27 | |
*** koenigbL has quit IRC | 18:31 | |
*** TheAssassin has quit IRC | 18:42 | |
*** TheAssassin has joined #timvideos | 18:47 | |
*** hashwagon has joined #timvideos | 18:52 | |
*** hashwagon has quit IRC | 18:53 | |
*** Guest23006nY has joined #timvideos | 18:54 | |
*** Guest23006nY has quit IRC | 18:56 | |
*** ngibb_ has joined #timvideos | 19:44 | |
*** ngibb_ has quit IRC | 19:47 | |
*** dastamoghno has joined #timvideos | 20:06 | |
*** dastamoghno has quit IRC | 20:08 | |
*** ramseswr has joined #timvideos | 21:07 | |
*** springermac has quit IRC | 21:35 | |
shorne | mithro: its due to FirmwareROM, which looks for rom filename during construction __init__() | 21:35 |
*** markvoelker_ has joined #timvideos | 21:35 | |
shorne | which is done when the SoC is constructed | 21:36 |
shorne | but since you need an SoC to build the firmware it can't work | 21:36 |
shorne | I have and idea | 21:36 |
shorne | *an idea, either | 21:40 |
shorne | 1. Use a sidderent SoC in make.py for firmware and gateware | 21:40 |
shorne | 2. try to change FirmwareROM to lazy load date | 21:40 |
shorne | *data, instead of requireding data only during construction | 21:41 |
*** markvoelker_ has quit IRC | 21:41 | |
*** gkopendev has joined #timvideos | 21:58 | |
*** gkopendev has quit IRC | 22:00 | |
shorne | mithro: actually, it looks like this is alredy fixed in litex soc Builder() which has a hook for initialize_rom | 22:03 |
*** springermac has joined #timvideos | 22:08 | |
*** samsagaz has joined #timvideos | 22:09 | |
shorne | maybe thats for bios not H2U firmware | 22:11 |
shorne | ok.. .I fixed it | 22:25 |
cr1901_modern | mithro: FYI the up5k-b-evn board doesn't have serial. So a user will have to do the _tiniest_ bit of soldering to get access to the serial port on one of the unpopulated headers :( | 23:36 |
cr1901_modern | Of course I don't care about having to do soldering but it's kinda user unfriendly :( | 23:37 |
mithro | cr1901_modern: Well that is stupid | 23:42 |
cr1901_modern | I mean... yea, it is. But not much I can do about it | 23:43 |
*** gkopendev has joined #timvideos | 23:52 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!