Skip to content

add more debug info #168

add more debug info

add more debug info #168

Workflow file for this run

name: synthesis
on: [push, pull_request, workflow_dispatch]
jobs:
synthesis:
runs-on: ubuntu-latest
container: ghdl/synth:beta
steps:
- uses: actions/checkout@v1
- name: Run synthesis
run: cd syn && ./synth.sh
- name: Upload result
uses: actions/upload-artifact@v1
with:
name: output
path: syn/build/png_encoder.json