*** tpb <[email protected]> has joined #yosys | 00:00 | |
*** peeps[zen] <peeps[zen]!~peepsalot@openscad/peepsalot> has quit IRC (Read error: Connection reset by peer) | 00:13 | |
*** peepsalot <peepsalot!~peepsalot@openscad/peepsalot> has joined #yosys | 00:15 | |
*** Tokamak_ <[email protected]> has joined #yosys | 00:54 | |
*** bl0x_ <bl0x_!~bl0x@p200300d7a708fc00dad8f786cc567491.dip0.t-ipconnect.de> has joined #yosys | 02:12 | |
*** bl0x <[email protected]> has quit IRC (Ping timeout: 272 seconds) | 02:14 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 09:58 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #yosys | 10:00 | |
*** bjonnh[m]1 <bjonnh[m]1!~bjonnhmat@2001:470:69fc:105::29> has quit IRC (Ping timeout: 252 seconds) | 11:27 | |
*** whitequark <whitequark!~whitequar@2001:470:69fc:105::37> has quit IRC (Ping timeout: 260 seconds) | 11:27 | |
*** xiretza[m] <xiretza[m]!~xiretzaxi@2001:470:69fc:105::9b1> has quit IRC (Ping timeout: 265 seconds) | 11:27 | |
*** pepijndevos[m] <pepijndevos[m]!~pepijndev@2001:470:69fc:105::b6a8> has quit IRC (Ping timeout: 252 seconds) | 11:28 | |
*** programmerjake <programmerjake!~programme@2001:470:69fc:105::172f> has quit IRC (Ping timeout: 246 seconds) | 11:29 | |
*** xiretza[m] <xiretza[m]!~xiretzaxi@2001:470:69fc:105::9b1> has joined #yosys | 11:52 | |
*** whitequark <whitequark!~whitequar@2001:470:69fc:105::37> has joined #yosys | 12:05 | |
*** pepijndevos[m] <pepijndevos[m]!~pepijndev@2001:470:69fc:105::b6a8> has joined #yosys | 12:10 | |
*** bjonnh[m]1 <bjonnh[m]1!~bjonnhmat@2001:470:69fc:105::29> has joined #yosys | 12:12 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 12:26 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #yosys | 12:30 | |
*** programmerjake <programmerjake!~programme@2001:470:69fc:105::172f> has joined #yosys | 12:37 | |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has joined #yosys | 13:23 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Ping timeout: 255 seconds) | 13:25 | |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has quit IRC (Ping timeout: 255 seconds) | 14:26 | |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has joined #yosys | 14:26 | |
*** singham <singham!~singham@2405:201:f:1e5a:f53d:213e:e018:d1cb> has joined #yosys | 14:30 | |
singham | I face the following strange error building nextpnr for hx8k on RPI3 | 14:31 |
---|---|---|
singham | . | 14:31 |
singham | Reaping winning child 0x55a6e38f60 PID 2448 Live child 0x55a6e38f60 (ice40/chipdb/chipdb-8k.bba) PID 2450 Killed Reaping losing child 0x55a6e38f60 PID 2450 make[2]: *** [ice40/CMakeFiles/chipdb-ice40-bbas.dir/build.make:75: ice40/chipdb/chipdb-8k.bba] Error 137 Removing child 0x55a6e38f60 PID 2450 from chain. Reaping losing child 0x55c41ab000 PID 2447 make[1]: *** [CMakeFiles/Makefile2:255: ice40/CMakeFiles/chipdb-ice40-bbas.dir/all] Er | 14:32 |
singham | . | 14:32 |
singham | Above is output of "make -d" | 14:32 |
gatecat | probably running out of memory | 14:32 |
singham | So what should I do? | 14:32 |
singham | RPI3 has 1GB RAM | 14:33 |
tnt | exactly ... too low | 14:33 |
singham | :( | 14:33 |
gatecat | if you don't care about building it yourself, get it from https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2022-12-21 | 14:33 |
singham | Thanks. How much RAM does it typically need? | 14:35 |
singham | Can I have swap. Then I can build it right? | 14:35 |
tnt | Sure ... it'll take you a few days, but it'll work. | 14:38 |
singham | :P | 14:38 |
singham | How much RAM does it use? | 14:38 |
tnt | I think 3-4G assuming no parallel build. | 14:38 |
singham | Then I should have just 3GB swap | 14:39 |
tnt | I would most definitely err on the side of caution and use _more_ swap than needed. | 14:39 |
tnt | It'll also completely trash the sdcard with tons on rewrite cycles so make sure it's a good quality one that will survive that pounding. | 14:40 |
singham | :P. Just joking. I'll see cross compiling. | 14:40 |
singham | But what takes so much RAM?! | 14:41 |
singham | 3-4GB is way too much! | 14:41 |
tnt | the bba building use some python script to build the db ... it's "easy" to do in python but eats ram like crazy. | 14:41 |
tnt | Feel free to rewrite it better. | 14:41 |
singham | bba means? | 14:42 |
tnt | some custom thing used here to represent the fpga db. | 14:42 |
tnt | There is some way to not build it and use pre-made ones, also worth looking into. | 14:42 |
tnt | Not sure how well that option is documented. | 14:43 |
singham | Checked core. bba is BinaryBlobAssembler | 14:46 |
singham | It seems that it is kept in memory and appended I guess with blob. | 14:47 |
singham | Building just for hx8k shouldn't consume that much right! | 14:47 |
singham | RAM | 14:47 |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 15:05 | |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has joined #yosys | 15:06 | |
singham | What commands should I give to chipdb.py to test it | 15:08 |
*** singham <singham!~singham@2405:201:f:1e5a:f53d:213e:e018:d1cb> has left #yosys | 15:12 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #yosys | 15:51 | |
*** ec_ <ec_!~ec@gateway/tor-sasl/ec> has quit IRC (Ping timeout: 255 seconds) | 15:55 | |
*** Tokamak_ <[email protected]> has quit IRC (Ping timeout: 255 seconds) | 16:53 | |
*** Tokamak_ <[email protected]> has joined #yosys | 16:58 | |
*** Tokamak_ <[email protected]> has quit IRC (Ping timeout: 252 seconds) | 17:33 | |
*** Tokamak_ <[email protected]> has joined #yosys | 17:53 | |
*** Tokamak_ <[email protected]> has quit IRC (Quit: Tokamak_) | 19:18 | |
*** Klotz <Klotz!~Klotzoman@gateway/tor-sasl/klotz> has joined #yosys | 19:48 | |
*** Klotz <Klotz!~Klotzoman@gateway/tor-sasl/klotz> has quit IRC (Ping timeout: 255 seconds) | 20:49 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Remote host closed the connection) | 21:18 | |
*** Tokamak_ <[email protected]> has joined #yosys | 21:42 | |
*** Tokamak_ <[email protected]> has quit IRC (Ping timeout: 255 seconds) | 22:13 | |
*** Tokamak_ <Tokamak_!~Tokamak@2607:fb91:1401:4b77:2d0c:7699:f41f:4bb9> has joined #yosys | 22:16 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #yosys | 22:44 | |
*** nonchip <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 23:05 | |
*** nonchip <[email protected]> has joined #yosys | 23:06 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has quit IRC (Ping timeout: 255 seconds) | 23:35 | |
*** ec <ec!~ec@gateway/tor-sasl/ec> has joined #yosys | 23:39 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!