Search is not available for this dataset
content stringlengths 0 376M |
|---|
<reponame>rits-drsl/ZybotR2-96-fpt19
%YAML 1.2
---
Basis:
# 現状態から参照する状態までの距離は速度に比例する
distance_current_to_ref_lower: 0.125 # 現状態からこの距離にある経路上の状態を参照する(下限)
distance_current_to_ref_upper: 0.225 # 現状態からこの距離にある経路上の状態を参照する(上限)
lower_velocity: 0.060 # この速度(以下)のとき、現状態から参照する状態までの距離をdistance_current_to_ref_lowerとする
... |
<reponame>pulp-platform/ariane_timer<gh_stars>0
package:
name: ariane_timer
authors: [ "<NAME> <<EMAIL>>" ]
dependencies:
axi: { git: "<EMAIL>:sasa/axi.git", rev: master }
common_cells: { git: "<EMAIL>:sasa/common_cells.git", version: 1.5 }
sources:
- src/ariane_timer.sv
- src/axi_lite_interface.sv |
<filename>manifests/controller-manager/deployment.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: mono-controller-manager
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: mono-controller-manager
spec:
selector:
matchLabels:
app.kubernetes.io/name: mono-controller-manager
replicas: 1
... |
<gh_stars>0
name: Push Release
on:
push:
branches:
- master
repository_dispatch:
types: [push_release]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release
run: ./.github/push_release.sh <EMAIL> <EMAIL>
env:
... |
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: pr-trigger
on:
pull_request:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: concatenate verible configs
... |
axi_node:
incdirs: [
./src/,
]
files: [
src/apb_regs_top.sv,
src/axi_address_decoder_AR.sv,
src/axi_address_decoder_AW.sv,
src/axi_address_decoder_BR.sv,
src/axi_address_decoder_BW.sv,
src/axi_address_decoder_DW.sv,
src/axi_AR_allocator.sv,
src/axi_ArbitrationTree.sv,
src/a... |
<reponame>QueenField/MPSoC-WB-OR1K
module: test_fifo_dualclock_fwft
sources:
- ../verilog/fifo_dualclock_fwft.sv
- ../verilog/fifo_dualclock_standard.sv
toplevel: fifo_dualclock_fwft
simulators:
- vcs
parameters:
WIDTH: 16
DEPTH: 32
PROG_FULL: 4
PROG_EMPTY: 4
|
<filename>llvm-3.9.0.src/tools/lld/test/mach-o/Inputs/libSystem.yaml<gh_stars>1-10
#
# For use by test cases that create dynamic output types which may needs stubs
# and therefore will need a dylib definition of dyld_stub_binder.
#
---
shared-library-atoms:
- name: dyld_stub_binder
load-name: ... |
<filename>projects/rfx_spalk/vhdltool-config.yaml
#Define your project's libraries and source files here.
#This section is compulsory.
Libraries:
#The name of the library.
- name: hardware_lib
#The paths where the source files for this library can be found. Use "**" to match arbitrarily nested directories.
... |
name: Doc
on:
push:
pull_request:
workflow_dispatch:
env:
CI: true
DOCKER_BUILDKIT: 1
jobs:
doc:
runs-on: ubuntu-latest
name: '📓 Docs'
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v2
- name: '🛳️ Build osvb/doc'
run: |
docker build -t osvb/doc - <<-EOF
... |
pulpemu:
incdirs: [
../includes,
.,
]
targets: [
xilinx,
]
files: [
fpga_clk_gen.sv,
fpga_slow_clk_gen.sv,
pad_functional_xilinx.sv,
fpga_bootrom.sv,
fpga_interleaved_ram.sv,
fpga_private_ram.sv,
pulpemu.sv,
pulpemu_ref_clk_div.sv,
pulp_clock_gating_xilinx.sv
... |
<filename>models/AI-Model-Zoo/model-list/cf_refinedet_coco_360_480_0.8_25G_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.apac... |
name: Build Release Binary
on:
push:
tags:
- v*
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
brew install haskell-stack shunit2 icarus-ver... |
package:
name: axi_size_conv
authors:
- "<NAME> <<EMAIL>>"
dependencies:
common_cells: {git: "<EMAIL>:pulp-platform/common_cells.git", version: 1.13.1}
axi_slice: {git: "<EMAIL>:pulp-platform/axi_slice.git", version: 1.1.4}
sources:
- AXI_UPSIZE_simple/axi_size_UPSIZE_32_64.sv
- AXI_UPSIZE_simple/axi... |
<reponame>diorga/snitch<filename>sw/banshee/config/mempool.yaml
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
---
address:
scratch_reg: 0x40000000
wakeup_reg: 0x40000004
tcdm_start: 0x4000000... |
<filename>basil/HL/tti_ql355tp.yaml<gh_stars>10-100
# Device description for the TTi QL355 Power Supply.
identifier : QL355TP
on : OPALL 1
off : OPALL 0
reset_trip : TRIPRST
channel 1:
on : OP1 1
off : OP1 0
get_on : OP1?
get_current : I1O?
set_current_limit : I1
get_current_limit : I1?
set_... |
<filename>hw/ip/otbn/dv/rig/rig/configs/loopy.yml
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# An example custom configuration that generates lots of loops (100
# times as many as the default config)
inherit: base
... |
name: Release
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
strategy:
matrix:
os: [macOS-latest]
python-version: [3.7, 3.8]
rust-version: [stable]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ ma... |
<filename>tests/data/cbag/util/string/expand_env.yaml
# empty suffix
- - "foo/"
- ""
- "PATH"
# empty prefix
- - ""
- "/bar"
- "HOME"
# non-existent environment variable
- - "abcd"
- "efgh"
- "FOOBARBAZ_BOO"
|
name: vitis-ai-tensorflow2
channels:
- conda-forge
- anaconda
dependencies:
- python=3.7
- vaic
- vart
- rt-engine
|
<filename>.github/workflows/images.yml
name: 'images'
on:
push:
paths:
- '.github/workflows/images.yml'
- '.github/images.sh'
schedule:
- cron: '0 0 * * 5'
env:
DOCKER_BUILDKIT: '1'
jobs:
build:
strategy:
fail-fast: false
max-parallel: 2
matrix:
task: [
... |
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- test
bitstream:
stage: build
image: vivado2018:2018.3
script:
- env
- /opt/Xilinx/Vivado/2018.3/bin/vivado -mode tcl -source build.tcl thinpad_top.xpr
artifacts:
paths:
- thinpad_top.runs/impl_1/thinpad_top.bit
- thi... |
<reponame>nguyenhuydong1998/osd-hw<gh_stars>10-100
module: test_mam
sources:
- ../../../interfaces/common/dii_channel.sv
- ../../../blocks/regaccess/common/osd_regaccess.sv
- ../../../blocks/regaccess/common/osd_regaccess_demux.sv
- ../../../blocks/regaccess/common/osd_regaccess_layer.sv
- ../../../interconn... |
<reponame>viniciusd/projetoSistemasDigitais
sudo: required
language: C
services:
- docker
before_install:
- docker pull viniciusd/vhdl_ci
script:
- docker run -v "$(pwd)":/opt viniciusd/vhdl_ci /bin/bash -c "mkdir /opt/build && cd /opt/build && cmake .. && make all test"
notifications:
email: false
|
<filename>.github/workflows/pypi-upload.yml<gh_stars>100-1000
# Copyright cocotb contributors
# Licensed under the Revised BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-3-Clause
name: Publish to PyPi
on:
push:
branches:
- master
- 'stable/**'
tags:
- 'v*'
jobs:
py... |
<gh_stars>1-10
name: rnn-tf-2.0
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- Pandas
- pybind11
- keras==2.3.1
- tensorflow==2.0.0
- overrides
- docopt
- allennlp
- spacy 2.*
|
jtag_pulp:
incdirs: [
../../rtl/includes,
]
files: [
src/bscell.sv,
src/jtag_axi_wrap.sv,
src/jtag_enable.sv,
src/jtag_enable_synch.sv,
src/jtagreg.sv,
src/jtag_rst_synch.sv,
src/jtag_sync.sv,
src/tap_top.v,
]
|
name: python static analysis (dummy)
on:
workflow_dispatch:
push:
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- run: exit 0
|
<filename>.travis.yml
language: python
python:
- "3.7"
# command to install dependencies
install:
- pip install -r ci/requirements.txt
#- bash ci/install_iverilog.sh
- apt-get update -qq
- apt-get install -y -qq flex bison gperf
- apt-get install iverilog
# command to run tests
script:
- make test || ex... |
<gh_stars>1-10
version: 2.1
jobs:
behavioral:
resource_class: small
docker:
- image: hughperkins/chip_design:latest
steps:
- checkout
- run:
name: "Run behavioral tests"
command: |
cicd/run-behav.sh
no_output_timeout: 2m
behavioral-verilator:... |
<filename>hw/ip/snitch_cluster_dma/Bender.yml
# Copyright 2020 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: snitch_cluster_dma
authors:
- <NAME> <<EMAIL>>
dependencies:
common_cells: {path: ../../ve... |
<gh_stars>100-1000
# Copyright cocotb contributors
# Licensed under the Revised BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-3-Clause
name: "Stale Questions"
on:
schedule:
- cron: "00 02 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
... |
<gh_stars>10-100
agents: { jobsize: "hours" }
env:
TEST: 'echo "+++ BEGIN"; echo exit 13 | mflowgen/test/test_module.sh'
steps:
##############################################################################
# INDIVIDUAL TILE RUNS
#
- label: 'PE synth 45m'
commands:
- $TEST --need_space 30G full_chip tile_arra... |
language: python
python:
- "3.6"
install:
- pip install -U -r requirements.txt
script:
- pytest --collect-only valentyusb
- pytest -v valentyusb
|
<reponame>ssryps/verilog-parser
variables:
PROJECT_DIR: "vivado"
VIVADO_PATH: "/opt/Xilinx/Vivado/2018.3/bin/vivado"
PROJECT_NAME: "intomips"
TOP_DISIGN: "intomips_top"
stages:
- build
before_script:
- cd ${PROJECT_DIR}
bitstream:
stage: build
tags:
- vivado
image: vivado2018:2... |
<filename>.pre-commit-config.yaml
repos:
- repo: https://github.com/ambv/black
rev: 21.5b2
hooks:
- id: black
args:
- --check
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.8.0
hooks:
- id: isort
args: [--check-only ... |
# File auto-generated by Padrick 0.1.0.post0.dev40+g68903cf
package:
name: apb_host_control
authors:
- "<NAME>"
dependencies:
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.3.1 }
common_cells: { git: "https://github.com/pulp-platform/common_ce... |
<gh_stars>10-100
description: >-
Final version of data and analysis scripts for sigcomm submission
experiment: overhead
repositories:
P4Boosters: 977b7cb9
files:
analysis.ipynb: overhead.ipynb
burstData: burstData
latencyData: latencyData
failoverTrials: failoverTrials
lbData: lbData
... |
<filename>.github/workflows/trackLLVMChanges.yml
name: Track LLVM Changes
on:
schedule:
# 10:00 AM UTC is 3AM Pacific Time
- cron: '0 10 * * *'
# Run this workflow on pull requests which change this workflow
pull_request:
paths:
- .github/workflows/trackLLVMChanges.yml
workflow_dispatch:
job... |
package:
name: hci
authors:
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>"
- "<NAME> <<EMAIL>>"
dependencies:
hwpe-stream: { git: "https://github.com/pulp-platform/hwpe-stream.git", version: 1.6 }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", vers... |
<reponame>metalfs/metal_fs<filename>.drone.yml
---
kind: pipeline
name: sdk
platform:
arch: amd64
steps:
- name: docker/build-base
image: docker
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add --no-cache make git
- sh -c "scripts/docker_build_sdk_ba... |
---
# Firmware folder relative to repository root
firmwareFolder: firmware/single_core
hdlFolder: hdl/single_core
|
context: ../../../../fpga/scanchain/fle6_N2_mem2K_8x8/ctx.pkl
compiler: iverilog
app:
name: bcd2bin
sources:
- ../../src/bcd2bin.v
constraints:
io: io.partial
tests:
basic:
sources:
- ../../src/bcd2bin_test_basic.v
|
<filename>cmd/cmd_tests/testFiles/jarvism_cfg/yaml3_yaml/yaml3.yaml
options:
test_phase:
with_value_action:
compile_option:
- echo "compile_option $test_phase"
sim_option:
- echo "sim_option $test_phase"
builds:
build3:
pre_compile_action:
- echo "pre_compile_build1"
... |
<reponame>Koheron/koheron-sdk
---
name: pulse-generator
board: boards/red-pitaya
version: 0.1.2
cores:
- fpga/cores/redp_adc_v1_0
- fpga/cores/redp_dac_v1_0
- fpga/cores/axi_ctl_register_v1_0
- fpga/cores/axi_sts_register_v1_0
- fpga/cores/dna_reader_v1_0
- fpga/cores/pulse_generator_v1_0
memory:
- name... |
src_list:
rtl:
- spi_master_syncle.vhd
- spi_master_ctrl.vhd
- spi_master_tx.vhd
- spi_master_rx.vhd
- spi_master_top.vhd
tb:
- tb_pkg.vhd
- tb.vhd
submodules: null
sim:
top_name: tb
pat_in: pat_in.txt
pat_out: pat_out.txt
dut_out: dut_out.txt
pat_gen_script: null
pat_comp_sc... |
<filename>infrastructure/kctf/config/apparmor.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: apparmor-profiles
namespace: kube-system
data:
ctf-profile: |-
#include <tunables/global>
profile ctf-profile flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
ptrace peer... |
name: Python Style Checker
on: [push]
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: andymckay/pycodestyle-action@0.1.3
|
# 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 design from opentitan
top_module: chip_sim_tb
tags:... |
<reponame>heiner-bauer/netlist-paths
name: Build and test
on:
push:
branches:
- master
pull_request:
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install dependencies
run: ... |
<gh_stars>0
#-----------------------------------------------------------------------------
# This file is part of the 'LCLS2 LLRF Firmware'. 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/ppar... |
cv:
personal_informations:
firstname: A
lastname: Schneier
address: 221b Baker Street, London, ENGLAND
position: Security Expert ; Master of Internet
contacts:
mobile: +12 3 456 789 012
email: <EMAIL>
homepage: https://www.schneier.com/
github: schneier-not-my-real-account
gitlab... |
<filename>Task/Rosetta-Code-Rank-languages-by-popularity/00META.yaml<gh_stars>0
---
category:
- Networking and Web Interaction
- Sorting
- Rosetta Code related
note: Text processing
|
<filename>config/system.yml
parameter_list:
- &channel_width 16
- &code_precision 8
- &output_precision 10
- &ffe_length 10
- &ffe_weight_precision 10
- &estimate_depth 30
- &est_channel_precision 8
- &est_code_precision 8
- &est_error_precision 9
- &sequence_length 3
- &channel_shift_precision 4
... |
<filename>dotnet_src/core/tests/stress_tests/shape.hwlib.yml
requires:
- feature: tools.Questa
params:
Modelsim: true
topLevel: Shape_ComputeArea
codeGenTool:
name: esi_interface
common:
- stress1_synth.capnp
- Shape_ComputeArea.sv
- Shape_QueryProcessor.sv
sim:
- Shape_tb.sv
simTests:
- to... |
version: 2.0.1
apkFileName: re1-e7e4ad1a.apk
isFrameworkApk: false
usesFramework:
ids:
- 1
sdkInfo:
minSdkVersion: '8'
targetSdkVersion: '19'
packageInfo:
forced-package-id: '127'
versionInfo:
versionCode: '1'
versionName: '1.0'
compressionType: false
sharedLibrary: false
|
<filename>software/cfg/SimConfig.yml
DesyTrackerRoot:
enable: 'True'
ForceWrite: 'False'
DesyTrackerRunControl:
TimeoutWait: 10000.0
MaxRunCount: 1
# DataWriter:
# enable: 'True'
# dataFile: ''
# open: 'False'
# bufferSize: '0'
# maxFileSize: '0'
DesyTracker:
enable: 'True'
AxiVe... |
<reponame>f110/wing
language: go
dist: xenial
sudo: required
go:
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- tip
env:
- GOLANGCI_LINT_VERSION=1.17.1 GO111MODULES=on
cache: apt
addons:
apt:
update: true
packages:
- rpm
install:
- curl -sfL https://install.gorelease... |
apu_cluster:
incdirs: [
../../rtl/includes,
../../ips/riscv/include,
./sourcecode,
./sourcecode/FPUnits/dw02/src_ver,
]
files: [
sourcecode/apu_cluster_package.sv,
sourcecode/marx/firstone_arbiter.vhd,
sourcecode/marx/arbiter_cascade.sv,
sourcecode/marx/marx.sv,
sourcecode/FPUn... |
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: mono-controller-manager-leader-election-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: leader-election
subjects:
- kind: ServiceAccount
name: mono-controller-manager
namespace: default
---
apiVersion: rba... |
name: wb_conmax_top
clock_port: clk_i
verilog:
- wb_conmax_arb.v
- wb_conmax_defines.v
- wb_conmax_master_if.v
- wb_conmax_msel.v
- wb_conmax_pri_dec.v
- wb_conmax_pri_enc.v
- wb_conmax_rf.v
- wb_conmax_slave_if.v
- wb_conmax_top.v
|
<gh_stars>10-100
# Device description for the Keithley 2602A Sourcemeter.
# set_ function expect a parameter, get_ function return a parameter.
# Just the very basic commands are implemented here.
identifier : Keithley Instruments Inc., Model 2602A
channel 1:
reset : smua.reset()
on : smua.source.output = 1
... |
<gh_stars>0
name: Verilate Project only, alpha
on:
workflow_dispatch:
push:
branches: [ trunk ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
jobs:
verilate-only:
name: Verilate only, alpha
runs-on: ubuntu-latest
container:
image: ghcr.io/base-band/docker-images/verilator-4-... |
<filename>.travis.yml
language: python
install:
- git fetch --unshallow --tags
- pip install tox
script:
- tox -e $BUILD_NAME
matrix:
include:
- env: BUILD_NAME=py27-unit
python: '2.7'
- env: BUILD_NAME=py34-unit
python: '3.4'
- env: BUILD_NAME=py35-unit
python: '3.5'
- env: BUILD_NAME=py36... |
secretGenerator:
- name: xss-bot-secrets
files:
- cookie
generatorOptions:
disableNameSuffixHash: true
labels:
type: generated
annotations:
note: generated
|
sudo: false
language: java
jdk:
- openjdk7
- oraclejdk7
git:
submodules: false
script: ant build
|
build:
image: docker:stable
stage: build
before_script:
- cat /etc/hosts
- cat /etc/resolv.conf
- docker info
- echo $CONTAINER_IMAGE:$CI_COMMIT_REF_NAME
- echo $CONTAINER_IM_IMAGE:$CI_COMMIT_REF_NAME
script:
- docker pull $CONTAINER_IMAGE:latest || true
- docker pull $CONTAINER_IM_I... |
<gh_stars>1-10
# Copyright 2020-2022 F4PGA Authors
#
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ... |
<filename>.github/workflows/regression.yml
name: Regression
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
#TODO: Re-introduce Windows os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps:... |
apb_cdc_4_phase:
incdirs: [
../../rtl/includes,
]
files: [
RTL/apb_cdc.sv,
RTL/apb_master_asynch.sv,
RTL/apb_slave_asynch.sv,
]
|
<gh_stars>10-100
apb_node:
files: [
src/apb_node.sv,
src/apb_node_wrap.sv,
]
jg_slint_top_name: [
apb_node_wrap
]
jg_slint_elab_opt: [
]
jg_slint_postelab_cmds: [
]
jg_slint_clocks: [
clk_i,
]
jg_slint_resets: [
~rst_ni,
]
|
<gh_stars>1-10
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: grafana-admin
rules:
- apiGroups:
- '*'
resources:
- secrets
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- grafana.f110.dev
re... |
<filename>ips_list.yml<gh_stars>0
#
# List of IPs and relative branch/commit-hash/tag.
# Uses the YAML syntax.
#
# Examples:
#
# or10n:
# commit: tags/PULP3_final
# domain: [cluster]
# udma:
# commit: 62b10440
# domain: [soc]
# axi_slice:
# commit: tags/pulpissimo-v1.0
# domain: [soc,clust... |
<reponame>hchenji/optimsoc
# Minimum versions of our tool dependencies
#
# This data is used in the build process and in the documentation
#
# Please enclose all version numbers in quotation marks to make sure they're
# parsed as string, not as float!
fusesoc: "1.9.0"
vivado: "2016.4"
verilator: "3.902"
|
<reponame>AdamChristiansen/fpga-uart<filename>serial_tester/src/app.yml
name: Serial Tester
about: Tests the serial connection to an FPGA echo server. The program generates random data to send back and forth between the computer and the serial device.
args:
- port:
value_name: PORT
help: The name of... |
<filename>hardware/deps/util/Bender.yml
package:
name: utils
authors:
- "<NAME> <<EMAIL>>"
dependencies:
cva6: { git: "<EMAIL>:minho-pulp/cva6.git" , rev: "7de8e9429f0cf38b8668e7c993d4acad63bbc4b1" }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.29.1 }
common_cells: { git: "https://... |
<reponame>antmicro/prjxray-bram-patch<gh_stars>10-100
# Copyright (C) 2017-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
language: python
matrix:
include... |
%YAML 1.2
---
Basis:
escape_radius: 0.20 # 車体が進入禁止領域に存在する際、車体を中心とした半径escape_radiusの円を進入可能領域として書き換える
target_velocity_lower: 0.065 # 目標速度の下限値
enable_object_detection: 1 # 0 or 1
enable_traffic_light_detection: 0 # 0 or 1
enable_pedestrian_detection: 0 #... |
sudo: false
language: python
python:
- "2.7"
cache:
directories:
- $HOME/.cache/pip
- ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ${VIRTUAL_ENV}/bin
install:
- env
- ls -al ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ls -al ${VIRTUAL_ENV}/bin
- pwd
... |
language: minimal
dist: focal
before-install:
- sudo apt-get -y install perl python3 make g++ ccache autoconf flex bison libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlibc zlib1g zlib1g-dev
before-script:
- git clone https://github.com/verilator/verilator.git
- unset VERILATOR_ROOT
- pushd verilato... |
<reponame>zstars/weblabdeusto
config:
debug_mode: true
hosts:
main_machine:
config:
db_database: WebLabTests
host: 127.0.0.1
processes:
main_instance:
config_file: main_machine/main_instance/instance_config.py
components:
core:
config_file: main_machine/... |
---
version: '3'
services:
hal-build:
build: .
volumes:
- .:/home/src/:rw
- ./deployment/build-output/:/home/build-output/:rw
- ./deployment/build-output/.ccache/:/root/.ccache/:rw
... |
name: Verible linter
on: [push]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: 'config.rules'
fail_on_error: true
suggest_fix... |
<filename>.github/workflows/svlint.yml
name: svlint
on: [push, pull_request]
jobs:
svlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run svlint
uses: dalance/svlint-action@v1
with:
filelists: |
rtl/common/compile.f
rtl/r... |
%YAML 1.2
---
param:
dim: 2
max_sampling_num: 1200
goal_sampling_rate: 0.25
expand_dist: 1.00
R: 1.50
goal_region_radius: 0.05
terminate_ratio: 1.01 # コストが current_state.distanceFrom(target_state) * terminate_ratio 以下になることを終了条件とする
|
name: Containers
on:
push:
paths:
- '.github/*.dockerfile'
- '.github/workflows/Containers.yml'
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
Container:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- impl
- sim
name:... |
<reponame>hito0512/Vitis-AI<filename>models/AI-Model-Zoo/model-list/cf_VPGnet_caltechlane_480_640_0.99_2.5G_2.0/model.yaml<gh_stars>1-10
# 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... |
<reponame>Koheron/koheron-sdk<gh_stars>10-100
version: 2
jobs:
build:
docker:
- image: buildpack-deps:focal
steps:
- checkout
- run:
name: Install python requirements
command: apt-get update; apt-get install -y sudo; apt-get install -y python3-pip; pip install -r require... |
# File auto-generated by Padrick 0.1.0.post0.dev49+g9979c54.dirty
package:
name: alsaqr_periph_padframe
authors:
- "Padrick"
dependencies:
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.3.1 }
common_cells: { git: "https://github.com/pulp-platf... |
#
# List of IPs and relative branch/commit-hash/tag.
# Uses the YAML syntax.
#
axi/axi2mem:
commit: 6973e0434d26ba578cdb4aa69c26c1facd1a3f15
domain: [soc, cluster]
group: pulp-platform
axi/axi2per:
commit: tags/v1.0.1
domain: [cluster]
group: pulp-platform
axi/per2axi:
commit: v1.0.4
domain: [soc, cl... |
<reponame>dendisuhubdy/vortex
language: cpp
dist: bionic
os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- valgrind
- verilator
- yosys
install:
# Set environments
- export RISCV_TOOLCHAIN_PATH=/opt/risc... |
<filename>.buildkite/pipelines/postroute_hold_standalone.yml
# Run postroute_hold standalone, with two retry attempts in case of failure.
agents: { queue: "papers" }
env:
GOLD : /build/prh${BUILDKITE_BUILD_NUMBER}/full_chip
SETUP_BK : source mflowgen/bin/setup-buildkite.sh --dir $GOLD --need_space
PHREF ... |
<reponame>peturingi/opae-sdk<filename>opae-libs/.github/workflows/trigger-update.yml<gh_stars>100-1000
name: Trigger update opae-sdk
on:
push:
paths-ignore:
- '.github/**'
branches:
- master
workflow_dispatch:
jobs:
trigger_dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger... |
<filename>.github/workflows/Processor.yml<gh_stars>0
# Check NEORV32 software framework and test processor using .ci/ scripts
name: Processor
on:
push:
branches:
- master
paths:
- 'rtl/**'
- 'sw/**'
- 'sim/**'
pull_request:
branches:
- master
paths:
- 'rtl/**'
- 'sw/**'... |
cryoAsicGen1:
enable: True
EpixHRGen1Cryo:
enable: True
MMCMSerdesRegisters:
enable: True
CLKOUT0PhaseMux: 0
CLKOUT0HighTime: 4
CLKOUT0LowTime: 4
CLKOUT0Frac: 0
CLKOUT0FracEn: 0
CLKOUT0Edge: 0
CLKOUT0NoCount: 0
CLKOUT0DelayTime: 0
CLKOUT1PhaseMux: ... |
%YAML 1.2
---
Basis:
R: 1.5 # 現状態と目標状態の距離がこの値以下になったら目標状態を更新する
ratio_for_path_planner_region: 1.6 # 現状態と目標状態の中間点を中心とした正方形領域をPathPlannerに渡すが、その際の正方形領域の大きさを指定するパラメータ
# 一辺の長さは ||current_state - med_state||_2 * 2 * ratio_for_path_planner_region となる
nof_c... |
package:
name: register_interface
authors: ["<NAME> <<EMAIL>>", "<NAME> <<EMAIL>>"]
dependencies:
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.27.0 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
export_include_dirs:
- include
sources:
#... |
<filename>.buildkite/glb_test.yml
steps:
- label: ":wrench: Build and Test Garnet GLB + Fabric"
commands:
- source /aha/bin/activate
- source /cad/modules/tcl/init/sh
- module load base xcelium/19.03.003 vcs
- echo "--- Pruning Docker Images"
- yes | docker image prune -a --filter "until=24h" --filter=labe... |
<reponame>solsjo/ghdl-example
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- '**'
pull_request:
branches:
- '**'
# Allows you to run this workflow manually from the Actions tab
workflow_... |
<filename>sim/vivado/add_files.yml
- Global:
Print : true
- Library:
Name : merge_sorter
Format : "add_vhdl_file sources_1 #{library_name} #{file_name}"
PathList : ["../../ip/argsort_axi_1.1/src/MERGE_SORTER/"]
- Library:
Name : pipework
Format : "add_vhdl_file sources_1 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.