Programming a 144-computer Chip to Minimize Power (2013)
1–10 of 53 posts
Re: Programming a 144-computer Chip to Minimize Power (2013)
#2Edit: https://thestrangeloop.com/2013/programming-a-144-computer-c...
Re: Programming a 144-computer Chip to Minimize Power (2013)
#3Re: Programming a 144-computer Chip to Minimize Power (2013)
#4http://www.greenarraychips.com/home/documents/index.html#GA1...
Re: Programming a 144-computer Chip to Minimize Power (2013)
#5I really love greenarrays and that entire social circle. It's an older group of folks that bought a historical house in Wyoming and do chip design, programming, everything with their own home-brew minimal set of software. It's an alternative universe of programming. It's almost a software and hardware design religion. I think everyone should know about it and that it's possible to work this way, even if you wouldn't…
I would love to! Any further links to the life/work-style of said group?
Re: Programming a 144-computer Chip to Minimize Power (2013)
#6AFAIK, the memory-communication power can increase by orders of magnitude if u go off-core, off-chip, off-cache, etc.
Re: Programming a 144-computer Chip to Minimize Power (2013)
#7Architecture and further details on the GreenArray chip: http://www.greenarraychips.com/home/documents/index.html#GA1...
AFAIK, the memory-communication power can increase by orders of magnitude if u go off-core, off-chip, off-cache, etc.
Re: Programming a 144-computer Chip to Minimize Power (2013)
#8I really love greenarrays and that entire social circle. It's an older group of folks that bought a historical house in Wyoming and do chip design, programming, everything with their own home-brew minimal set of software. It's an alternative universe of programming. It's almost a software and hardware design religion. I think everyone should know about it and that it's possible to work this way, even if you wouldn't…
> I think everyone should know about it I would love to! Any further links to the life/work-style of said group?
Re: Programming a 144-computer Chip to Minimize Power (2013)
#9I really love greenarrays and that entire social circle. It's an older group of folks that bought a historical house in Wyoming and do chip design, programming, everything with their own home-brew minimal set of software. It's an alternative universe of programming. It's almost a software and hardware design religion. I think everyone should know about it and that it's possible to work this way, even if you wouldn't…
> I think everyone should know about it I would love to! Any further links to the life/work-style of said group?
Re: Programming a 144-computer Chip to Minimize Power (2013)
#10I think that many core architectures can actually be simpler to program in an embedded context than the traditional single core systems. It's akin to a hardware implementation of the actor model rather than an interrupt state machine or interrupt event loop. Being able to dedicate cores to single I/O tasks means you can bitbang almost anything. Here's HDMI running in a few lines of code on a Propeller 2 with no external components but the HDMI connector: https://forums.parallax.com/discussion/comment/1475075/#Comm...