Mentor Blogs

Posts tagged with 'powerpc'

2 Jul, 2010

More Cores in Store

Posted by J VanDomelen

J VanDomelen At the heart of most mil/aero electronics—and arguably the most important component of current electronics systems is the processor. Virtually all mil/aero electronics take advantage of processors of one sort or another, whether x86, powerPC, RISC, FPGA, 32-bit, or 64-bit. Many different types of processing devices are employed by the modern warfighter, in fact. Today’s soldier, fed up with being made … Read More

Hardware, Engineer, Design Automation, Milaero, Computer, Warfighters, Mentor Graphics, x86, COTS, Geek, osbourne executive, Multicore, Thermal, Mentor, Mil-Aero, UAV, powerpc, Embedded Systems, Military, Silicon, Electronic, battlefield, soldier, soldiers

24 Jun, 2010

Hollis Blanchard When I learned Python I became enamored with the idiom of dispatching, which looks something like this: name = "foo" function = getattr(object, "prefix_" + name) function() In this way we can call object.prefix_foo() without big switch statements or if/else if/else if constructs. Of course, I usually program in C. While we can’t do exactly the same thing there, the closest analogy is the function … Read More

powerpc, Python