
Top : Computers : Hardware : Components : Processors :
Minimal
Websites
Free on-line book by Philip J. Koopman, Jr. Read it on-line, or download it in several formats including 700k zip file. Published in 1989, the first book to explore a new breed of stack computers led by introduction of Novix NC4016.
site exerpt
Stack Computers: the new wave an on-line book The author commences with an overview of how stacks are used in computing, and a taxonomy of hardware stack support which includes a survey of approximately 70 stack machines past and present. Detailed descriptions, including block diagrams and instruction set...References, links to Forth and stack machines in various technologies.
http://www.ultratechnology.com/chips.htm
Stack-based processors, 5-bit words, 25 instructions, 7000 transistors, 80 MIPS, 50 milliwatts, low cost; designed by Chuck Moore, creator of Forth programming language.
http://www.ultratechnology.com/misc.html
Course on minimal processors: Guided Exploration of two FPGA-based CPU Designs, led by John Rible.
http://www.sandpipers.com/
Minimal instruction set, small, low power 16-bit CPU optimized to run Forth on a Xilinx FPGA. When system is stable, VHDL source code for CPU and all other code will be released to make a full open source public domain CPU.
http://www.cse.cuhk.edu.hk/~phwl/msl16/msl16.html
Uses of Forth microprocessors and programming language: controllers for spacecraft flight systems, on-board payload experiments, ground support; hardware or software to build or test flight or ground systems.
http://forth.gsfc.nasa.gov/
1987 Rochester Forth Conference Proceedings. Four abstracts of Forth processor systems. This was the same conference at which the S.N. Baranoff papers were first publicized in the West.
http://www.jfar.org/volume5.html
Small, fast stack-based processor for FPGAs. CPU prototyped and debugged in ANS Forth. A simple RTL-specific language extension provides discrete event simulation for structural model of CPU and allows concise architecture representation.
http://www.tinyboot.com/E16.html
Designs, builds: single board computers (SBC), peripherals, embedded systems, PCB design/layout, high level programming (industry leaders in Forth), custom design work; large line of stock products: from full handheld computers to development packages. Since 1980.
site exerpt
New Micros, Inc ...Research project for high performance, low cost computing. Uses stack based instructions for a 4-way VLIW processor. Implemented in current technology, it would outrun high-end DSPs (TMS 320C6x, TigerSHARC), and let the full application run on one processor, with no further RISC core.
http://jwdt.com/~paysan/4stack.html
Goal: dominate very low cost, low power, single core CPU market, and have the only ultra-high-end supercomputer on-a-chip system. Because the CPU core is so small, it is possible to put 1000s of cores and memory in one IC chip package.
http://www.enumera.com/
Embedded systems consultant for small (8/16-bit) and distributed microprocessor systems. Contract hardware and software development for most microcontrollers. Specialist: Forth, Assembly, C. By Bradford J. Rodriguez, Ph.D.
http://www.zetetics.com/recursiv/capabil.htm#Hardware
Small, powerful Forth embedded computers: let you quickly design applications: controls, portable instruments, terminals, data loggers, GPS, CAN bus, multitasking, LCD and keyboard systems. High level language makes development simple and fast; needs no PROM programmer. Forth hardware and software.
http://www.triangledigital.com/
Philip J. Koopman, Jr., CMU page. Many reports, studies, links. Compares: CISC, RISC, Stack systems; 2 & 3 stack systems. Excellent resource.
http://www.ece.cmu.edu/~koopman/stack.html
JOP is the implementation of a small java processor with the JVM fitting in a FPGA.
site exerpt
JOP: A Tiny Java Processor Core for FPGA This site is designated for a processor design to implement the Java Virtual Machine in hardware. It is part of a PhD thesis at the Vienna University of Technology, Austria. The goal of this development is a simple and small...