Skip to content

It's called main, not master #1

It's called main, not master

It's called main, not master #1

Workflow file for this run

name: Build Project
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update apt-get
run: sudo apt-get update
- name: Install prerequisites
run: sudo apt-get install -y verilator
- uses: actions/checkout@v4
- name: Build Release
run: make -j12
- name: Simulate
run: ./obj_dir/Vtop
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Simulation Artifacts
path: |
toptrace.vcd