*** tpb has joined #timvideos | 00:00 | |
*** jpX has joined #timvideos | 00:01 | |
*** jpX has quit IRC | 00:03 | |
*** cr1901 has joined #timvideos | 00:19 | |
cr1901 | That's funny... I thought I was in this room | 00:19 |
---|---|---|
cr1901 | mithro: Are you around right now? | 00:19 |
mithro | I am kinda | 00:19 |
cr1901 | I just checked out symbiflow-arch-defs to my netbook... fresh copy | 00:20 |
cr1901 | I get this weird error when running make redir | 00:20 |
cr1901 | make/gen.mk:5: *** No configs found for mux. Stop. | 00:20 |
cr1901 | Ever see anything like this? | 00:20 |
mithro | What does "git status" show? | 00:22 |
cr1901 | On branch master | 00:23 |
cr1901 | Your branch is up-to-date with 'origin/master'. | 00:23 |
cr1901 | nothing to commit, working directory clean | 00:23 |
cr1901 | Netbook _is_ a Linux, btw | 00:23 |
mithro | cr1901: I was after the commit version and the status of your submodules | 00:24 |
cr1901 | Forgot to check out submodules... again... | 00:26 |
cr1901 | and my personal copy isn't up to date w/ yours on master | 00:26 |
cr1901 | Okay, still the same problem after git submodule update --init... commit is 1d4f491 | 00:27 |
mithro | commit 84e9ef3d ? | 00:27 |
cr1901 | doesn't match any know commit... h/o | 00:29 |
mithro | hrm? https://github.com/SymbiFlow/symbiflow-arch-defs/commit/84e9ef3db1df78bce7c8de4bbbf1d4ac4f549ee7 | 00:32 |
tpb | Title: Merge pull request #217 from SymbiFlow/dependabot/submodules/third_pa… · SymbiFlow/symbiflow-arch-defs@84e9ef3 · GitHub (at github.com) | 00:32 |
cr1901 | oh I was tracking your copy | 00:34 |
cr1901 | let's see... | 00:34 |
cr1901 | mithro: Same problem. | 00:35 |
mithro | What does git-status show now? | 00:36 |
cr1901 | HEAD detached at 84e9ef3 | 00:37 |
cr1901 | nothing to commit, working directory clean | 00:37 |
cr1901 | >> | 00:37 |
cr1901 | submodules checked out | 00:37 |
mithro | Hrm | 00:40 |
cr1901 | netbook is 32 bit | 00:41 |
cr1901 | guess I'll just edit over the network and rsync the output files | 00:41 |
cr1901 | from home machine | 00:41 |
mithro | I just did a fresh checkout and got the following | 00:42 |
mithro | ls: cannot access 'symbiflow-arch-defs-test/third_party/*/.git': No such file or directory | 00:43 |
mithro | make/inc/common.mk:23: *** Submodules are not initialized! -- Run git submodule update --init. Stop. | 00:43 |
mithro | https://github.com/SymbiFlow/symbiflow-arch-defs/issues/197 | 00:44 |
tpb | Title: Makefile fails in confusing way if Make version 3.82 is used. · Issue #197 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 00:44 |
mithro | cr1901: I think that is your issue | 00:44 |
cr1901 | Excellent... | 00:46 |
mithro | cr1901: I'd love you to fix the issue if you know of a good way too | 00:47 |
mithro | Hopefully we will replace my horrific makefile system with something better soon -> https://github.com/SymbiFlow/symbiflow-arch-defs/pull/215 | 00:47 |
tpb | Title: CMake build system for architecture definitions and FPGA targets by litghost · Pull Request #215 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 00:47 |
cr1901 | Oh that would explain a lot... my netbook is still running Ubuntu 14.04 | 00:47 |
cr1901 | mithro: Not offhand... going compile my own copy of make in the interim | 00:48 |
mithro | cr1901: I think we just need some type of version check | 00:48 |
cr1901 | Oh I thought you meant "make it work with 3.82 (or 3.81, my version)" | 00:48 |
xobs | Funny, right now I'm trying to get Ubuntu 14.04 running on my system. I have some ancient software that doesn't seem happy with anything newer. | 00:51 |
mithro | I'm heading out now | 00:52 |
cr1901 | alright, thanks for the help | 00:52 |
mithro | xobs: See my comments from earlier | 00:52 |
cr1901 | xobs: Well make sure your GNU make is up to date, and if not make sure to fetch it from your neighborhood-friendly ftp mirror :) | 00:52 |
* cr1901 is a little pissed GNU intends to disable ftp | 00:52 | |
xobs | mithro: yes, the provider idea is an interesting one. | 00:54 |
xobs | cr1901_modern: I'm trying to get a VLSI tool from 2015 building, but it wants Boost.Python 2.8, Qt4, and to be compiled in a specific directory. It's not the best build experience. | 00:56 |
cr1901 | the hell is python 2.8 | 00:56 |
cr1901 | Oh, and I just realized this isn't going to work- tfw no 32-bit build of conda | 00:57 |
xobs | 2.7. Phone keyboard, sorry. | 00:57 |
mithro | xobs: have you looked at qflow ? | 00:59 |
mithro | http://opencircuitdesign.com/qflow/welcome.html | 01:00 |
tpb | Title: Qflow 1.1 (at opencircuitdesign.com) | 01:00 |
cr1901 | mithro: Yea, I'm going to have to remotely edit stuff for this, b/c there is _no_ 32-bit Conda :P. I should consider upgrading my netbook- oh wait... | 01:00 |
*** Iciloo21 has joined #timvideos | 01:03 | |
mithro | cr1901: if you don't take "make env" it will used stuff from you system | 01:04 |
cr1901 | It looks like some stuff is hardcoded to look in conda/env/bin? Or is that only if you run "make env"? | 01:05 |
cr1901 | In any case, noted. I have everything but node installed I think. How bad could that be to set up? | 01:05 |
mithro | Only if you use make env | 01:06 |
cr1901 | alright, I'll do git clean -f -d and start over | 01:06 |
*** ^Phantom^ has joined #timvideos | 01:08 | |
*** ^Phantom^ has quit IRC | 01:10 | |
xobs | mithro: I've looked at qflow -- it mostly works, and sometimes I get a synthesized chip out of it, but graywolf is a bit dodgy legally and is rather slow. I'm hoping to use the placer from Coriolis instead. | 01:25 |
*** samouy10 has joined #timvideos | 01:29 | |
*** jorik4 has joined #timvideos | 01:55 | |
*** jorik4 has quit IRC | 01:57 | |
*** tigermousr27 has joined #timvideos | 02:02 | |
*** tigermousr27 has quit IRC | 02:04 | |
xobs | If it works out, I'll redo the build system to use something more sane. And port it to Python3. And Qt5. | 02:39 |
*** Techman8 has joined #timvideos | 03:01 | |
*** Techman8 has quit IRC | 03:03 | |
*** get has joined #timvideos | 03:13 | |
*** alphor4 has joined #timvideos | 03:15 | |
*** alphor4 has quit IRC | 03:17 | |
*** get has quit IRC | 03:18 | |
*** Kripton has quit IRC | 03:29 | |
*** Kripton has joined #timvideos | 03:30 | |
*** zeroed has joined #timvideos | 03:38 | |
*** zeroed has quit IRC | 03:38 | |
*** ajvpot16 has joined #timvideos | 04:12 | |
*** ajvpot16 has quit IRC | 04:14 | |
*** lino has joined #timvideos | 04:31 | |
*** lino has quit IRC | 04:33 | |
*** sulvone27 has joined #timvideos | 04:46 | |
*** sulvone27 has quit IRC | 04:47 | |
*** lmartin9222 has joined #timvideos | 04:51 | |
*** lmartin9222 has quit IRC | 04:52 | |
*** fibo_mach has joined #timvideos | 04:59 | |
*** fibo_mach has quit IRC | 05:03 | |
*** rikai has joined #timvideos | 05:12 | |
*** rikai has quit IRC | 05:14 | |
*** betawaffle17 has joined #timvideos | 05:47 | |
*** betawaffle17 has quit IRC | 05:52 | |
*** earlz28 has joined #timvideos | 06:14 | |
*** earlz28 has quit IRC | 06:15 | |
*** Inception has joined #timvideos | 06:16 | |
*** Inception has quit IRC | 06:20 | |
xobs | mithro can you check out #tomu please? | 06:29 |
*** cyrozap has quit IRC | 06:34 | |
*** jimbeamm has joined #timvideos | 06:37 | |
*** cyrozap has joined #timvideos | 06:37 | |
*** rohitksingh has joined #timvideos | 06:39 | |
*** jimbeamm has quit IRC | 06:43 | |
*** rohitksingh has quit IRC | 06:43 | |
*** cyrozap has quit IRC | 06:46 | |
*** cyrozap has joined #timvideos | 06:50 | |
*** cyrozap has quit IRC | 07:14 | |
*** cyrozap has joined #timvideos | 07:14 | |
*** ikevin23 has joined #timvideos | 07:55 | |
*** ikevin23 has quit IRC | 07:55 | |
*** Mony5 has joined #timvideos | 08:14 | |
*** patate15 has joined #timvideos | 08:21 | |
*** patate15 has quit IRC | 08:27 | |
*** yano29 has joined #timvideos | 08:29 | |
*** yano29 has quit IRC | 08:32 | |
*** rogue2 has joined #timvideos | 08:34 | |
*** pavlushka has joined #timvideos | 08:36 | |
*** pavlushka is now known as Guest52430 | 08:36 | |
*** Guest52430 has quit IRC | 08:37 | |
*** rogue2 has quit IRC | 08:40 | |
*** Zanzibar16 has joined #timvideos | 09:07 | |
*** Zanzibar16 has quit IRC | 09:09 | |
*** Humbedooh12 has joined #timvideos | 09:32 | |
*** Humbedooh12 has quit IRC | 09:32 | |
*** CalimeroTeknik3 has joined #timvideos | 09:33 | |
*** Ckat13 has joined #timvideos | 09:35 | |
*** CalimeroTeknik3 has quit IRC | 09:36 | |
*** Ckat13 has quit IRC | 09:36 | |
*** ldunn3 has joined #timvideos | 09:57 | |
*** host has joined #timvideos | 10:02 | |
*** sirnaysayer has joined #timvideos | 10:05 | |
*** sirnaysayer has quit IRC | 10:07 | |
*** SWAT21 has joined #timvideos | 10:41 | |
*** Guest73722 has joined #timvideos | 10:44 | |
*** SWAT21 has quit IRC | 10:46 | |
*** Guest73722 has quit IRC | 10:49 | |
*** CarlFK has quit IRC | 10:54 | |
*** prettymuchbryce2 has joined #timvideos | 11:08 | |
*** prettymuchbryce2 has quit IRC | 11:10 | |
*** Kripton has quit IRC | 11:31 | |
*** Sveta18 has joined #timvideos | 12:05 | |
*** Sveta18 has quit IRC | 12:06 | |
*** rohitksingh has joined #timvideos | 12:15 | |
*** rohitksingh has quit IRC | 12:25 | |
*** rohitksingh has joined #timvideos | 12:38 | |
*** SkIzZaTo has joined #timvideos | 12:42 | |
*** SkIzZaTo has quit IRC | 12:49 | |
*** CarlFK has joined #timvideos | 12:59 | |
*** ChanServ sets mode: +v CarlFK | 12:59 | |
*** rigel3 has joined #timvideos | 13:21 | |
*** rigel3 has quit IRC | 13:23 | |
*** fxrh12 has joined #timvideos | 13:40 | |
*** fxrh12 has quit IRC | 13:44 | |
*** xuanrui has joined #timvideos | 14:08 | |
*** Humbedooh6 has joined #timvideos | 14:09 | |
*** xuanrui has quit IRC | 14:10 | |
*** Humbedooh6 has quit IRC | 14:10 | |
*** bolt15 has joined #timvideos | 14:21 | |
*** rohitksingh has joined #timvideos | 14:23 | |
*** missnomer has joined #timvideos | 14:33 | |
*** Zapy1 has joined #timvideos | 14:50 | |
*** sud012 has joined #timvideos | 14:58 | |
*** rohitksingh has quit IRC | 15:00 | |
*** therock247uk15 has joined #timvideos | 15:19 | |
*** eggy has joined #timvideos | 15:20 | |
*** therock247uk15 has quit IRC | 15:25 | |
*** rohitksingh has joined #timvideos | 15:26 | |
*** rohitksingh has quit IRC | 16:05 | |
*** jeggott27 has joined #timvideos | 16:19 | |
cr1901 | mithro: I would show you a pic if I could, but if you want to try out the xc20xx verilog models and look at the png output, now is a good time to do it | 16:19 |
cr1901 | I would say it's just about done aside from some cleanup in the output files | 16:20 |
*** jeggott27 has quit IRC | 16:20 | |
*** hiya13 has joined #timvideos | 16:22 | |
*** hiya13 has quit IRC | 16:27 | |
*** zz_ka6sox has joined #timvideos | 16:41 | |
*** zz_ka6sox has quit IRC | 16:43 | |
*** tinyhippo26 has joined #timvideos | 17:00 | |
*** tinyhippo26 has quit IRC | 17:02 | |
*** nickoe21 has joined #timvideos | 17:03 | |
*** anderx has joined #timvideos | 17:08 | |
*** anderx is now known as Guest83319 | 17:08 | |
*** Guest83319 has quit IRC | 17:14 | |
*** hyadez has quit IRC | 17:18 | |
*** hyadez has joined #timvideos | 17:30 | |
*** lkoranda8 has joined #timvideos | 17:36 | |
*** lkoranda8 has quit IRC | 17:42 | |
*** Iciloo12 has joined #timvideos | 17:44 | |
*** Deusdeorum19 has joined #timvideos | 17:50 | |
*** Deusdeorum19 has quit IRC | 17:56 | |
*** rohitksingh has joined #timvideos | 18:06 | |
*** j-fish has joined #timvideos | 18:10 | |
*** rohitksingh has quit IRC | 18:15 | |
*** NSCLRP-12 has joined #timvideos | 18:27 | |
*** NSCLRP-12 has quit IRC | 18:31 | |
*** nolsen28 has joined #timvideos | 18:33 | |
*** shenki has quit IRC | 18:59 | |
*** doaks has joined #timvideos | 19:29 | |
*** doaks has quit IRC | 19:35 | |
*** batman422 has joined #timvideos | 19:42 | |
*** hozer has quit IRC | 19:45 | |
*** Whooa21 has joined #timvideos | 19:46 | |
*** batman422 has quit IRC | 19:46 | |
*** hozer has joined #timvideos | 19:47 | |
*** Whooa21 has quit IRC | 19:48 | |
*** Peetz0r10 has joined #timvideos | 19:58 | |
*** Peetz0r10 has quit IRC | 20:04 | |
*** aaron7 has joined #timvideos | 20:27 | |
*** aaron7 has quit IRC | 20:28 | |
*** Random has joined #timvideos | 20:51 | |
*** Random has quit IRC | 20:57 | |
*** Pidgeotto12 has joined #timvideos | 21:00 | |
*** Pidgeotto12 has quit IRC | 21:03 | |
*** Humbedooh28 has joined #timvideos | 21:36 | |
*** samsagaz has quit IRC | 21:49 | |
*** mrdata5 has joined #timvideos | 22:02 | |
*** techman83 has quit IRC | 22:05 | |
*** techman83 has joined #timvideos | 22:05 | |
*** ChanServ sets mode: +v techman83 | 22:05 | |
*** mrdata5 has quit IRC | 22:09 | |
*** shenki has joined #timvideos | 22:21 | |
*** ChanServ sets mode: +v shenki | 22:21 | |
*** kamkran has joined #timvideos | 22:49 | |
*** m4v10 has joined #timvideos | 22:49 | |
*** kamkran has quit IRC | 22:49 | |
*** m4v10 has quit IRC | 22:50 | |
*** iDanoo24 has joined #timvideos | 23:07 | |
*** TBloemink5 has joined #timvideos | 23:08 | |
*** Guest86340 has left #timvideos | 23:20 | |
*** puck_ has joined #timvideos | 23:20 | |
*** Menche24 has joined #timvideos | 23:28 | |
*** Menche24 has quit IRC | 23:28 | |
*** puck_ has quit IRC | 23:32 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!