Search is not available for this dataset
content stringlengths 0 376M |
|---|
<reponame>suarezvictor/litex
name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
steps:
# Checkout Repository
- name: Checkout
uses: actions/checkout@v2
# Install Tools
- name: Install Tools
run: |
sudo apt-get install wget build-essential ... |
---
algorithm:
class: Spea2
population_size: 400
max_archive_size: 300
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
inject:
metho... |
name: Deploy to PyPI
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get h... |
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... |
<filename>.github/workflows/coverage.yml
name: Coverage
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
rust-version: [stable]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Pyt... |
<reponame>hito0512/Vitis-AI
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... |
# Settings for the saed32 technology to be overriden by the project.
technology.saed32:
# Path to the directory which contains all the saed32 tarballs (e.g. SAED_EDKxxxxxxx_CORE_LVT_v_xxxxxxxx.tar.gz)
tarball_dir: ""
# Set some defaults for this technology.
# For quick performance evaluations, use the typical volt... |
---
# An employee record
name: Example Developer
#RRD DB Loc/Name
rrddb: "/var/www/html/wundergrounddata.rrd"
csvdatafile: "/usr/local/wun/weatherdata.csv"
graph-location: "/var/www/html/wun/"
photo-location: "/var/www/html/camera/"
use-wun: true
wun-url: "http://api.wunderground.com/api/<api_key>/conditions/q/zmw:... |
<gh_stars>0
name: global_controller
commands:
- bash get_global_controller_outputs.sh
inputs:
- design.v
outputs:
- global_controller_tt.lib
- global_controller.lef
- global_controller.gds
- global_controller.vcs.v
- global_controller.sdf
- global_controller.lvs.v
postconditions:
- assert File( 'o... |
# Copyright 2020 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: publish-docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- u... |
<gh_stars>10-100
ignore:
- "3rdparty/**/*"
# failure.c generates libtenyrfailure, which is meant for *stimulating*
# coverage, but should not itself contribute to the number of
# lines/branches/functions covered.
- src/devices/failure.c
coverage:
range: 75..95
precision: 1
|
labelName: waiting-for-user-information
labelColor: f7c6c7
commentText: >
Please follow the [issue template](https://github.com/Glavin001/atom-beautify/blob/master/ISSUE_TEMPLATE.md) provided.
More specifically, update the original comment for this issue by adding a link to the
required [debug.md](https://git... |
---
MainSourceFile: 'Utilities/ReleaseScripts/test/test-clang-tidy.cc'
Diagnostics:
- DiagnosticName: modernize-use-nullptr
DiagnosticMessage:
Message: use nullptr
FilePath: 'Utilities/ReleaseScripts/test/test-clang-tidy.cc'
FileOffset: 69
Replacements:
- File... |
<reponame>f110/wing
webhook_listener: :5000
build_namespace: bot
commit_author: cluster-loadmaster
commit_email: <EMAIL>
github_token_file: /home/dexter/dev/src/github.com/f110/k8s-cluster-maintenance-bot/github-token
app_id: 51841
installation_id: 6365451
app_private_key_file: /home/dexter/dev/src/github.com/f110/k8s-... |
apiVersion: miniocontroller.min.io/v1beta1
kind: MinIOInstance
metadata:
name: object-storage
labels:
app: minio
spec:
metadata:
labels:
app: minio
annotations:
prometheus.io/path: /minio/prometheus/metrics
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
image: minio/... |
run_sim_udp:vivado2018.3:modelsim10.6c:
extends: .template_base
image: ${IPBUS_DOCKER_REGISTRY}/ipbus-fw-dev-centos7:2021-04-26__ipbbdev-2021f_uhal2.8.0
tags:
- docker
- docker-cap-net-admin
- docker-device-net-tun
- xilinx-tools
stage: quick_checks
variables:
VIVADO_VERSION: "2018.3"
... |
<reponame>Elon-J/OpenFASOC
name: Test documentation
on:
pull_request:
push:
schedule:
- cron: "0 2 * * *" # run at 2 AM UTC
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.9.1
- uses: actions/checkout@v2
... |
<reponame>hito0512/Vitis-AI
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... |
site_name: PyWire
pages:
- Index: index.md
- Basics: basics.md
- Timing: timing.md
- BRAM: bram.md
theme: readthedocs |
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... |
<reponame>chao0502/aquila<gh_stars>0
language: cpp
# run on new infrastructure
sudo: false
cache:
apt: true
directories:
$RISCV
$HOME/.sbt
timeout: 1000
# required packages to install
dist: bionic
jdk:
- openjdk8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
... |
# This YAML file describes your package. Stack will automatically generate a
# Cabal file when you run `stack build`. See the hpack website for help with
# this file: <https://github.com/sol/hpack>.
name: NDP
version: '0.0.0'
github: "fortlogic/NDP"
license: MIT
author: "<NAME>"
maintainer: "<NAME>"
synopsis: "Nameless... |
<reponame>hito0512/Vitis-AI
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... |
<filename>ansible/integration_test_start_up.yml
# Prepare integration test environment and start system under test
- hosts: all
tasks:
- name: get integration test start time
shell: "date '+%Y-%m-%d %H:%M:%S'"
register: integration_test_start_time
- hosts: epics_test_server
tasks:
- name: IOC ... |
---
- hosts: data-generators
gather_facts: False
tasks:
- name: start multigrid data
command: "{{daemonize_cmd}} {{script_path}}/datagen_multigrid.bash 1"
tags:
- multigrid
|
name: wb_dma_top
clock_port: clk_i
verilog:
- wb_dma_ch_arb.v
- wb_dma_ch_pri_enc.v
- wb_dma_ch_rf.v
- wb_dma_ch_sel.v
- wb_dma_de.v
- wb_dma_defines.v
- wb_dma_inc30r.v
- wb_dma_pri_enc_sub.v
- wb_dma_rf.v
- wb_dma_top.v
- wb_dma_wb_if.v
- wb_dma_wb_mast.v
- wb_dma_... |
name: C/C++ CI Build and Test
on:
push:
branches: [master]
paths-ignore:
- 'python/**'
- 'tools/extra/fpgabist/**'
- 'tools/extra/packager/*.py'
- 'tools/extra/packager/metadata/**'
- 'tools/extra/packager/test/*.py'
- 'tools/extra/pac_hssi_config/*.py'
- 'tools/extr... |
<gh_stars>1000+
name: ctf_story
description: A crypto challenge in Google CTF 2021.
environment:
sdk: '>=2.8.1 <3.0.0'
dependencies:
crclib:
git:
url: https://github.com/google/crclib.dart
ref: main
|
<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 copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... |
# 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
authors: [ "<NAME> <<EMAIL>>" ]
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1... |
<reponame>usmnzain/serv<gh_stars>1-10
name: CI
on: [push, pull_request]
jobs:
compliance:
name: RISC-V Compliance Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
path: serv
- name: install fusesoc, verilator and gcc
run: |
sudo apt-get install -y... |
apiVersion: "apps/v1"
kind: "Deployment"
metadata:
name: "chal"
spec:
replicas: 1
template:
metadata:
annotations:
container.apparmor.security.beta.kubernetes.io/challenge: localhost/ctf-profile
spec:
containers:
- name: "challenge"
image: "challenge"
ports:
... |
# 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... |
<reponame>jvanstraten/vhdmmio
metadata:
name: stream_monitor
brief: monitors a number of streams.
features:
bus-width: 32
optimize: yes
entity:
clock-name: axil_aclk
reset-name: axil_aresetn
reset-active: low
bus-prefix: axil_
bus-flatten: yes
interface:
flatten: yes
fields:
- repeat: 4 # <--... |
language: go
go:
- 1.14.x
- 1.x
env:
- GO111MODULE=on
notifications:
email:
on_success: never
on_failure: change
before_install:
# Install linters and misspell
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LI... |
name: sv-test-env
channels:
- symbiflow
- pkgw-forge
- conda-forge
dependencies:
# - symbiflow::iverilog
# - symbiflow::moore
# - symbiflow::odin_ii
# - symbiflow::slang
# - symbiflow::surelog
# - symbiflow::sv-parser
# - symbiflow::tree-sitter-verilog
# - symbiflow::uhdm-integration-verilator
# - symbif... |
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Azure template for downloading pipeline step outputs and unpacking them.
#
# This template will download all artifacts from the upstream jobs listed in
# `downloadPartial... |
<reponame>gokhankici/iodine<gh_stars>1-10
resolver: lts-10.5
packages:
- .
- ./liquid-fixpoint
extra-deps:
- dotgen-0.4.2
- fgl-visualize-0.1.0.1
- located-base-0.1.1.1
- megaparsec-7.0.4
- parser-combinators-1.0.1
- hspec-2.7.0
- QuickCheck-2.12.6.1
- hspec-core-2.7.0
- hspec-discover-2.7.0
- yaml-0.11.0.0
- libyaml... |
<gh_stars>10-100
name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: jodersky/setup-mill@master
with:
mill-version: 0.9.5
- name: Compile
run: mill __.compile
- name: Test
run... |
<reponame>AlSaqr-platform/cva6
package:
name: clint
authors:
dependencies:
cva6: { git: "<EMAIL>:minho-pulp/cva6.git" , rev: "7de8e9429f0cf38b8668e7c993d4acad63bbc4b1" }
sources:
- ./axi_lite_interface.sv
- ./clint.sv
|
<reponame>Datum-Technology-Corporation/core-v-mcu
apb_adv_timer:
incdirs: [
./rtl,
]
files: [
./rtl/adv_timer_apb_if.sv,
./rtl/comparator.sv,
./rtl/lut_4x4.sv,
./rtl/out_filter.sv,
./rtl/up_down_counter.sv,
./rtl/input_stage.sv,
./rtl/prescaler.sv,
./rtl/apb_adv_timer.sv,
.... |
<reponame>captainko/vim-matchup
name: Neovim with Tree-sitter
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
neovim_version:
- 'head'
- 'v0.5.0'
runs-on: ubuntu-latest
env:
TESTS_ENABLE_TREESITTER:... |
name: VHDL Testbenches
on: [push, pull_request]
jobs:
vhdl_testbenches:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- uses: actions/cache@v1
# Use Cache, see: ... |
<reponame>ess-dmsc/dmg-build-scripts
# Stop system under test
- hosts: pipeline_data_generator
tasks:
- name: check if efu data generator finished
async_status:
jid: "{{ efu_generator.ansible_job_id }}"
register: efu_generator_result
until: efu_generator_result.finished
retries: "... |
<gh_stars>1-10
name: Notice
on:
push:
paths:
- stack.yaml
- stack.yaml.lock
- sv2v.cabal
- notice.sh
- NOTICE
jobs:
notice:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install Haskell Stack
run: brew install haskell-stack
- nam... |
<filename>plugins/simulators/vcs/buildInOptions/vcs_options.yaml<gh_stars>1-10
options:
quite_comp:
usage:
quite compiling with -q, and close lint with +lint=none
on_action:
compile_option:
- -q
- +lint=none
wave:
usage:
dump waveform, vaule is format[FSDB, VPD], use m... |
---
name: trenz_teb080x_te803_dma_example
board: boards/teb803
version: 0.1.1
cores:
- fpga/cores/axi_ctl_register_v1_0
- fpga/cores/axi_sts_register_v1_0
memory:
- name: control
offset: '0xA4001000'
range: 4K
- name: status
offset: '0xA4002000'
range: 4K
- name: xadc
offset: '0xA4003000... |
<gh_stars>1-10
# Password is SHA-256 encoded value for "<PASSWORD>"
User(joel):
email: <EMAIL>
password: <PASSWORD>
role: admin
|
<filename>ariane/src/axi/src_files.yml
axi:
files:
- src/axi_pkg.sv
- src/axi_test.sv
- src/axi_intf.sv
- src/axi_to_axi_lite.sv
- src/axi_lite_to_axi.sv
- src/axi_lite_xbar.sv
- src/axi_arbiter.sv
- src/axi_address_resolver.sv
- src/axi_join.sv
- src/axi_lite_join.sv
|
<filename>ips/adv_dbg_if/src_files.yml
adv_dbg_if:
incdirs: [
rtl,
]
files: [
rtl/adbg_axi_biu.sv,
rtl/adbg_axi_module.sv,
rtl/adbg_lint_biu.sv,
rtl/adbg_lint_module.sv,
rtl/adbg_crc32.v,
rtl/adbg_or1k_biu.sv,
rtl/adbg_or1k_module.sv,
rtl/adbg_or1k_status_reg.sv,
rtl/adbg_t... |
<gh_stars>10-100
udma_qspi:
incdirs: [
rtl,
]
files: [
rtl/udma_spim_reg_if.sv,
rtl/udma_spim_ctrl.sv,
rtl/udma_spim_txrx.sv,
rtl/udma_spim_top.sv,
]
|
# Copyright 2021 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_read_only_cache
authors:
- <NAME> <<EMAIL>>
- <NAME> <<EMAIL>>
dependencies:
axi: {path: ../../vendor/pulp_platform_axi}
com... |
TMVAxml: bdtWeights/TMVAClassification_BDT.weights.xml
OutputDir: test-l1PFTau
ProjectName: l1PFTau
XilinxPart: xc7vx690tffg1927-2
ClockPeriod: 5
IOType: io_parallel # options: io_serial/io_parallel
ReuseFactor: 1
DefaultPrecision: ap_fixed<18,8>
|
<reponame>tblink-rpc/tblink-rpc-examples
package:
name: tblink-rpc-examples
version: 0.0.1
dev-deps:
- name: cython
src: pypi
- name: vlsim
src: pypi
- name: tblink-rpc-hdl
url: https://github.com/tblink-rpc/tblink-rpc-hdl.git
- name: tblink-rpc-utils
url: https://github.com/tblink-rpc... |
language: python
- "3.6"
services:
- docker
before_install:
- docker pull ghdl/ext:vunit-master
- docker run -dt --name=vunit ghdl/ext:vunit-master /bin/sh
- docker exec vunit /bin/sh -c 'apt-get install -y git'
- docker exec vunit /bin/sh -c 'git --version'
- docker exec vunit /bin/sh -c 'git clone --d... |
rv_plic:
files:
- ../ariane/register_interface/src/reg_intf_pkg.sv
- rtl/top_pkg.sv
- rtl/tlul_pkg.sv
- rtl/rv_plic_reg_pkg.sv
- rtl/prim_subreg_ext.sv
- rtl/plic_regmap.sv
- rtl/prim_subreg.sv
- rtl/rv_plic_reg_top.sv
- rtl/rv_plic_gateway.sv
... |
<filename>.github/workflows/docker.yml<gh_stars>10-100
name: Docker
on:
push:
branches:
- master
- docker
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shel... |
name: trigger-lint
on:
pull_request:
jobs:
upload_event_file:
runs-on: ubuntu-latest
steps:
- run: cp "$GITHUB_EVENT_PATH" ./event.json
- name: Upload event file as artifact
uses: actions/upload-artifact@v2
with:
name: event.json
path: event.json
|
<filename>tests/fpga_system_tests/emu/simctrl.pre.yaml
digital_ctrl_inputs:
rstb:
abspath: 'tb_i.rstb'
width: 1
init_value: 0
dump_start:
abspath: 'tb_i.dump_start'
width: 1
init_value: 0
tdi:
abspath: 'tb_i.tdi'
width: 1
init_value: 0
tck:
abspath: 'tb_i.tck'
width: ... |
<reponame>thirono/basil<gh_stars>10-100
# Device description for a simulated device for SCPI HL + VISA TL test.
identifier : "LSG Serial #1234"
get_name : "?IDN" # overwrite default SCPI
set_on : "!OUT"
get_on : "?OUT"
get_frequency : "?FREQ"
|
# This file defines single architecture set for tlut systolic array performance projection
- proj_16_16_bank4_block32
- proj_32_32_bank4_block32
- proj_64_64_bank4_block32
- proj_128_128_bank4_block32
|
<reponame>stillwater-sc/PoC<filename>.appveyor.yml<gh_stars>100-1000
version: 1.1.0-b{build}
clone_folder: c:\projects\poc
init:
# Checking that DEP is enabled
- ps: Write-Host "Initializing virtual machine ..."
- ps: git --version
- ps: $env:Path = $env:Path.Replace("Python27", "Python35-x64")
install:
- ps... |
<filename>.gitlab-ci.yml
stages:
- initial_report
- quick_checks
- midway_report
- builds
- publish
- final_report
variables:
GITHUB_REPO_API_URL: "https://api.github.com/repos/ipbus/ipbus-firmware"
IPBUS_DOCKER_REGISTRY: "gitlab-registry.cern.ch/ipbus/ipbus-docker"
include:
- local: '/ci/github-... |
# Run in container-based environment
sudo: required
dist: trusty
group: edge # Add this
# Using the precompiled toolchain from docker
services:
- docker
# define test
env:
global:
- DOCKER_TOP=/opt/lowrisc
- DOCKER_TAG=minion-v0.4
matrix:
- CONFIG=DefaultConfig TEST_CASE=run-asm-tests
- CON... |
<filename>models/AI-Model-Zoo/model-list/cf_densebox_wider_360_640_1.11G_1.4/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.apache... |
image: docker:latest
services:
- docker:dind
stages:
- check
- test
- examples
.env: &env
GHDL_IMAGE: ghdl/ghdl
GHDL_TAG: ubuntu18-llvm-5.0
variables:
<<: *env
.ghdl-check-job: &ghdl-check-job
stage: check
image: $GHDL_IMAGE:$GHDL_TAG
script:
- find hardware -name "*.vhd" ! -path "*/test/*"... |
name: 'test'
on:
push:
pull_request:
schedule:
- cron: '0 15 * * *'
env:
CI: true
jobs:
lin-docker:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v2
- run: docker run --rm -v $(pwd):/src -w /src ghdl/vunit:llvm-master ./test.sh
... |
<filename>ips_list.yml
#
# 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... |
<reponame>Calculasians/HDC-Sensor-Fusion-Research
sim.inputs.top_module: "hdc_sensor_fusion"
sim.inputs.tb_dut: "dut"
sim.inputs.tb_name: "hdc_sensor_fusion_tb"
sim.inputs.input_files_meta: "append"
sim.inputs.input_files:
- "src/HDC_Sensor_Fusion_Rule90/hdc_sensor_fusion.sv"
- "src/HDC_Sensor_Fusion_Rule90/hdc_... |
<reponame>IanBoyanZhang/kratos<filename>.github/workflows/macos.yml
name: MacOS Wheel Test
on: [push]
jobs:
build:
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
... |
<reponame>mundaym/ibex
# This is a basic workflow to help you get started with Actions
name: metrics-regress
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
# pull_request_target:
# branches: [ master ]... |
<reponame>slaclab/lcls2-pcie-aps<filename>firmware/releases.yaml
GitBase: ..
TopRoguePackage: lcls2_timetool
RoguePackages:
- common/python
RogueScripts:
- ../software/scripts/timetoolGui
CondaDependencies:
- surf=v2.5.1
- axi_pcie_core=v3.2.1
- lcls_timing_core=v3.2.1
- lcls2_pgp_fw_lib=v3.3.0
- l2... |
version: 1
disable_existing_loggers: true
formatters:
default:
format: "%(asctime)s.%(msecs)03d %(levelname)s:\t%(message)s"
datefmt: "%Y-%m-%d %H:%M:%S"
handlers:
console:
class : logging.StreamHandler
formatter: default
level : INFO
filters: [allow_foo]
stream : ext://sys.stdout
... |
.template_github_commit_status:
image: cern/cc7-base:20170113
tags:
- docker
only:
- branches
- web
dependencies: []
github_commit_status:start:
extends: .template_github_commit_status
stage: initial_report
when: always
script:
- "curl -H \"Authorization: token ${GITHUB_API_TOKEN}\" --... |
<reponame>Calculasians/HDC-Sensor-Fusion-Research<gh_stars>0
sim.inputs.tb_name: "hdc_sensor_fusion_tb"
sim.inputs.input_files_meta: "append"
sim.inputs.input_files:
- "src/../build/par-rundir/hdc_sensor_fusion.sim.v"
- "src/HDC_Sensor_Fusion_SEFUAMFoldedRule90/hdc_sensor_fusion_tb.sv"
sim.inputs.level: "gl"
... |
<reponame>recogni/recogni-ariane
package:
name: axi_riscv_atomics
authors: ["<NAME> <<EMAIL>>", "<NAME> <<EMAIL>>"]
dependencies:
# TODO: Once the special features we need from our dependencies are released in a tagged version,
# switch to that version for SemVer compatibility.
axi: { git: "https://github.co... |
hosts:
h1 : {}
h2 : {}
switches:
s1:
cfg: ../../build/bmv2/FirstHalfWithoutCompression.json
interfaces:
- link: h1
- link: s2
- link: s1compress
cmds:
- table_add forward set_egress 0 => 1
- table_add forward set_egress 2 =... |
<gh_stars>1-10
# 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: clint
description: "RISC-V Core-local Interrupt Controller"
authors: ["<NAME> <<EMAIL>>"]
sources:
# Level 0:
- src/axi_lit... |
# 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/**'
- 'sim/**'
workflow_dispatch:
jobs:
build:... |
<filename>software/TimeTool/config/sim.yml
TimeToolDev:
Application:
AppLane[:]:
EventBuilder:
Bypass: 0x1 # Bypass channel 0 (timing channel for simulation only)
|
<reponame>thirono/basil
# Device description for the Keithley 2000 Multimeter.
# Do not expect the Keithley 2000 to work over serial!
# Only GPIB shows working communication with this device!
identifier : KEITHLEY INSTRUMENTS INC.,MODEL 2000
get_current : MEAS:CURR?
get_voltage : MEAS:VOLT?
|
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
args: [--line-length=79]
- repo: https://gitlab.com/daverona/pre-commit/cpp
rev: master
hooks:
- id: clang-format
entry: clang-format
args: []
- id: cpplin... |
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
python:
# Install our python package before building the docs
install:
- requirements: docs/requirements.txt
system_packages: true
#conda:
# environment: docs/environment.yml
# Build documentation in the docs/ directory with Sphinx
sph... |
<filename>designs/dragonphy_top/rtl/configure.yml
name: rtl
commands:
- |
mkdir -p outputs
python gen_tcl.py
outputs:
- read_design.tcl
parameters:
adk_name: "tsmc16"
design_name: None |
<filename>.github/workflows/run_ghdl.yml
name: CI/Run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ghdl/setup-ghdl-ci@nightly
with:
backend: mcode
... |
init:
- set PATH=C:\Python36-x64;C:\Python36-x64\Scripts;%PATH%
build: off
install:
- pip install tox wheel
- python -c "import sys,platform; print(sys.platform); print(platform.machine())"
test_script:
- tox -e cover
|
version: 1.1.0-b{build}
clone_folder: c:\projects\poc
init:
# Checking that DEP is enabled
- ps: Write-Host "Initializing virtual machine ..."
- ps: git --version
- ps: $env:Path = $env:Path.Replace("Python27", "Python35-x64")
install:
- ps: Write-Host "Installing requirements..."
- ps: python --version
... |
<reponame>davideschiavone/core-v-mcu<gh_stars>10-100
logint_dc_fifo:
files: [
log_int_dc_slice.sv,
log_int_dc_slice_wrap.sv,
dc_data_buffer.sv,
dc_full_detector.v,
dc_synchronizer.v,
dc_token_ring_fifo_din.v,
dc_token_ring_fifo_dout.v,
dc_token_ring.v
]
|
<filename>conf/fusesoc-configs/ibex.yml
name: ibex
description: Full ibex core test
top_module: ibex_core
tags: ibex
path: third_party/cores/ibex
command: fusesoc --cores-root third_party/cores/ibex run --target=synth --setup lowrisc:ibex:top_artya7
conf_file: build/lowrisc_ibex_top_artya7_0.1/synth-vivado/core-deps.mk... |
<filename>conf/fusesoc-configs/swerv.yml
name: swerv
description: Full swerv core test
top_module: swerv_wrapper
tags: swerv
path: third_party/cores/swerv
command: fusesoc --cores-root third_party/cores/swerv run --target=lint --setup chipsalliance.org:cores:SweRV_EH1:1.8
conf_file: build/chipsalliance.org_cores_SweRV_... |
metadata:
name: mmio
entity:
bus-flatten: yes
bus-prefix: mmio_
clock-name: kcd_clk
reset-name: kcd_reset
features:
bus-width: 64
optimize: yes
interface:
flatten: yes
fields:
- address: 0b0---
name: AFU_DHF
behavior: constant
value: 17293826967149215744 # [63:60]: 1... |
<filename>circle.yml
dependencies:
pre:
- sudo apt-get install software-properties-common
- sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
- sudo apt-get update
- sudo apt-get install cmake cmake-data build-essential libc6 flex bison
test:
override:
- mkdir -p assembler/build/
-... |
<gh_stars>100-1000
S25FS256_model:
defines: [
SPEEDSIM,
]
files: [
spi_flash/S25fs256s/model/s25fs256s.v,
]
flags: [
skip_synthesis,
]
24FC1025_model:
defines: [
SPEEDSIM,
]
files: [
i2c_eeprom/24FC1025.v,
]
flags: [
skip_synthesis,
]
hyperflash_model:
defines: [
... |
<gh_stars>1-10
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
parameters:
rvc_test_suites: []
jobs:
- job: riscv_compliance_tests_${{ join('_', parameters.rvc_test_suites) }}
# Disable RISC-V Compliance tests d... |
<reponame>kmettias/ara<gh_stars>0
# Copyright 2021 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
#
# Author: <NAME> <<EMAIL>>
# Lint the design
name: lint
on: [push, pull_request]
jobs:
check-license:
runs-on: ubunt... |
# General Hammer Inputs
# Placement Constraints
#
vlsi.inputs.placement_constraints:
- path: "RocketTile"
type: toplevel
x: 0
y: 0
width: 10000
height: 10000
margins:
left: 0
right: 0
top: 0
bottom: 0
# Auto-floor-plan
par.innovus.floorplan_mode: "auto"
... |
<reponame>iicarus-bit/google-ctf<gh_stars>0
apiVersion: "apps/v1"
kind: "Deployment"
metadata:
name: "chal"
spec:
template:
spec:
containers:
- name: "challenge"
livenessProbe:
failureThreshold: 2
httpGet:
path: /healthz
port: 8080
initia... |
cryoAsicGen1:
enable: True
ForceWrite: False
EpixHRGen1Cryo:
enable: True
PowerSupply:
enable: True
DigitalEn: True
AnalogEn: True
ProgPowerSupply:
enable: True
Vdd1: 0x8000
Vdd2: 0x8000
Vdd1_V: '2.500'
Vdd2_V: '2.500'
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Linux Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
... |
site_name: "<NAME> - Blog"
theme:
name: material
logo: assets/me.png
favicon: assets/icon.png
features:
- navigation.instant
- navigation.top
- search.suggest
- search.highlight
- search.share
markdown_extensions:
- footnotes
- toc:
permalink: true
extra:
homepage: https://joecro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.