OpenCores

Small Stack Based Computer Compiler

Project maintainers

Details

Name: ssbcc
Created: Jan 2, 2014
Updated: Feb 5, 2014
SVN Updated: Sep 29, 2015
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star2you like it: star it!

Other project properties

Category:Processor
Language:Verilog
Development status:Stable
Additional info:Design done, FPGA proven
WishBone compliant: No
WishBone version: n/a
License: Others

Description

Summary

SSBCC.9x8 is a free Small Stack-Based Computer Compiler with a 9-bit opcode, 8-bit data core. It creates vendor-independent, high-speed, low fabric utilization micro controllers for FPGAs. It has been used in Spartan-3A, Spartan-6, Virtex-6, and Artix-7 FPGAs and has been built for Altera, Lattice, and other Xilinx devices. It is faster and usually smaller than vendor provided processors.

The compiler takes an architecture file that describes the micro controller memory spaces, inputs and outputs, and peripherals and which specifies the HDL language and source assembly. It generates a single HDL module implementing the entire micro controller. No user-written HDL is required to instantiate I/Os, program memory, etc.

SSBCC has been used for the following projects:
  • operate a media translator from a parallel camera interface to an OMAP GPMC interface, detect and report bus errors and hardware errors, and act as an SPI slave to the OMAP
  • operate two UART interfaces and multiple PWM controlled 2-lead bi-color LEDs
  • operate and monitor the Artix-7 fabric in a Zynq system using AXI4-Lite master and slave buses, I2C buses for timing-critical voltage measurements

Status

The computer compiler, the assembler, and several peripherals have been been working since early 2012.

The only external tool required is Python 2.7.

Downloads

Snapshots of the project can be downloaded from opencores. The code is maintained at https://github.com/sinclairrf/SSBCC.

Questions can be e-mailed to ssbcc at sinclairrf dot com