Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
philiprbrenan committed Jan 29, 2025
1 parent 28fd9fb commit f9577ed
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test 2025-01-29 at 15:35:45
# Test 2025-01-29 at 18:15:20

name: Test
run-name: btreeBlock
Expand Down Expand Up @@ -32,6 +32,11 @@ jobs:
with:
website: jdk.java.net

- name: Verilog install
if: matrix.task == 'BtreePA'
run: |
sudo apt install iverilog
- name: Install Tree
run:
sudo apt install tree
Expand Down Expand Up @@ -180,22 +185,3 @@ jobs:
run: |
java -cp Classes com/AppaApps/Silicon/Verilog
- name: Verilog install
if: matrix.task == 'BtreePA'
run: |
sudo apt install iverilog
- name: Verilog Run Find
if: matrix.task == 'BtreePA'
run: |
cd verilog/find; iverilog -Iincludes/ -g2012 -o find find.v find.tb && timeout 1m ./find
- name: Verilog Run Delete
if: matrix.task == 'BtreePA'
run: |
cd verilog/delete; iverilog -Iincludes/ -g2012 -o delete delete.v delete.tb && timeout 1m ./delete
- name: Verilog Run Put
if: matrix.task == 'BtreePA'
run: |
cd verilog/put; iverilog -Iincludes/ -g2012 -o put put.v put.tb && timeout 1m ./put

0 comments on commit f9577ed

Please sign in to comment.