Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs
<wpwrak>
(sigrok) looks pretty cool
* kristianpaul
needs try its avnet hacked for sump with sigrok
<kristianpaul>
wpwrak: you're right was matter of fixing some naming from guess russian characters for something more utf-8 friendly
<kristianpaul>
the eeschema loading error from yday
<wpwrak>
hah ! :)
<wpwrak>
babylonization is a source of endless fun
<kristianpaul>
ñes !!
<kristianpaul>
dammit i cant not run decently even gnuradio to live decode fm..
<kristianpaul>
thats a good excuse to get and more than two cores laptop.. not now but later perhaps
<kristianpaul>
or better excuse to hack more in to hdl :)
GNUtoo-desktop has quit [Quit: [INFO] fsogsmd : received signal -11, exiting.]
rejon has quit [Ping timeout: 245 seconds]
wej has quit [Ping timeout: 248 seconds]
wej has joined #qi-hardware
whitequark has quit [Ping timeout: 260 seconds]
whitequark has joined #qi-hardware
phirsch_ has joined #qi-hardware
phirsch has quit [Ping timeout: 248 seconds]
phirsch_ is now known as phirsch
<cladamw>
wpwrak, can add XOR or like "if" expression under frame ?
<cladamw>
wpwrak, if no, i think it's a good feature to add in the future. :)
<wpwrak>
there are two ways to make an "if":
<wpwrak>
loop if = 1,expr
<wpwrak>
and set ?expr = 1 /* or whatever value would be "true". can also be a string */
<wpwrak>
err, s/?expr/?var
<wpwrak>
if you need an expression, the 2nd form would be:
<wpwrak>
set tmp = expr
<wpwrak>
set ?tmp = value
<wpwrak>
no, wait ...
<wpwrak>
yeah works. looks weird but it's okay.
<wpwrak>
the set ?var = value form needs the latest fped from git. the older loop var = 1, one_or_zero form also works if old versions of fped
<wpwrak>
s/if old/with old
<qi-bot>
wpwrak meant: "the set ?var = value form needs the latest fped from git. the older loop var = 1, one_or_zero form also works with old versions of fped"
<wpwrak>
i think i need some sleep :(
<cladamw>
wpwrak, aha ... tks a lots. need to practice.
pabs3 has quit [Remote host closed the connection]
rejon has quit [Ping timeout: 246 seconds]
pabs3 has joined #qi-hardware
jekhor has quit [Read error: Operation timed out]
cladamw has joined #qi-hardware
jurting has joined #qi-hardware
xiangfu has joined #qi-hardware
rejon has joined #qi-hardware
rejon has quit [Ping timeout: 252 seconds]
felix_ has joined #qi-hardware
felix_ is now known as sucotronic
cladamw_ has joined #qi-hardware
cladamw has quit [Quit: Leaving]
<cladamw_>
wpwrak, about (if) expression, i saw example from sot.fpd but still don't fully understand how to use two boundaries to 'filter' those pins I don't want to show them.
<cladamw_>
wpwrak, there's pin 5 and 6 are not in proper order same as pins_bottom frame, (i.e. a spindle coordinates pins vectors), I've tried to learned to disable ( i.e. multiply by an index) pin 6, 7 vectors but not in success though. In the end, I used a very stupid way to split two quadrants individually then finished. :-) The codes are not smart at all. So if you have available time, could you show me an alternative codes by
<cladamw_>
using "if" expression to optimize codes ? :-O
wolfspra1l has joined #qi-hardware
wolfspra1l has quit [Read error: Connection reset by peer]
wolfspraul has quit [Ping timeout: 248 seconds]
<cladamw_>
i've been loving your this Fped, it's not about efficiency to help work or not, it's about to apply/scrap math together from schools. :-)
wolfspraul has joined #qi-hardware
cladamw_ has quit [Ping timeout: 240 seconds]
wolfspraul has quit [Ping timeout: 244 seconds]
wolfspraul has joined #qi-hardware
wolfspra1l has joined #qi-hardware
cladamw_ has joined #qi-hardware
wolfspraul has quit [Ping timeout: 250 seconds]
Ayla has joined #qi-hardware
cladamw_ has quit [Quit: Ex-Chat]
Martix has joined #qi-hardware
Martix has quit [Remote host closed the connection]
Martix has joined #qi-hardware
Martix has quit [Read error: Operation timed out]
xwalk has quit [Read error: Operation timed out]
Martix has joined #qi-hardware
<xiangfu>
jivs, from the build host also failed to build guile2 :(
Martix has quit [Read error: Operation timed out]
DocScrutinizer has quit [Disconnected by services]
DocScrutinizer has joined #qi-hardware
rejon has joined #qi-hardware
Martix has joined #qi-hardware
Martix has quit [Remote host closed the connection]
wolfspra1l has quit [Quit: leaving]
wolfspraul has joined #qi-hardware
erikkugel has joined #qi-hardware
wolfspra1l has joined #qi-hardware
wolfspraul has quit [Ping timeout: 245 seconds]
panda|x201 has quit [Ping timeout: 245 seconds]
wolfspraul has joined #qi-hardware
wolfspra1l has quit [Ping timeout: 245 seconds]
wolfspraul has quit [Ping timeout: 245 seconds]
panda|x201 has joined #qi-hardware
xiangfu has quit [Read error: Connection reset by peer]
Jay7 has quit [Read error: Connection reset by peer]
Jay7 has joined #qi-hardware
Martix- has joined #qi-hardware
wolfspraul has joined #qi-hardware
Martix- has left #qi-hardware [#qi-hardware]
wolfspra1l has joined #qi-hardware
wolfspraul has quit [Ping timeout: 256 seconds]
jeremybrown82 has joined #qi-hardware
phirsch has quit [Read error: Operation timed out]
phirsch has joined #qi-hardware
Ornotermes has quit [Ping timeout: 240 seconds]
Ornotermes has joined #qi-hardware
Ornoterm1s has joined #qi-hardware
Ornotermes has quit [Read error: Operation timed out]
Ornoterm1s is now known as Ornotermes
Ornoterm1s has joined #qi-hardware
Ornotermes has quit [Ping timeout: 252 seconds]
jluis|work has quit [Ping timeout: 265 seconds]
Ornotermes has joined #qi-hardware
Ornotermes has quit [Client Quit]
Ornoterm1s has quit [Read error: Operation timed out]
<qi-bot>
[commit] Werner Almesberger: new option -N to override file names in diagnostics (for regression testing) (master) http://qi-hw.com/p/eda-tools/60de30c
<qi-bot>
[commit] Werner Almesberger: new option -v to control verbosity level; move hierarchy dump from parser to boom.c (master) http://qi-hw.com/p/eda-tools/59d21e6
emeb has joined #qi-hardware
kilae has joined #qi-hardware
woakas has quit [Ping timeout: 245 seconds]
GNUtoo-desktop has joined #qi-hardware
erikkugel has left #qi-hardware [#qi-hardware]
jekhor has joined #qi-hardware
dptech has joined #qi-hardware
kilae has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]]
rejon has quit [Ping timeout: 244 seconds]
woakas has joined #qi-hardware
<whitequark>
can I ask a question about cpus/fpgas?
<Ayla>
you may
<whitequark>
let there be an ARM and an FPGA
<whitequark>
FPGA sits on ARM's external bus
<whitequark>
ARM's bus controller is technically external, but it's clocked by the same signal as the FPGA
<whitequark>
can bus be used as a synchronous one from within the FPGA