Compare commits
2 Commits
df86ad5eee
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 958772ab8a | |||
|
503e057eda
|
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Manuelles Build mit ISE
|
name: Build with HDLBuild
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -14,6 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd "$GITHUB_WORKSPACE/build"
|
cd "$GITHUB_WORKSPACE"
|
||||||
make
|
hdlbuild dep
|
||||||
|
hdlbuild build
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ testbenches:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- git: "https://git.0xmax42.io/HDL/Pipeline-AXI-Handshake.git"
|
- git: "https://git.0xmax42.io/HDL/Pipeline-AXI-Handshake.git"
|
||||||
rev: "hdlbuild"
|
rev: "main"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
build_dir: working
|
build_dir: working
|
||||||
|
|||||||
Reference in New Issue
Block a user