Search is not available for this dataset
content stringlengths 0 376M |
|---|
language: cpp
# run on new infrastructure
sudo: false
cache:
apt: true
directories:
$RISCV
# required packages to install
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- gperf
- autoconf
- automake
- autotools-dev
- libmp... |
config:
regmap:
read_filler: 3735928559
address_increment_mode: none
address_increment_value: 4
address_alignment_mode: data_width
address_alignment_value: 4
lb_bridge:
type: apb
docs: {}
data_width: 32
address_width: 12
name: regs
version: '1.0'
register_reset: sync_pos
regmap:
... |
<gh_stars>0
# @package _global_
do_blink:
backend: vivado
figure: fig2
sub_figure: a
device: at200
part: xc7a200tiffg1156-1L
num_luts: 12800
bft: bft16 |
# Run integration test commands
- hosts: test_orchestrator
tasks:
- name: send command to start writing events to file
shell: "{{ test_orchestrator_python_bin }} {{ test_orchestrator_script_dir }}/send-file-writer-start-cmd.py {{ integration_test_kafka_bootstrap_servers }} {{ kafka_to_nexus_job_pool_topic ... |
cache:
key: ${CI_JOB_NAME}
paths:
- "sbt-cache/.ivy/cache"
- "sbt-cache/.boot"
- "sbt-cache/.sbtboot"
- "sbt-cache/target"
variables:
GIT_SUBMODULE_STRATEGY: none
SBT_VERSION: "0.13.9"
SBT_OPTS: "-Dsbt.global.base=sbt-cache/.sbtboot -Dsbt.boot.directory=sbt-cache/.boot -Dsbt.ivy.home=sbt-cach... |
<reponame>DaveMcEwan/svlint
name: Update RULES.md
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matri... |
package:
name: hwpe-stream
authors:
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }
sources:
- include_dirs:
- rtl
files:
# Source files grouped in levels. Files in level 0 h... |
configName: default
folderName: ''
format_version: v1.0
frameworkPath: ../../../../MicrochipHarmony
processor: PIC32MX250F128B
projectName: ''
settings:
PackageFilter: crypto;net;core;bootloader_apps_usb;bootloader;bsp;quick_docs;usb;csp;core_apps_pic32mx;csp_apps_pic32mx;
FORCE_OPTIMIZATION: 'false'
GENERATE_BAC... |
# 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,... |
package:
name: ape_core
authors:
- "<NAME> <<EMAIL>>" # current maintainer
dependencies:
#common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.20.0 }
#common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.1.1 }
export_include_dir... |
name: Build examples using YoWASP
on:
schedule:
- cron: '0 0 * * 0'
jobs:
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Display Python version... |
<gh_stars>1-10
# RUN: lld -flavor darwin -arch x86_64 -dead_strip -export_dynamic %s -dylib %p/Inputs/libSystem.yaml -o %t.dylib -print_atoms | FileCheck -check-prefix=CHECK1 %s
# RUN: lld -flavor darwin -arch x86_64 -export_dynamic -dead_strip %s -dylib %p/Inputs/libSystem.yaml -o %t.dylib -print_atoms | FileCheck -ch... |
---
input_file : 07_merge_sort_node_single.akd
output_file : ../07_merge_sort_node_single.md
image_url :
"Fig.1 マージソートノードと 4-way マージソートツリー" : "image/07_merge_sort_node_single_1.jpg"
"Fig.2 マージソートノードの入出力" : "image/07_merge_sort_node_single_2.jpg"
"Fig.3 マージソートノードの状態遷移(1)" : "image/0... |
cryoAsicGen1:
enable: True
ForceWrite: False
EpixHRGen1Cryo:
enable: True
Clock Jitter Cleaner:
enable: True
RstL: True
Dec: False
Inc: False
Frqtbl: False
FrqtblZ: True
Rate: 0x0
RateZ: 0x0
BwSel: 0x0
BwSelZ: 0x2
FreqSel: 0x2
FreqSel... |
<reponame>mfkiwl/snitch
# 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_ssr
authors:
- <NAME> <<EMAIL>>
- <NAME> <<EMAIL>>
- <NAME> <<EMAIL>>
dependencies:
common_cells: {pa... |
<filename>.travis.yml
language: python
install: pip install tox
script: tox -e $BUILD_NAME
stages:
- test
- deploy
matrix:
include:
- &docker
env:
- BUILD_NAME=py27-acceptance-ghdl
- DOCKER_IMAGE=mcode-2
services: docker
language: minimal
install: skip
script: docker run --rm -... |
apiVersion: grafana.f110.dev/v1alpha1
kind: Grafana
metadata:
name: grafana
namespace: grafana
spec:
adminUser: admin
adminPasswordSecret:
name: <PASSWORD>-password
key: password
service:
name: grafana
userSelector:
matchLabels:
instance: prod |
blank_issues_enabled: false
contact_links:
- name: BlackParrot Google Group
url: https://groups.google.com/g/black-parrot
about: For more general BlackParrot inquiries. e.g. "I'm trying to do XYZ, what are first steps?"
|
<reponame>pheonixo/file_info
root: true
parser: '@typescript-eslint/parser'
env:
node: true
plugins:
- '@typescript-eslint'
extends:
- eslint:recommended
- plugin:@typescript-eslint/recommended
- prettier
rules:
array-callback-return: error
camelcase: error
consistent-return: 0
eqeqeq: [error, alwa... |
version: '3'
services:
vice:
build:
context: .
working_dir: /home/pwn
container_name: vice
ports:
- "992:80"
command: "sleep infinity"
|
<filename>.gitlab-ci.yml<gh_stars>10-100
stages:
- build
- test
- synthesis
- program
variables:
XILINX_VIVADO_VER: "2020.2"
XILINX_VIVADO: /non-free/Xilinx/Vivado/$XILINX_VIVADO_VER
CI_REGISTRY: mohs.dhcp.lbl.gov
CONTAINER_IMAGE: $CI_REGISTRY/testing_base
CONTAINER_IM_IMAGE: $CI_REGISTRY/riscv_bloat... |
<reponame>BearerPipelineTest/google-ctf
# Copyright 2021 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ... |
# @package _global_
defaults:
- override /do_blink/fig1a@do_blink.fig.fig1a: ["7010", "7020", "at200"]
- override /do_blink/fig2a@do_blink.fig.fig2a: ["1600", "3200", "6400", "12800"]
- override /do_blink/spam_filter@do_blink.fig.spam_filter: []
- override /do_blink/digit_recognition@do_blink.fig.digit_recognit... |
<gh_stars>1-10
# Check NEORV32 software framework and test processor
name: Processor
on:
push:
branches:
- master
paths:
- 'rtl/**'
- 'sw/**'
- 'sim/**'
pull_request:
branches:
- master
paths:
- 'rtl/**'
- 'sw/**'
- 'sim/**'
workflow_dispatch:
jobs:
Processor... |
# Adapted from Garnet and ButterPHY
name: input_divider
commands:
- |
mkdir -p outputs
tar -xvf /home/sjkim85/dragonphy_tarballs/input_divider-latest.tar.gz -C outputs
mv outputs/input_divider-0.1.0/* outputs/
outputs:
- input_divider.lef
- input_divider.gds
- input_divider.spi
- input_divider.v... |
<reponame>irichter/ucb-bar_testchipip
# CircleCI Configuration File
# version of circleci
version: 2.1
# default execution env.s
executors:
main-env:
docker:
- image: ucbbar/chipyard-image:1.0.1
environment:
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
# pipe... |
name: Test
on:
push:
pull_request:
workflow_dispatch:
env:
CI: true
DOCKER_BUILDKIT: 1
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: '🛳️ Build osvb'
run:... |
<reponame>najeebafzal/lm_riscv_dv
- test: cmark
c_tests: directed_tests/c/cmark.c
gcc_opts: -g -O3 -funroll-all-loops
iterations: 1
rtl_test: core_base_test_benchmark
- test: cmark_iccm
c_tests: directed_tests/c/cmark_iccm.c
gcc_opts: -g -O3 -funroll-all-loops
iterations: 1
rtl_test: core_base_test_ben... |
<gh_stars>0
ariane:
incdirs: [
include,
]
files: [
include/ariane_pkg.sv,
include/nbdcache_pkg.sv,
src/util/instruction_tracer_if.sv,
src/util/instruction_tracer_pkg.sv,
src/ariane.sv,
src/alu.sv,
src/branch_unit.sv,
src/btb.sv,
src/commit_stage.sv,
src/compressed_decod... |
<gh_stars>10-100
derived_clks:
clk_0:
abspath: 'tb_i'
gated_clk_req: 'clk_val_0'
gated_clk: 'clk_0'
clk_1:
abspath: 'tb_i'
gated_clk_req: 'clk_val_1'
gated_clk: 'clk_1'
osc_0:
abspath: 'tb_i.osc_0'
emu_clk: 'emu_clk'
emu_rst: 'emu_rst'
emu_dt: 'emu_dt'
dt_req: 'dt_req'
... |
<reponame>ess-dmsc/dmg-build-scripts
---
- hosts: packet-generator
gather_facts: False
tasks:
- name: start packet generator
command : "{{daemonize_cmd}} {{script_path}}/pktgen_fpga_config/rundemo"
args:
chdir: "{{script_path}}/pktgen_fpga_config/"
become: True
become_method: su... |
<filename>conf/do_blink/rendering/zculling_bot.yaml
"zculling_bot":
arch: "artix7_200t"
device_family: "xc7a200t"
device_name: "doblink-6-pblock-2"
device_speed: "sbg484-1"
device: "xc7a200t-doblink-6-pblock-2-roi-virt"
board: "nexys_video"
use_roi: "TRUE"
timeout: 10000 |
language: c
compiler:
- clang
- gcc
before_install: sudo apt-get update
install: sudo apt-get install bc gnutls-bin valgrind perl
script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make
- make test
- ( cd tests && ./compat.sh )
- ( cd tests && ./ssl-opt.sh )
- tests/scripts/test-ref-configs.pl
|
sudo: required
dist: cosmic
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra texlive-bibtex-extra texlive-fonts-extra texlive-science
- sudo apt-get install -y --no-install-recommends biber xzdec ghostscr... |
# Copyright Google LLC
#
# 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, softw... |
# 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
---
ssr:
num_dm: 3
|
name: 'coverage'
on:
push:
schedule:
- cron: '0 0 * * 5'
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Run coverage
run: |
... |
language: cpp
sudo: required
dist: trusty
before_install:
- source travis-scripts/install-clutils.sh
- source travis-scripts/install-savant.sh
script: source travis-scripts/run.sh
|
# Copyright 2020 ETH Zurich
#
# 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, s... |
<reponame>ucberkeley-ee290c/chipyard-osci-sky130
# General Hammer Inputs
# Placement Constraints
#
vlsi.inputs.placement_constraints:
- path: "Tile"
type: toplevel
x: 0
y: 0
width: 5000
height: 5000
margins:
left: 0
right: 0
top: 0
bottom: 0
vlsi.inputs.dont_use_mo... |
<reponame>EgorVorontsov/corsair<gh_stars>0
regmap:
read_filler: '0xdeadbeef'
address_increment_mode: none
address_increment_value: 4
address_alignment_mode: data_width
address_alignment_value: 4
lb_bridge:
type: none
docs: {}
data_width: 32
address_width: 32
name: regs
version: '1.0'
register_reset: sync_po... |
language: python
dist: trusty
sudo: required
group: deprecated-2017Q4 # with new we have some random errors
python: 3.6
install:
- sudo sh scripts/install_ghdl.sh
- source ~/.bashrc
- pip install .
# only for CI
- pip install coveralls
script:
- coverage run --source pyha_demo_project -m pytest -s --nb... |
name: Wheels
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
release:
types:
- published
jobs:
build_wheels:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
s... |
<gh_stars>1-10
axi_slice:
files: [
axi_ar_buffer.sv,
axi_aw_buffer.sv,
axi_b_buffer.sv,
axi_buffer.sv,
axi_r_buffer.sv,
axi_slice.sv,
axi_w_buffer.sv,
]
|
<reponame>SubjeBilisim/anasymod
PROJECT:
dt: 0.1e-6
board_name: PYNQ_Z1
plugins: ['msdsl']
emu_clk_freq: 10e6
FPGA_TARGET:
fpga:
fpga_sim_ctrl: 'UART_ZYNQ'
custom_zynq_firmware: True |
<filename>.github/workflows/main.yml
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.1
uses: actions/setup-python@v3
... |
<filename>examples/stream_monitor/stream_monitor.mmio.yaml
metadata:
name: stream_monitor
doc: |
This register file can be used as an interface for monitoring the
performance of a stream.
features:
bus-width: 32
optimize: yes
entity:
clock-name: axil_aclk
reset-name: axil_aresetn
reset-active: l... |
<reponame>PRETgroup/modular-code-generation
SA:
type: Cell
parameters:
C14: 20
autorhythmic_rate: 100
BB:
type: Cell
parameters:
C14: 20
LA:
type: Cell
parameters:
C14: 20
LA1:
type: Cell
parameters:
C14: 20
RA:
type: Cell
parameters:
C14: 20
RA1:
type: Cell
parameters:
... |
<gh_stars>10-100
# Copyright Google LLC
# Copyright 2020 <NAME>
#
# 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 appli... |
# Adapted from Garnet and ButterPHY
name: output_buffer
commands:
- |
mkdir -p outputs
tar -xzvf /home/sjkim85/dragonphy_tarballs/output_buffer-latest.tar.gz -C outputs
python comment_fill_bound_tap.py outputs/output_buffer.lvs.v
mv outputs/output_buffer_alt.lvs.v outputs/output_buffer.lvs.v
outputs... |
timer_unit:
incdirs: [
rtl,
]
files: [
./rtl/apb_timer_unit.sv,
./rtl/timer_unit.sv,
./rtl/timer_unit_counter.sv,
./rtl/timer_unit_counter_presc.sv,
]
jg_slint_top_name: [
apb_timer_unit
]
jg_slint_elab_opt: [
]
jg_slint_postelab_cmds: [
]
jg_slint_clocks: [
HCLK,
]
... |
<filename>emulator/.travis.yml
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
- gcc-5
compiler:
- gcc
- clang
os:
- linux
- osx
matrix:
exclude:
- os: osx
compiler: gcc
- os: linux
compiler: clang
env:... |
<filename>Bender.yml<gh_stars>0
package:
name: FPnew
authors: ["<NAME> <<EMAIL>>"]
dependencies:
common_cells: {git: "https://github.com/pulp-platform/common_cells.git", version: 1.7.5}
fpu_legacy: {git: "<EMAIL>:sasa/fpu.git", rev: master}
sources:
- src/pkg/fpnew_pkg.vhd
- src/pkg/fpnew_fmts_pkg.vhd
-... |
# Copyright Google LLC
#
# 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, softw... |
<filename>docker-compose.yml
# Docker Compose file Reference (https://docs.docker.com/compose/compose-file/)
version: '3'
# Define services
services:
# App Service
bp:
# Configuration for building the docker image for the service
build:
context: . # Use an image built from the specified dockerfile ... |
language: c
os:
- linux
# - osx
matrix:
include:
- os: linux
env: VALGRIND="/usr/bin/valgrind --leak-check=full --error-exitcode=1"
compiler: gcc
- os: osx
env: VALGRIND=""
compiler: clang
# compiler:
# - clang
# - gcc
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ];
... |
<filename>blocks/regaccess/test/test_regaccess_demux.manifest.yaml
module: test_regaccess_demux
sources:
- ../../../interfaces/common/dii_channel.sv
- ../common/osd_regaccess_demux.sv
toplevel: osd_regaccess_demux
simulators:
- vcs
|
<filename>examples/red-pitaya/spectrum/config.yml<gh_stars>10-100
---
name: spectrum
board: boards/red-pitaya
version: 0.1.2
memory:
- name: control
offset: '0x60000000'
range: 4K
- name: status
offset: '0x50000000'
range: 4K
protection: read
- name: dac[n_dac]
offset: '0x80000000'
ra... |
name: Linux Wheel Deploy
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule ... |
<reponame>riscveval/Pulpino
#
# 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: master
# domain: [soc,cluster]
# If a *tag* or ... |
---
additions:
- kind: dns#resourceRecordSet
name: vrp2.ctfcompetition.com.
rrdatas:
- ns-cloud-c1.googledomains.com. cloud-dns-hostmaster.google.com. 2 21600 3600 259200
300
ttl: 21600
type: SOA
deletions:
- kind: dns#resourceRecordSet
name: vrp2.ctfcompetition.com.
rrdatas:
- ns-cloud-c1.googledom... |
<reponame>mrv96/udma_core<filename>src_files.yml<gh_stars>1-10
udma_core:
incdirs: [
./rtl,
]
files: [
rtl/common/io_clk_gen.sv,
rtl/common/io_event_counter.sv,
rtl/common/io_generic_fifo.sv,
rtl/common/io_shiftreg.sv,
rtl/common/udma_apb_if.sv,
rtl/common/udma_clk_div_cnt.... |
<reponame>pulp-platform/ne16
ne16:
vlog_opts: [
+nowarnSVCHK,
-suppress 2275,
-L hwpe_stream_lib,
-L hwpe_ctrl_lib,
-L hci_lib,
]
incdirs: [
.,
../hwpe-stream/rtl,
../hwpe-ctrl/rtl,
]
files: [
rtl/ne16_package.sv,
rtl/accumulator/ne16_accumulator_scm_test_wrap.sv,
r... |
name: Benchmark
on:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- n... |
<gh_stars>1-10
---
algorithm:
class: MuLambda
comma_or_plus: plus
population_size: 1000
lambda_size: 200
elite_size: 10
probabilities:
crossover: 0.9
mutation: 0.01
injection: 0.9
termination:
max_steps: 2000
on_individual: :stopping_condition
init:
method: ramped # gro... |
image: gitlab-registry.grahamedgecombe.com/gpe/icestorm-docker:latest
stages:
- build
build:
stage: build
script:
- make YS_ICE40=/usr/share/yosys/ice40/cells_sim.v syntax time stat
|
<filename>.github/workflows/release.yml
name: release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-16.04
- ubuntu-18.04
- ubuntu-20.04
- windows-latest
- macos-latest
steps:
- n... |
<filename>manifests/sample/harbor/robot_account.yaml
apiVersion: harbor.f110.dev/v1alpha1
kind: HarborRobotAccount
metadata:
name: test
spec:
project_namespace: default
project_name: test
secret_name: docker-config-test |
quicklogic:
files: [
eFPGA_wrapper.sv,
top.sv,
A2_design.sv,
top1_wrapper.sv,
./a2_math_unit.sv,
./ql_math_unit/rtl/DW02_mac.sv,
./ql_math_unit/rtl/mac_16bit.v,
./ql_math_unit/rtl/mac_32bit.v,
./ql_math_unit/rtl/mac_8bit.v,
./ql_math_unit/rtl/mac_4bit.v,
./ql_math_unit/rtl/... |
name: run-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: checkout prebuilt binary
run: ./script/checkout_prebuilt_binary_for_ci.sh ${{ secrets.RAFI_PREBUILT_BINARY_USER }} ${{ secrets.RAFI_PREBUILT_BINARY_ACCE... |
# Adapted from Garnet
name: constraints
outputs:
- constraints.tcl
parameters:
clock_period: 1.0
design_name: undefined
|
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
gen-weights:
# Generators that can continue the program
Branch: 0.1
CallStackRW: 0.1
EdgeLoadStore: 0.1
Jump: 0.1
Loop: 0.1
LoopDupEnd: 0.01
SmallVal: 0.2
... |
<reponame>CSEYJ/Flightplan
description: >-
SIGCOMM submission -- plotting pings to get overhead
of table offload
experiment: offload
repositories:
P4Boosters: 52e70cc6
files:
analysis.ipynb: plot_pings.ipynb
baselinePingLog.txt: baselinePingLog.txt
oneHopPingLog.txt: oneHopPingLog.txt
doc... |
<reponame>PrincetonUniversity/prga
context: ../../../../fpga/frame/grady18_N4_rom2K_8x8/ctx.pkl
compiler: vcs
app:
name: romtest
sources:
- ../../src/romtest.v
includes:
- ../../src/include
constraints:
io: io.partial
tests:
romtest_test:
sources:
- ../../src/romtest_test.v
|
<reponame>shady831213/jarvism<gh_stars>1-10
env:
simulator:
type:
"vcs"
common_compile_option: &common_compile >-
-sverilog
-ntb_opts uvm-1.2
common_sim_option: &common_sim >-
+UVM_VERBOSITY=UVM_LOW
+UVM_CONFIG_DB_TRACE
builds:
build1:
pre_compile_action:
- echo "pre_compile_build1"
... |
<filename>.codeclimate.yml
engines:
coffeelint:
enabled: true
eslint:
enabled: true
ratings:
paths:
- "**.coffee"
- "**.js"
exclude_paths:
|
package:
name: pulp
authors:
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.22.1... |
os: linux
dist: bionic
language: python
python:
- "3.7"
cache:
pip: true
ccache: true
directories:
- $HOME/.ccache
- $HOME/.stack
- $HOME/.conan
env:
global:
- MAKEFLAGS="-j2"
jobs:
include:
- stage: "Tests"
name: "Python PEP8 checks"
install:
- pip install -r conf... |
<gh_stars>10-100
---
name: dual-dds
board: boards/red-pitaya
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/axis_variable_v1_0
memory:
- name: control
offset: '0x40000000'
... |
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get container
run: docker pull jeffbush001/nyuzi-build
- name: build
run: docker run -v $(pwd):/root/NyuziProcessor ... |
<filename>src_files.yml
hci:
vlog_opts: [
+nowarnSVCHK,
-suppress 2275,
-L hwpe_stream_lib,
-L cluster_interconnect_lib,
]
jg_inclibs: [
hwpe-stream,
]
files: [
rtl/common/hci_package.sv,
rtl/common/hci_interfaces.sv,
rtl/interco/hci_log_interconnect.sv,
rtl/interco/hci... |
<reponame>yufat48/pulpissimo
package:
name: axi_slice_dc
authors: ["<NAME> <<EMAIL>>"]
dependencies:
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.4.3 }
axi_slice: { git: "https://github.com/pulp-platform/axi_slice.git", version: 1.1.3 }
sources:
- src/axi_slice_dc_master.sv
- src/ax... |
#this is a example of how ENC ip is used in our yaml
ENC:
IP: __ENC
CMD: ENC
pha_out:
PIN: A34
DIRECTION: out
phb_out:
PIN: A33
DIRECTION: out
index_out:
PIN: CPLD_IO50
DIRECTION: out |
<gh_stars>1-10
axi_rab:
files: [
rtl/axi4_ar_buffer.sv,
rtl/axi4_ar_sender.sv,
rtl/axi4_aw_buffer.sv,
rtl/axi4_aw_sender.sv,
rtl/axi4_b_buffer.sv,
rtl/axi4_b_sender.sv,
rtl/axi4_r_buffer.sv,
rtl/axi4_r_sender.sv,
rtl/axi4_w_buffer.sv,
rtl/axi4_w_sender.sv,
rtl/axi_buffer_ra... |
configMapGenerator:
- name: xss-bot-config
files:
- pow
generatorOptions:
disableNameSuffixHash: true
labels:
type: generated
annotations:
note: generated
|
# This will run on Travis' 'new' container-based infrastructure
sudo: true
# Setup for Ubuntu Bionic (18.04)
dist: bionic
language:
- python
python:
- 3.6
git:
clone: false
# Environment variables
env:
global:
- GH_REPO_URL: github.com/slaclab/lcls2-timetool
- PACKAGE_DIR: $HOME/packages
- MI... |
<gh_stars>10-100
# 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
common_cells:
path: vendor/pulp_platform_common_cells
axi:
path: vendor/pulp_platform_axi
fpnew:
path: vendor/pulp_platform_fpnew
cv32e40p:
pa... |
name: Sky130hd_temp-sense-generator
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
sky130hd_temp:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use PDK data from openfasoc_ci branch
run: |
mkdir... |
<filename>docker-compose.yml<gh_stars>0
version: '3'
services:
xtradb-percona:
image: percona:8.0
container_name: xtradb-percona
environment:
MYSQL_ROOT_PASSWORD: <PASSWORD>
MYSQL_DATABASE: fletcherfiltering
MYSQL_USER: fletcherfiltering
MYSQL_PASSWORD: <PASSWORD>
ports... |
<reponame>ikwzm/merge_sorter
---
input_file : 02_word_package.akd
output_file : ../02_word_package.md
image_url :
"Fig.1 ワードの構成" : "image/02_word_package_1.jpg"
"Fig.2 BITS Field" : "image/02_word_package_2.jpg"
"Fig.3 DATA_BITS DATA_LO DATA_HI Field" : "image/02_word_... |
# Copyright Google LLC
#
# 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, softw... |
<reponame>pstegegn/ariane
language: cpp
# run on new infrastructure
sudo: false
cache:
apt: true
directories:
$RISCV
$VERILATOR_ROOT
# required packages to install
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
- gperf
- autoconf
- au... |
package:
name: rv_plic
authors:
- "low risc"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
sources:
- rtl/reg_intf_pkg.sv
- rtl/rv_plic_target.sv
- rtl/rv_plic_gateway.sv
- rtl/plic_regmap.sv
- rtl/plic_top.sv
|
---
input_file : ../akane/01_introduction.akd
output_file : 01_introduction.md
link_list :
- id : "はじめに"
title: "「VHDL で書くマージソーター(はじめに)」@Qiita"
url : "https://qiita.com/ikwzm/items/6665b2ef44d878a5b85f"
- id : "ワードの定義"
title: "「VHDL で書くマージソーター(ワードの定義)」@Qiita"
url : "https://qiita.com/ikwzm/... |
<gh_stars>1-10
# Copyright (c) 2020 <NAME> <<EMAIL>>
#
# SPDX-License-Identifier: Apache-2.0
identifier: service
name: servant SoC for iCE40
type: mcu
arch: riscv32
toolchain:
- zephyr
ram: 32
testing:
ignore_tags:
- net
- bluetooth
|
<reponame>lowRISC/axi_mem_if
axi_mem_if:
files: [
src/deprecated/axi_mem_if.sv,
src/deprecated/axi_mem_if_wrap.sv,
src/deprecated/axi_mem_if_var_latency.sv,
]
|
<gh_stars>1-10
arch:
- block: 32
name:
- arch_tlut_systolic_projection_bank16_block32
- arch_tlut_systolic_projection_bank8_block32
- arch_tlut_systolic_projection_bank4_block32
- block: 16
name:
- arch_tlut_systolic_projection_bank16_block16
- arch_tlut_systolic_projection_bank8_block1... |
<reponame>slaclab/lsst-pwr-ctrl-core
# This will run on Travis' 'new' container-based infrastructure
sudo: true
# Setup for Ubuntu Bionic (18.04)
dist: bionic
language:
- python
python:
- 3.6
# Environment variables
env:
global:
- PACKAGE_DIR: $HOME/packages
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
... |
package:
name: event_unit_flex
dependencies:
common_cells: { git: "<EMAIL>:pulp-platform/common_cells.git", version: 1.13.1 }
# pulp_cluster: this package uses cluster_event_map defined in pulp_cluster, however is also a dependency of pulp_cluster. cyclical dependencies seem suboptimal.
sources:
include_dirs:... |
<gh_stars>10-100
language: python
python: '3.8'
install: pip install tox
script: PY_COLORS=1 tox -e $BUILD_NAME
stages:
- test
- deploy
matrix:
include:
- &docker
env:
- BUILD_NAME=py38-acceptance-ghdl
- DOCKER_IMAGE=llvm
services: docker
language: minimal
install: skip
script:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.