Search is not available for this dataset
content stringlengths 0 376M |
|---|
---
networkRows: 3
networkCols: 2
foxNetworkStages: 2
foxNodeFifos:
peToNetwork: 8
networkToPe: 1024
resultNodeCoord:
x: 0
y: 0
resultNodeFifos:
peToNetwork: 8
networkToPe: 1024
resultUartFifoDepth: 1024
romNodeCoord:
x: 0
y: 2
packetFormat:
multicastGroupBits: 1
multicastCoordBits: 2
ready... |
language: cpp
cache: ccache
env:
global:
- VERILATOR_CACHE=$HOME/verilator_cache
- VERILATOR_ROOT=$PWD/verilator
- VERILATOR_NUM_JOBS=$((`nproc` + 1))
- OBJCACHE=ccache
- PATH=$PATH:$VERILATOR_ROOT/bin
- VERILATOR=$VERILATOR_ROOT/bin/verilator
- RV_ROOT=$PWD
cache:
directories:
- ... |
# Technology Setup
# Technology used is ASAP7
vlsi.core.technology: asap7
# Specify dir with ASAP7 tarball
technology.asap7.tarball_dir: ""
vlsi.core.max_threads: 12
# General Hammer Inputs
# Hammer will auto-generate a CPF for simple power designs; see hammer/src/hammer-vlsi/defaults.yml for more info
vlsi.inputs.p... |
sudo: required
dist: xenial
language: python
git:
depth: 1
submodules: true
cache:
- apt: true
- pip : true
matrix:
include:
- name: "Python 2.7 gcc-8"
python: 2.7
env: CC=gcc-8 CXX=g++-8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
... |
<gh_stars>0
---
# Copyright 2021 Datum Technology Corporation
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
########################################################################################################################
# Licensed under the Solderpad Hardware License v 2.1 (the "License"); you may not use... |
<filename>.gitlab-ci.yml
stages:
- uhd
- gnuradio
- fpga
.conditionals: &conditionals
refs:
- master
- branches
- web
.uhd-build: &uhd-build
- mkdir build
- cd build
- cmake ../ -DENABLE_UHD=1 -DENABLE_GNURADIO=0
- make -j10
.gnuradio-build: &gnuradio-build
- mkdir build
- cd build
... |
<reponame>e7p/hal<filename>deps/spdlog-1.5.0/appveyor.yml
version: 1.0.{build}
image: Visual Studio 2017
environment:
matrix:
- GENERATOR: '"Visual Studio 14 2015"'
BUILD_TYPE: Debug
WCHAR: 'OFF'
- GENERATOR: '"Visual Studio 14 2015"'
BUILD_TYPE: Release
WCHAR: 'ON'
- GENERATOR: '"Visual Studio ... |
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run ... |
# Adapted from Garnet and ButterPHY
name: phase_interpolator
commands:
- |
mkdir -p outputs
tar -xvf /home/sjkim85/dragonphy_tarballs/phase_interpolator-latest.tar.gz -C outputs
mv outputs/phase_interpolator-0.2.0/* outputs/
outputs:
- phase_interpolator.lef
- phase_interpolator.gds
- phase_interp... |
<reponame>geegeea/opentitan<filename>hw/vendor/tinyfpga_tinyfpga-bootloader/.travis.yml
language: python
jobs:
include:
- stage: test
python: 2.7
env: TOXENV=py27
name: "Python 2.7"
- python: 3.4
env: TOXENV=py34
name: "Python 3.4"
- python: 3.5
env: TOXENV=py35
... |
<filename>flatsat/mosquitto/docker-compose.yml<gh_stars>1-10
version: "3.6"
services:
mosquitto:
image: eclipse-mosquitto:2-openssl
ports:
- 1883:1883
networks:
- cedalo-platform
volumes:
- ./mosquitto/config:/mosquitto/config
- ./mosquitto/data:/mosquitto/data
management-cen... |
<gh_stars>10-100
sudo: required
language: python
os: linux
addons:
apt:
update: false
packages:
- lib32z1
- lib32stdc++6
- libexpat1:i386
- libc6:i386
- libsm6:i386
- libncurses5:i386
- libx11-6:i386
- zlib1g:i386
- libxext6:i386
- libxft2:i386
inst... |
<gh_stars>10-100
version: '2'
services:
verilator:
build: .
image: aignacio/riscv_verilator_model:latest
restart: always
ports:
- "8080:8080"
|
<filename>.gitpod.yml
image:
file: .gitpod.Dockerfile
tasks:
- init: echo "Starting init" |
make BUILD_TYPE=debug
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# en... |
<reponame>SHirsch78/XSharpDev
#See https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow for help
name: ContinuousBuild
#Set when this build is activated. This can be once x time period, or on push/commit of certain branches
on:
schedule:
- cron: '0 2 * * *' # every night ... |
<reponame>parzival3/Surelog
- test: riscv_instr_cov_test
description: >
Parse the instruction information from the CSV trace log, sample functional
coverage from the instruction trace.
iterations: 1
gen_test: riscv_instr_cov_test
no_iss: 1
no_gcc: 1
no_post_compare: 1
- test: exp_riscv_instr_cov_te... |
name: run test cases
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
testing:
strategy:
matrix:
os: [ubuntu-20.04]
compiler: [gcc, clang]
runs-on: ${{ matrix.os }}
env:
CC: ${{ matrix.compiler }}
steps:
- uses: actions/checkout@v... |
<gh_stars>0
version: v1.0
name: End House Software Pipeline
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: DeployProcesses
task:
jobs:
- name: PreDeploy
commands:
- checkout
- echo 'Running Semaphore Processes...'
|
<gh_stars>10-100
hosts:
myhost:
processes:
myprocess:
components:
mycore:
config_file: core_config.py
type: core
experiment_dummy1:
class: test.util.experiments.StorageExperiment
config:
dummy_verbose: false
... |
<gh_stars>0
vlsi.inputs.placement_constraints:
- path: "ChipTop"
type: toplevel
x: 0
y: 0
width: 2920
height: 3520
margins:
left: 0
right: 0
top: 0
bottom: 0
- path: "ChipTop/system/tile_prci_domain/tile_reset_domain/tile/dcache/data/data_arrays_0/data_arrays_0_ext/me... |
<filename>.readthedocs.yml
version: 2
formats: all
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
|
<filename>2021/quals/kctf/challenge-templates/web/metadata.yaml
# Human readable task name
name: web 2000
# Long form description.
description: |+
In this challenge, you have to find an XSS.
Good luck!
# The flag
flag: CTF{foobar}
# Task category. (one of hardware, crypto, pwn, reversing, web, net, misc)
category: ... |
language: c
matrix:
include:
- os: linux
compiler: gcc
cache: apt
dist: xenial
- os: osx
compiler: clang
osx_image: xcode11.5
env:
global:
- SHORT_COMMIT_HASH=`git rev-parse --short HEAD`
- VERSION_STRING=nightly-$SHORT_COMMIT_HASH
- BUILD_NAME="HackRF-`date +%Y-... |
<reponame>draperlaboratory/opentitan
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
gen-weights:
Branch: 0.1
ECall: 1.0
Jump: 0.1
Loop: 0.1
StraightLineInsn: 1.0
|
<filename>.travis.yml
language: minimal
install: skip
services: docker
before_install: docker pull ghdl/vunit:llvm
script: docker run --rm -t -v `pwd`:/build -w /build ghdl/vunit:llvm bash -c "apt update && apt install -y python3-pexpect && make GNATMAKE='gnatmake -j'$(nproc) && if [ -n \"$TRAVIS_FULL_CHECK\" ] ; th... |
<filename>.github/workflows/ecosystem-compat.yml
# Copyright cocotb contributors
# Licensed under the Revised BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-3-Clause
# Tests to ensure that projects depending on cocotb continue to work with the
# latest development version of cocotb.
#
# Generally... |
<filename>ivpm.yaml<gh_stars>1-10
package:
name: tblink-rpc-hdl
version: 0.0.1
deps:
- name: cython
src: pypi
- name: tblink-rpc-core
url: https://github.com/tblink-rpc/tblink-rpc-core.git
dev-deps:
- name: cython
src: pypi
- name: tblink... |
<filename>models/AI-Model-Zoo/model-list/pt_centerpoint_astyx_2560_40_54G_2.0/model.yaml
# Copyright 2019 Xilinx Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apach... |
<filename>2021/quals/kctf/challenge-templates/web/challenge.yaml
apiVersion: kctf.dev/v1
kind: Challenge
metadata:
name: apache-others
spec:
deployed: true
powDifficultySeconds: 0
network:
public: false
ports:
- protocol: "HTTPS"
targetPort: 1337
healthcheck:
# TIP: disable the healthche... |
<filename>examples/mydc7z015/default/config.yml
---
name: default
board: boards/mydc7z015
cores:
- fpga/cores/axi_ctl_register_v1_0
- fpga/cores/axi_sts_register_v1_0
- fpga/cores/dna_reader_v1_0
memory:
- name: control
offset: '0x60000000'
range: 4K
- name: status
offset: '0x50000000'
range... |
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Lint Verilog sources with Verilator
uses: librecores/ci-fusesoc-action@master
with:
command: 'run'
core: 'openhw:cv32e40p:core'
... |
<reponame>captainko/vim-matchup
name: Linting and style checking
on: [push, pull_request]
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare
run: |
sudo apt-get update
sudo add-apt-repository universe
... |
name: Package
on: [push]
jobs:
package:
name: Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10'
- run: npm install
- run: npm install -g vsce
- run: vsce package
- run: mkdir vhdl... |
<filename>.github/workflows/python-publish.yml
name: Upload 📦 to PyPI
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up 🐍
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install pypa/build
run: python -m pip ... |
package:
name: lowrisc_prim
description: "lowRISC RTL primitives"
authors: ["lowRISC Contributors"]
sources:
# Level 0
- rtl/prim_util_pkg.sv
# Level 1
- rtl/prim_fifo_sync.sv
- rtl/prim_filter_ctr.sv
- rtl/prim_intr_hw.sv
|
<filename>.github/workflows/archive.yml<gh_stars>10-100
name: TEST
on:
push:
pull_request:
jobs:
test_run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
pytho... |
<reponame>mfkiwl/neorv32-setups
name: Implementation
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
Matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.generate.outputs.matrix }}
steps:
- name: '🧰 Repository Checkout'
uses: actions/c... |
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Azure template for archiving pipeline step outputs and uploading them.
#
# This template will archive all of $BIN_DIR, and upload it for use by
# downstream jobs using do... |
name: unipolar-rz
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install hdlmake
run: pip install -r requirem... |
#=========================================================================
# Mentor Calibre GDS Merge -- Child
#=========================================================================
# Merges two GDS files, with:
#
# 1. The child.gds merged as a child cell of design.gds
# 2. The child.gds placed at (coord_x, coo... |
# see docs at https://docs.haskellstack.org/en/stable/yaml_configuration/
name: Aetherling
version: 0.1.0.0
github: "David-Durst/Aetherling/theory/AetherlingSTIR"
license: BSD3
author: "<NAME>"
maintainer: "<EMAIL>"
copyright: "2018 <NA... |
stages:
- build
- test
before_script:
- ./ci/setup.csh
rtl_riscv:
stage: test
script:
- ./ci/rtl-riscv.csh
rtl_sequential:
stage: test
script:
- ./ci/rtl-sequential.csh
rtl_riscv_rvc:
stage: test
script:
- ./ci/rtl-riscv-rvc.csh
rtl_sequential_rvc:
stage: test
script:
- ./ci/r... |
package:
name: zephyr-cosim
version: 0.0.1
deps:
- name: tblink-rpc-hdl
url: https://github.com/tblink-rpc/tblink-rpc-hdl.git
- name: vte
url: https://github.com/fvutils/vte.git
- name: pyelftools
src: pypi
- name: pyyaml
src: pypi
- name: packages
src: pypi
dev-deps:
- name:... |
<reponame>danagsoc/pulp_soc
pulpemu:
incdirs: [
../includes,
.,
]
defines: [
'$(PULP_FPGA_SIM_ZYNQ)',
]
targets: [
xilinx,
]
files: [
pulpemu_apb_demux.sv,
pulpemu_clk_gating.sv,
pulpemu_gpio.sv,
pulpemu_i2c.sv,
pulpemu_spi_master.sv,
pulpemu_spi_slave.sv,
pulpe... |
package:
name: icache-intc
sources:
# Level 0
- Req_Arb_Node_icache_intc.sv
- Resp_Arb_Node_icache_intc.sv
- lint_mux.sv
# Level 1
- DistributedArbitrationNetwork_Req_icache_intc.sv
- DistributedArbitrationNetwork_Resp_icache_intc.sv
# Level 2
- RoutingBlock_Req_icache_intc.sv
- RoutingBlock_2ch_... |
package:
name: wishbone_bfms
version: None
deps:
- name: simscripts
url: http://github.com/mballance/simscripts.git
type: raw
- name: fwprotocol-defs
url: http://github.com/Featherweight-IP/fwprotocol-defs.git
type: raw
- name: vlsim
... |
<filename>conf/fusesoc-configs/earlgrey-synth.yml
# Copyright (C) 2019-2021 The SymbiFlow Authors.
#
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC
#
# SPDX-License-Identifier: ISC
name: earlgrey
description: Earlgrey d... |
{% set filename = "{{name}}.yaml" %}
identifier: {{name}}
name: Native 32-bit POSIX port
type: native
arch: posix
ram: 65536
flash: 65536
toolchain:
- host
- llvm
supported:
- eeprom
- netif:eth
- usb_device
- adc
- i2c
- spi
testing:
default: true
|
<gh_stars>1-10
name: Nightly Build
on:
push:
branches: [ main ]
paths:
- "neorv32/**"
- "osflow/**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
submodules: 'true'
... |
variables:
GIT_STRATEGY: fetch
GIT_SUBMODULE_STRATEGY: none
stages:
- prereq
- check
- test-short
- test-long
#pass:
# script:
# - echo "Passing job 1"
# - exit 0
#fail:
# script:
# - echo "Failing job 2"
# - exit 1
.job_template: &job_definition
only:
- master
- dev
- fe_d... |
<gh_stars>1-10
################################################################
#
# Copyright (c) #YEAR# #LICENSOR#. All rights reserved.
#
# The information and source code contained herein is the
# property of #LICENSOR#, and may not be disclosed or
# reproduced in whole or in part without explicit written
# auth... |
<filename>.github/workflows/ci_ubuntu.yaml
name: Ubuntu
on: [push]
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install pylint
- run: cd test; ./lint.sh
ci-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- r... |
sudo: false
dist: bionic
services:
- docker
env:
- PATH=$PATH:$(pwd)/riscv/bin
# Install dependencies
addons:
apt:
packages:
- doxygen
script:
# Generate documentary (modify doxygen script for travis ci before)
- sed -i 's/$(PWD)\/../$(TRAVIS_BUILD_DIR)/g' docs/doxygen_makefile_sw
- doxygen... |
language: generic
script:
- docker run --rm -v ${TRAVIS_BUILD_DIR}:/project antonkrug/verilator-lcov-slim:da1cef5 bash -c "cd /project && npm install"
- mkdir -p ${TRAVIS_BUILD_DIR}/images
- chmod a+rw ${TRAVIS_BUILD_DIR}/images
- rm ${TRAVIS_BUILD_DIR}/images/*
- docker run --rm -v ${TRAVIS_BUILD_DIR}:/pro... |
<reponame>JavascriptID/sourcerer-app
---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: test
image: alpine:3.8
commands:
- apk add curl
- sleep 45
- curl http://database:9200
services:
- name: database
image: elasticsearch:5-alpine
ports:
- 9200
|
name: svlint
version: &version v0.5.4
summary: SystemVerilog linter
description: |
A lint checker supporting SystemVerilog ( IEEE Std. 1800-2017 )
base: core18
license: MIT
confinement: strict
architectures:
- build-on: amd64
- build-on: i386
- build-on: ppc64el
- build-on: arm64
- build-on: armhf
apps:
... |
<filename>.github/workflows/unittest.yml
# ************************************************************************
# @author: <NAME>
# @copyright: Copyright 2021
# @credits: AKAE
#
# @license: BSDv3
# @maintainer: <NAME>
# @email: <EMAIL>
#
# @file: unittest.yml
# @date: 2021-08-25
... |
<gh_stars>1-10
---
algorithm:
class: Spea2
population_size: 300
max_archive_size: 200
duplicate_elimination: false
shorten_archive_individual: true
probabilities:
crossover: 0.5
mutation: 0.01
injection: 0.9
init:
method: ramped # grow or full or ramped
sensible_depth: 7
in... |
<gh_stars>0
# Check external services
- hosts: test_orchestrator
any_errors_fatal: true
tasks:
- name: check if Kafka cluster is available
command: "{{ test_orchestrator_python_bin }} ./check-kafka-available.py {{ integration_test_kafka_bootstrap_servers }}"
args:
chdir: "{{ test_orchestrat... |
stages:
- test_riscy
- test_riscy_fp
- test_zero
- test_micro
rtl_riscy:
stage: test_riscy
script:
- ./ci/rtl-basic.csh
before_script:
- ./ci/setup_riscy.csh
when: always
rtl_riscy_sequential:
stage: test_riscy
script:
- ./ci/rtl-sequential.csh
before_script:
- ./ci/setup_riscy... |
<reponame>captainko/vim-matchup
stages:
- test
- gen_coverage
- deploy
.setup:
before_script:
- apk update
- apk add curl git bash make
- apk add build-base neovim python3
- curl -sSL https://bootstrap.pypa.io/get-pip.py | python3
- git clone --depth=1 https://github.com/junegunn/vader.vim.... |
package:
name: axi2apb
authors: [
"<NAME> <<EMAIL>>",
"<NAME> <<EMAIL>>"
]
dependencies:
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.4.5 }
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.1.0 }
sources:
- src/axi2apb.sv
- src/axi2apb_64_32.sv
- src/a... |
# This YAML file is used to generate the instrumentation
---
# Parameters to define the architecture (see full description of parameters in the docs folder)
N: 8 # Input vector width
M: 4 # Number of range filters in filter unit
IB_DEPTH: 8 # Input buffer depth
FUVRF_SIZE: 4 # Size of FUVR... |
<filename>.github/workflows/build.yml
# This workflow renders all the Markdown notes into a HTML website.
name: 'Build the website'
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout `master`'
uses: actions/checkout@v2
- name: 'Checkout `gh... |
# Adapted from Garnet
name: openram-gen-sram
commands:
- |
### Option 1 (slow): Run OpenRAM
## generate config file for OpemRAM
# python gen_config.py
## run OpenRAM
# python $OPENRAM_HOME/openram.py myconfig
## fix metal names in LEF file
# cd temp
# sed -i 's/LAYER\s+m1/LAYER metal... |
apiVersion: "autoscaling/v1"
kind: "HorizontalPodAutoscaler"
metadata:
name: "chal"
#spec:
# maxReplicas: 3
|
name: mc-gen-sram-small
commands:
- bash gen_srams.sh
outputs:
- sram_small.v
- sram_small_pwr.v
- sram_small.lef
- sram_small_tt.lib
- sram_small_tt.db
- sram_small.gds
- sram_small.spi
parameters:
sram_word_size: 64
sram_num_words: 256
sram_mux_size: 4 # TODO: check this
sram_corner: "tt0p... |
<reponame>hito0512/Vitis-AI
name: vitis-ai-optimizer_pytorch
channels:
- pytorch
- anaconda
dependencies:
- python=3.6
- vai_optimizer_pytorch_gpu
|
<filename>setup/docker/dockerfiles/gpu_conda/vitis-ai-optimizer_tensorflow.yml
name: vitis-ai-optimizer_tensorflow
channels:
- conda-forge
- anaconda
dependencies:
- python=3.6
- vai_optimizer_tensorflow_gpu
|
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
mtime:
implemented: False
nmi:
address: 0x800000FC # trap vec (mtvec base) + 0x7C
reset:
address: 0x80000080 # boot address + 0x80
|
# Application dependencies
require:
- play
- play -> secure
- play -> less 0.3.compatibility
- play -> coffee 1.0
- play -> postmark 1.0
- ajaxupload -> ajaxupload 0.1
repositories:
- frost:
type: http
artifact: "http://frostdigital.github.com/module-repo/[module]-[revisio... |
---
modules:
- identifier: TestModule
parameters: []
ports:
- identifier: d
direction: Output
datakind: Variable
datatype: Class
classid: my_enum_t
nettype: ~
signedness: ~
- identifier: e
direction: Output
datakind: Variable
... |
<reponame>tblink-rpc/tblink-rpc-gw
filespec:
- vlnv: tblink-rpc-gw:sim:tblink-rpc-cmdproc-tb
out:
- name: PYTHON_PATHS
type: pythonPath
flags: python
- name: MKDV_VL_SRCS
type:
- verilogSource
- systemVerilogSource
flags: sv
- name: MKDV_VL_I... |
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
stages:
- test_build
- post_build_test
- deploy
test:
image: fpco/stack-build:lts-10.3
stage: test_build
script:
- stack setup --system-ghc
- stack test --system-ghc --coverage --test-arguments "--color always --quickcheck-t... |
package:
name: udma_i2c
authors:
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
dependencies:
udma_core: { git: "<EMAIL>:Alsaqr-platform/udma_core.git", version: 2.0.0 }
sources:
- include_dirs:
- rtl
files:
# Sourc... |
# Check integration test results
# Make sure test result directory exists and is empty
- hosts: test_orchestrator
tasks:
- name: test results are absent
file:
path: "{{ integration_test_result_dir }}"
state: absent
- name: test result dir exists
file:
path: "{{ integratio... |
<filename>.github/workflows/ci.yaml
name: AXI-CROSSBAR
on: [push]
jobs:
lint-code:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install verilator
- run: ./flow.sh lint
sim-tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: bre... |
<reponame>NicoBaumann454/alsp.net.api
### YamlMime:ManagedReference
items:
- uid: alps_.net_api.IOwlThing
commentId: T:alps_.net_api.IOwlThing
id: IOwlThing
parent: alps_.net_api
children: []
langs:
- csharp
- vb
name: IOwlThing
nameWithType: IOwlThing
fullName: alps_.net_api.IOwlThing
type: Inter... |
name: CI
on:
push:
pull_request:
# trigger a cron job every month
schedule:
- cron: '0 0 1 * *'
jobs:
matrix-gen:
runs-on: ubuntu-latest
outputs:
matrix: ${{steps.list_tests.outputs.matrix}}
steps:
- uses: actions/checkout@v2
- id: list_tests
run: |
cd core... |
apiVersion: minio.f110.dev/v1alpha1
kind: MinIOBucket
metadata:
name: test
spec:
selector:
matchLabels:
app: minio
policy: readOnly
createIndexFile: true
---
apiVersion: minio.f110.dev/v1alpha1
kind: MinIOBucket
metadata:
name: test2
spec:
selector:
matchLabels:
app: minio |
# Copyright 2021 OpenHW Group
# Solderpad Hardware License, Version 2.1, see LICENSE.md for details.
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
# Run all lint checks
name: lint
on: [push, pull_request]
env:
VERIBLE_VERSION: 0.0-1051-gd4cd328
jobs:
##################
# Verible Fromat #
###############... |
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Ibex configurations files, holds the parameter sets that are tested under CI.
# Each configuration must specify the same set of parameters
# Two-stage pipeline without a... |
<reponame>ajitmathew/HDMI2USB<filename>.travis.yml
language: bash
install:
- source ./.travis/setup.sh
script:
- git push <EMAIL>:build "$BRANCH_NAME"
notifications:
email:
- <EMAIL>
irc:
- "chat.freenode.net#timvideos"
- "chat.freenode.net#hdmi2usb"
|
#
# code.yml
# <NAME> <<EMAIL>>
#
# Copyright (C) 2018 ETH Zurich, University of Bologna
# Copyright and related rights are licensed under the Solderpad Hardware
# License, Version 0.51 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http:/... |
<filename>ivpm.yaml
package:
name: tblink-rpc-hdl
version: 0.0.1
dev-deps:
- name: tblink-rpc-core
url: https://github.com/tblink-rpc/tblink-rpc-core.git
- name: tblink-rpc-hdl
url: https://github.com/tblink-rpc/tblink-rpc-hdl.git
- name: pytblink-rpc
... |
<gh_stars>0
name: lint
on:
push:
branches:
- main
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--exclude=third_party/"
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
... |
version: "3.5"
services:
http:
build:
context: ./build
target: http
container_name: de10nano-http
ports:
- "8080:80"
volumes:
- type: bind
source: ./downloads/
target: /downloads/
# sftp:
# image: writl/sftp
# container_name: de10nano-sftp
# ports... |
<reponame>thirono/basil<filename>basil/HL/keithley_2001.yaml
# Device description for the Keithley 2001 Multimeter.
# Only GPIB is possible with this device!
identifier : KEITHLEY INSTRUMENTS INC.,MODEL 2001
get_current : MEAS:CURR?
get_voltage : MEAS:VOLT?
get_channels : ROUT:CLOSE:STAT?
# If the multi channel switc... |
<filename>src_files.yml<gh_stars>0
redundancy_cells:
files: [
# Level 0
lowrisc_ecc/prim_secded_13_8_dec.sv,
lowrisc_ecc/prim_secded_13_8_enc.sv,
lowrisc_ecc/prim_secded_22_16_dec.sv,
lowrisc_ecc/prim_secded_22_16_enc.sv,
lowrisc_ecc/prim_secded_39_32_dec.sv,
lowrisc_ecc/prim_secded_39_32_... |
name: Regression
on:
push:
pull_request:
schedule:
- cron: 0 11 * * ?
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Update pip
... |
name: Run an example
description: Build an FPGA example, then run an example application on it
inputs:
fpga_path:
description: Path to the FPGA example relative to the examples/fpga directory
required: true
default: ""
app_path:
description: Path to the application example relative to the examples/a... |
# This is a basic workflow to help you get started with Actions
name: SPI FPGA CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
# Allows you to run... |
##############################################################################
## This file is part of 'LCLS Timing Core'.
## It is subject to the license terms in the LICENSE.txt file found in the
## top-level directory of this distribution and at:
## https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html... |
# Adapted from Garnet and ButterPHY
name: inject_dont_touch
commands:
- |
mkdir -p outputs
python create_dont_touch.py dont_touch.tcl
cat inputs/design.sdc dont_touch.tcl > outputs/design.sdc
inputs:
- design.sdc
outputs:
- design.sdc
|
<reponame>ess-dmsc/dmg-build-scripts
---
- hosts: packet-generator
gather_facts: False
tasks:
- name: stop rundemo script
command: "killall rundemo"
ignore_errors: True
become: True
tags:
- generator
- name: stop packet generator
command: "./stopdemo"
args:
... |
# We do not support Ubuntu < 14.04 in OpTiMSoC
# Unfortunately, travis does not support containerized builds in trusty
sudo: required
dist: trusty
# Install the build requirements
addons:
apt:
packages:
- build-essential
- tcl
# for GLIP
- libusb-1.0-0-dev
# for GLIP TCP ("logic side")
- ... |
<filename>.gitlab/ci/serial_io.gitlab-ci.yml
serial_io_test:
before_script:
- cd serial_io
stage: test
script:
- make && make checks && cd chitchat && make && make checks && cd - && cd EVG_EVR && make
|
<gh_stars>10-100
name: ESI PR Gates
on:
pull_request:
branches:
- master
- feature/*
jobs:
linux_build:
name: Build and test on Ubuntu
runs-on: ubuntu-latest
container:
image: teqdruid/esi:devenv-0.5
steps:
- uses: actions/checkout@v2
- name: Cosim integration tests
... |
<reponame>anderflu/dicex
path_cycles: 2612
done_cycles: 2613
pathIsWrong: 0
endIsCorrect: 1
startIsCorrect: 1
size: 31
|
<reponame>StanfordAHA/garnet
name: glb_top
commands:
- bash get_glb_top_outputs.sh
inputs:
- design.v
- header
outputs:
- glb_top_tt.lib
- glb_top_tt.db
- glb_top.lef
- glb_top.gds
- glb_top.vcs.v
- glb_top.sdf
- glb_top.lvs.v
- glb_top.sram.spi
- glb_top.sram.v
- glb_top.sram.pwr.v
- glb... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.