Code Monkey home page Code Monkey logo

bedrock's Introduction

Overview

Bedrock is largely an accumulation of Verilog codebase written over the past several years at LBNL. It contains platform-independent Verilog, and whatever it takes to get it onto FPGA platforms like Xilinx etc.

It is currently a conglomerate of code broken into the following subdirectories:

  • dsp: Various Digital Signal Processing algorithms implemented in platform-independent (portable) Verilog, and their test benches; modules include DDS, Down-conversion, Up-conversion, CIC Filters, Low-Pass filters, High-Pass filters, Mixers
  • cordic: A self contained Verilog implementation of a CORDIC; includes several operating modes that can be selected at build-time or run-time
  • rtsim: Real-Time simulation of various components of an RF system like a resonant cavity, its Electrical and Mechanical modes, ADCs, Cables, Piezos etc.
  • cmoc: Verilog implementation of an RF controller, that connects to either a real world ADCs or simulated components within rtsim
  • badger: A real-time Ethernet/IP/UDP packet responder core in fabric
  • fpga_family: Several FPGA specific constraint files
  • board_support: Several board specific pin mapping related files
  • projects: Instantiated projects that build and synthesize bit files that go on FPGAs sitting on various boards that talk various platforms

A few comments regarding the codebase

  1. All software is set up to easily run on *nix systems.
  2. Currently everything is built using GNU Make. We are on an active lookout for other methods.
  3. iverilog is used for simulation. We are slowly starting to use Verilator as well (see badger)
  4. Xilinx tools are used for synthesis, and starting to support YoSys (again see badger)
  5. This repository is connected to Gitlab CI. All simulation based tests run automatically upon every commit on the continuous integration server. This helps us move faster (without breaking things)

Dependencies

Required:

  • GNU Make
  • iverilog
  • Python

Recommended:

  • GTKWave
  • Xilinx Vivado
  • Verilator
  • YoSys

Full list: see dependencies.txt and Dockerfile.

On contributing

See our first take here


Copyright Notice and License Agreement

See LICENSE.

bedrock's People

Contributors

csp avatar jersey99 avatar ldoolitt avatar smpaiagua avatar

Watchers

 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.