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:
|
||||
workflow_dispatch:
|
||||
@@ -14,6 +14,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd "$GITHUB_WORKSPACE/build"
|
||||
make
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
hdlbuild dep
|
||||
hdlbuild build
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ testbenches:
|
||||
|
||||
dependencies:
|
||||
- git: "https://git.0xmax42.io/HDL/Pipeline-AXI-Handshake.git"
|
||||
rev: "hdlbuild"
|
||||
rev: "main"
|
||||
|
||||
build:
|
||||
build_dir: working
|
||||
|
||||
Reference in New Issue
Block a user