GithubHelp home page GithubHelp logo

bensampson5 / libsv Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 4.0 261 KB

An open source, parameterized SystemVerilog digital hardware IP library

Home Page: https://libsv.readthedocs.io/en/latest/

License: MIT License

SystemVerilog 88.39% Dockerfile 0.45% Python 11.16%
verilog systemverilog hdl ip fpga asic digital-design asic-library fpga-library hardware hardware-libraries hardware-designs

libsv's Issues

Add format check ci step

Applies to all branches

Task list:

  • Implement format check for C++ files
  • Implement format check for SystemVerilog/Verilog files

Add badges to README

Useful badges:

  • current pypi version
  • main ci status
  • docs build status (on main branch)

Write some kind of IP

The catalog needs to be started with at least one kind of IP. Let's pick a parameterized counter that counts up.

Tasks:

  • Create a new Verilog file counter.v
  • Write a testbench for it
  • Simulate it to validate it's operation

BCD Decoder

Develop a purely combinatorial circuit for a BCD decoder (bcd -> bin)

Update docker meta job

Must update to resolve issue with multiple tags being generated for only getting the right one from ${{ steps.docker_meta.outputs.tags }}. Also migrate to metadata-action instead of crazy-max/ghaction-docker-meta

SystemVerilog/Verilog linter

Add a linter for SystemVerilog/Verilog.

I think Verilator has one but Verible definitely has one. So compare and pick one

Each branch gets it's own dockerfile

Add functionality to ci.yml so that each branch gets its own docker image on openhdl's docker hub. Here are the rules:

  1. If new branch created, then retag the source branch's docker image so that new branch has it's own image
  2. If branch == "main" or starts with "docker-" then always build and push a new docker image with every commit
  3. All other CI steps run with the specific branch's docker image
  4. Upon branch deletion, then remove that docker image from Docker Hub

iwyu for c++

Add Include What You Use (IWYU) check for C++ code

Add formatting for C++ code

Use clang-format. Will have to pick a style

Task list:

  • Pick a formatting style
  • Add format style file to project
  • Add C++ formatting step to precommit script

Fix docker job if statement

Task list:

  • Should not be startsWith for main comparison, should just be ==
  • Retag docker image on new remote branch creation (only builds docker if branch == main or starts with "docker-"

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.