Skip to content

Commit

Permalink
Merge pull request #415 from pulp-platform/michaero/pulpissimo-v8-dev
Browse files Browse the repository at this point in the history
Michaero/pulpissimo v8 dev
  • Loading branch information
bluewww committed May 30, 2024
2 parents 1045d39 + b26229e commit bfc3d9a
Show file tree
Hide file tree
Showing 573 changed files with 116,284 additions and 11,040 deletions.
4 changes: 4 additions & 0 deletions .bender.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overrides:
gpio: { path: "hw/vendored_ips/gpio" } # Override to use the vendored in copy of
# the GPIO repo to allow reconfiguration
# of the number of GPIO pads.
25 changes: 25 additions & 0 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2024 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51

# Some CI tests run on our GitLab servers due to licenses and tools
name: gitlab-ci
on: [push, pull_request, workflow_dispatch]
jobs:
gitlab-ci:
name: Internal Gitlab CI
runs-on: ubuntu-22.04
steps:
- name: Check Gitlab CI
uses: pulp-platform/pulp-actions/[email protected]
# Skip on forks or pull requests from forks due to missing secrets.
if:
github.repository == 'pulp-platform/pulpissimo' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/pulpissimo
token: ${{ secrets.GITLAB_TOKEN }}
poll-period: 20
poll-count: 1000
retry-count: 100
retry-period: 50
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ xcelium.d/
xrun.history
xrun.log
.bender
bender
/utils/bin/bender
work/
compile.tcl
working_dir/
/utils/bin/padrick
/Bender.local
/build
Loading

0 comments on commit bfc3d9a

Please sign in to comment.