Coder Social home page Coder Social logo

zzfd97 / consolite-hardware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rfotino/consolite-hardware

0.0 0.0 0.0 180 KB

A hardware implementation of the Consolite game console written in Verilog.

License: MIT License

Python 1.98% Verilog 97.55% SystemVerilog 0.47%

consolite-hardware's Introduction

Consolite Hardware

This is a Verilog implementation of a microprocessor implementing the Consolite ISA. It is designed for the Mimas V2 development board with a Spartan 6 FPGA.

What Is Consolite?

Consolite (coming from "Console Lite") is the name I've given to my design of a hobbyist microprocessor and associated toolchain. Consolite's instruction set architecture (ISA) has assembly level instructions for setting colors, drawing pixels on the screen, and receiving input. This makes it suitable for writing games, which is what makes it a "console".

Consolite Specs

  • Display: 256 x 192 pixels, 8-bit color (VGA output)
  • Registers: 16 general purpose, instruction pointer, color, flags
  • Memory: 64KiB main memory, 48KiB video memory (write only)
  • Storage: Up to 256 programs on microSD card
  • Input: 6 buttons, 8 switches, 32 GPIOs, up to 8 SNES controllers

Documentation

License

The Verilog code in the /src directory and any documentation is covered under the license in LICENSE.txt. The MimasV2Config.py script for flashing Consolite onto the development board is not my creation and is not covered under this license. Additionally, the files under the /proj/ipcore_dir directory have been generated from the Xilinx software and are not covered under the license; these files are used for interfacing with the on board LPDDR RAM.

consolite-hardware's People

Contributors

rfotino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.