Skip to content

Commit

Permalink
Merge pull request #1 from efabless/uvm
Browse files Browse the repository at this point in the history
update Yaml and add uvm environment
  • Loading branch information
shalan authored May 1, 2024
2 parents d5ff49a + f8dd989 commit 6f15c64
Show file tree
Hide file tree
Showing 33 changed files with 2,847 additions and 404 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/uvm_ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run UVM tests

on:
push: # This now triggers on pushes to any branch
pull_request: # This now triggers on pull requests to any branch

jobs:
Extract-Buses:
runs-on: ubuntu-latest
outputs:
IPs: ${{ steps.set-IPs-matrix.outputs.IPs }}
buses: ${{ steps.extract_buses.outputs.buses }}
steps:
- name: Extract Supported Buses
id: extract_buses
uses: efabless/EF_UVM/.github/actions/get-bus@main
- name: Check Output
run: echo ${{ steps.extract_buses.outputs.buses }}
Run-IP-Tests:
uses: efabless/EF_UVM/.github/workflows/run_IP.yaml@main
needs: [Extract-Buses]
with:
test-names: "all_tests"
name: ${{ github.event.repository.name }}
buses: ${{ needs.Extract-Buses.outputs.buses }}
is-ip: true
246 changes: 0 additions & 246 deletions EF_SPI.json

This file was deleted.

Loading

0 comments on commit 6f15c64

Please sign in to comment.