Skip to content

added explanations on implicit clock and reset to Chisel introduction #24

added explanations on implicit clock and reset to Chisel introduction

added explanations on implicit clock and reset to Chisel introduction #24

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: 03_multi-cycle_RISC-V_core
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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'
cache: 'sbt'
- name: Run tests
run: sbt test
defaults:
run:
working-directory: 03_multi-cycle_RISC-V_core # The working directory path