My favorites | Sign in
Logo
             
Links:
Feeds:
People details
Project owners:
  jackokring

Donate via Payal

NIBZ is a compact innovative microprocessor described in VHDL. The innovation is based around how the machine encodes instructions. There are 16 basic instructions and one advanced call instruction. The advanced call instruction gives the density of direct threaded code with the speed of subroutine threaded code. Certain choices of instruction were purposefully left out. A good example being a literal value load. When threaded code is analyzed, it can be seen that this instruction would not be used very often, as the placement of that value onto a stack makes for extra instructions, loosing code density.

There is an (A)ccumulator and 4 main registers

This processor is dedicated to the Moores and the more's and the moors.

The 16 basic instructions are encoded in the low nibble of a machine code word. The advanced call instruction is identified by being greater than 15. This has many benefits, including elimination of some branch delay slots in a full pipeline architecture, and effective little-endian load pre-decoding. It must be noted that the memory organization is big endian, even though fetches and stores are done in little endian order.

The first project phase is complete with a half width data bus for using cheaper memory. This places total instruction fetch and execution time to 5 cycles. The second project phase concentrating on the IO is now in progress. This already includes a 1/5 clock synchronous addressing interface to keep full memory cycle use up in designs.

To Clarify Licence Issues

A one core (single instruction stream execution) per chip (piece of silicon/SOI/GaAs cut to fit a mounting) licence is available for free. This allows use in propritory designs, while still allowing full utility (any number of cores) in open BSD designs. The instruction design is well suited to dataflow multiple dispatch, with the elimination of cycle overheads of stack shuffling.

Have a look at the InstructionSet for more details. The VHDL is OpenSource BSD and the VHDL was produced with the aid of Altera Quartus II. This project will be given a boost by the development of a Forth language system for it. The this is started on Gforth for nibz . A J2MERef java source of the instuction operation is available, to be used in an emulator, although it is quite old and has not been modified to the new instruction timings.

A hardware ReferenceSystem is in the design process.

This is an n+4 design all extension is via n+5, etc.. For an insight on how generalization to programming of Objects will occur, Think Object Transfer Language, although this is a long way off.

Check VersionList for version details and extras. Try WhatIsVHDL too, to see an old version.

The OldDesign indi proessor is now not developed, but the design can be downloaded. The reason for the change is obvious when threaded code is considered.

K Ring Technologies Semiconductor

The Direct Injection Switching Channel Organization (DISCO) FET symbol above is based upon the idea of a parallel channel which charges, but does not conduct, either by doping levels or a thicker oxide layer. The resulting antiphase injection or collection of charge carriers reduces the miller capacitance effect.

"Yet more great technology from K Ring." - Simon Jackson, BEng.

Charitable Director and Creative Technologist









Hosted by Google Code