zewei / basejump_stl_cornell

Our clone of https://github.com/bespoke-silicon-group/basejump_stl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseJump Standard Template Library (STL) Repository

This library is a comprehensive hardware library for SystemVerilog that seeks to contain all of the commonly used HW primitives.

See this paper docs/BaseJump_STL_DAC_2018_Camera_Ready.pdf which describes the design and usage.

Please also see the BSG SystemVerilog Style Guide which describes many of the conventions used in this library, including the variants of the valid/ready handshaking protocols.

Note: bsg_misc/bsg_defines.v contains many macros used by BaseJump STL. Make sure it is in your include path.

Contents

  • bsg_link

High speed off-chip communication link (over LVCMOS I/Os, can hit 1.2 Gbps per pin to FPGA)

  • bsg_clk_gen

Open source portable clock generator (all-standard cell)

  • bsg_dmc

LPDDR1 Dram Controller and PHY

  • bsg_misc

Small, miscellaneous building blocks, like counters, reset timers, gray to binary coders, etc.

  • bsg_async

This is for asynchronous building blocks, like the bsg_async_fifo, synchronizers, and credit counters.

  • bsg_noc

Network on chip implementations

  • bsg_cache

Reusable Cache implementation

  • bsg_link

Unidirectional off-chip high-speed source synchronous communication interface. (also used as FPGA bridge).

  • bsg_dataflow

For standalone modules involved in data plumbing. E.g. two-element fifos, fifo-to-fifo transfer engines, sbox units, compare_and_swap, and array pack/unpack.

  • bsg_test

Data, clock, and reset generator for test benches.

  • testing

Mirrors the other directories, with tests.

  • hard

Mirrors other directories, contains replacement files for specific process technologies.

  • bsg_mem

Portable SRAM and RF interfaces.

Contact

Email: taylor-bsg@googlegroups.com

About

Our clone of https://github.com/bespoke-silicon-group/basejump_stl

License:Other


Languages

Language:Verilog 82.1%Language:Python 6.7%Language:Makefile 3.4%Language:SystemVerilog 3.2%Language:Tcl 1.5%Language:C++ 1.2%Language:TeX 0.9%Language:C 0.5%Language:SourcePawn 0.4%Language:Shell 0.1%Language:Emacs Lisp 0.1%Language:Stata 0.0%Language:V 0.0%Language:Fortran 0.0%