Fix sva_value_change_changed test for updated verific #1383
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Emscripten Build | |
on: [push, pull_request] | |
jobs: | |
emcc: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mymindstorm/setup-emsdk@v11 | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: | | |
make config-emcc | |
make YOSYS_VER=latest | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: yosysjs | |
path: yosysjs-latest.zip |