GithubHelp home page GithubHelp logo

kev-j / fpgamacro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martoni/fpgamacro

0.0 0.0 0.0 51 KB

A Chisel3 package to describe verilog FPGA template and macro for hardened FPGA modules

Scala 99.78% Makefile 0.22%

fpgamacro's Introduction

FpgaMacro

A Chisel3 package to describe verilog FPGA template and macro for hardened FPGA modules

Use it locally (publish local)

To install it, clone it then publish local:

$ git clone https://github.com/Martoni/fpgamacro.git
$ cd fpgamacro
$ sbt publishLocal

Then add these lines in your build.sbt project :

//publish local https://github.com/Martoni/fpgamacro.git
libraryDependencies ++= Seq("org.armadeus" %% "fpgamacro" % "0.2.2")

Generic

ResetGen

Generating a reset pulse with initial 0 state.

TriStateBuffer

Instantiation of n-bits tri-state buffers. Each lines could have common (TriStateBuffer) or different (TristateBufferAtomic) directions.

MachXO3

ReverseClock

A PLL instanciation of MachXO3 to reverse clock (180° phase).

ECP5

Gowin

Some primitives blackboxed instanciation :

  • OSC : internal oscillator blackbox
  • Gowin_OSC : internal oscillator with FREQ_DIV parameter
  • PLLVR : Some PLL instanciation for TMDS and HyperRam
  • RPLL : PLL instanciation mainly for GW1NR-9
  • CLKDIV: clock divider (by 5 default)
  • TMDS_PLLVR: PLL block generated by gowin ide to drive TMDS blocks
  • OSER10: 10:1 serializer with friendler module named Oser10Module

fpgamacro's People

Contributors

martoni avatar scpcom avatar feilongfl avatar ekiwi 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.