Skip to content

small Lut 구현중, 현재 부호가 이상함 #49

small Lut 구현중, 현재 부호가 이상함

small Lut 구현중, 현재 부호가 이상함 #49

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run tests
run: sbt test
- name: Generate verilog
run: sbt run