File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build & test
3
3
on : [push]
4
4
5
5
jobs :
6
- ubuntu-example- usb-audio :
6
+ ubuntu-usb-audio :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v4
@@ -13,14 +13,14 @@ jobs:
13
13
- run : yosys --version
14
14
- run : |
15
15
pdm install
16
- pdm build_example_usb_audio
16
+ pdm build_usb_audio
17
17
working-directory: gateware
18
18
- uses : actions/upload-artifact@v3
19
19
with :
20
20
name : example-usb-audio.bit
21
21
path : gateware/build/top.bit
22
22
23
- ubuntu-example -dsp-svf :
23
+ ubuntu-bitstream -dsp-nco :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v4
@@ -30,14 +30,14 @@ jobs:
30
30
- run : yosys --version
31
31
- run : |
32
32
pdm install
33
- pdm build_example_svf
33
+ pdm build_dsp_core nco
34
34
working-directory: gateware
35
35
- uses : actions/upload-artifact@v3
36
36
with :
37
37
name : example-dsp-svf.bit
38
38
path : gateware/build/top.bit
39
39
40
- ubuntu-example -dsp-vca :
40
+ ubuntu-sim -dsp-nco :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- uses : actions/checkout@v4
47
47
- run : yosys --version
48
48
- run : |
49
49
pdm install
50
- pdm build_example_vca
50
+ pdm sim_dsp_core nco
51
51
working-directory: gateware
52
- - uses : actions/upload-artifact@v3
53
- with :
54
- name : example-dsp-vca.bit
55
- path : gateware/build/top.bit
You can’t perform that action at this time.
0 commit comments