File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
- name : Icarus Simulation
1
+ name : Verilator Simulation
2
2
3
3
on :
4
- push :
5
- branches : [master]
4
+ push :
5
+ branches : [master]
6
+ pull_request :
7
+ branches : [master]
6
8
7
9
jobs :
8
- build -container :
10
+ run -container :
9
11
runs-on : ubuntu-latest
10
12
defaults :
11
13
run :
14
+ shell : bash
12
15
working-directory : ./
13
16
steps :
14
17
- name : Check out the repository to the runner
15
- uses : actions/checkout@v1
16
- - name : Build the docker image
17
- uses : docker/build-push -action@v2
18
- # run: docker build . --file Dockerfile --tag icarus-simulation:$(date +%s)
19
- # - name: Make the script file executable
20
- # run: chmod +x ./.github/workflows/iverilog_run.sh
21
- # - name: Run icarus
22
- # run: ./.github/workflows/iverilog_run.sh
23
- # shell: bash
18
+ uses : actions/checkout@v2
19
+ - name : Run Docker container
20
+ uses : addnab/docker-run -action@v3
21
+ with :
22
+ image : r0d0s/fpga_tools:v1.1
23
+ run : |
24
+ git clone --recurse-submodules https://github.com/RDSik/verilog-transceiver.git
25
+ cd verilog-transceiver
26
+ make
You can’t perform that action at this time.
0 commit comments