Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Sep 18, 2024
1 parent 02ea9ae commit 5fa5bf6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Icarus Simulation

on:
push:
branches: ['master']

jobs:

runs-on: ubuntu-latest

sim:
- name: Build the Docker Image
- run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s)
- run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
- run: vvp transceiver

0 comments on commit 5fa5bf6

Please # to comment.