Skip to content

Merge pull request #68 from baberali-pro/soc_fpga_intf_model_tb #98

Merge pull request #68 from baberali-pro/soc_fpga_intf_model_tb

Merge pull request #68 from baberali-pro/soc_fpga_intf_model_tb #98

Workflow file for this run

name: 'Device Modeling Repo CheckIn Action'
on:
push:
workflow_dispatch:
jobs:
compile-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run test_compile_all
run: |
sudo apt install -y iverilog
iverilog -V
cd $GITHUB_WORKSPACE && bin/test_compile_all