Skip to content

update exact and add approximate parallel prefix adders #18

update exact and add approximate parallel prefix adders

update exact and add approximate parallel prefix adders #18

Workflow file for this run

name: approx CI
on:
push:
pull_request:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Verilator
run: sudo apt-get install -y verilator
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Compile
run: sbt compile
- name: Run tests
run: sbt test