Search is not available for this dataset
content stringlengths 0 376M |
|---|
# @package _global_
do_blink:
backend: vivado
figure: fig1
sub_figure: b
device: 3eg
part: xczu3eg-sbva484-2-e
num_luts: 2400
bft: bft8
use_abs: False |
<gh_stars>10-100
pulp_soc:
incdirs: [
../includes,
]
files: [
soc_interconnect.sv,
boot_rom.sv,
l2_ram_multi_bank.sv,
lint_jtag_wrap.sv,
periph_bus_wrap.sv,
soc_clk_rst_gen.sv,
soc_event_arbiter.sv,
soc_event_generator.sv,
soc_event_queue.sv,
soc_interconnect_wrap.sv,
... |
namespace: common-ips
depends:
third-party:
- pulp-common:
repo: "https://github.com/pulp-platform/common_cells.git"
branch: v1.23.0
ips:
- fifo_v3:
path: third-party/pulp-common/fifo_v3.sv
|
# Adapted from Garnet and ButterPHY
name: qtm
commands:
- |
mkdir -p build
mkdir -p outputs
cd build
# build analog_core QTM
mkdir -p analog_core
cd analog_core
pt_shell -f ../../analog_core.qtm.tcl
cd ..
# build input_buffer QTM
mkdir -p input_buffer
cd input_buffer
... |
<reponame>dries007/FPGAPerformanceSuite
---
# YAML Front Matter. All of this is available in the latex template.
title: FPGA Benchmarking
# subtitle: '**DRAFT** Compiled \DTMnow'
institute: KULeuven, Faculty of Engineering Technology, Campus De Nayer, Sint-katelijne-waver
opleiding: Elektronica-ICT
afdeling: Afstudeerr... |
<filename>src_files.yml
ape_core:
vlog_opts: [
# -L common_cells_lib
]
incdirs:
- include
# - ../../common_cells/include
files:
# Source files grouped in levels. Files in level 0 have no dependencies on files in this
# package. Files in level 1 only depend on files in level 0, files in level 2... |
package:
name: icache_mp_128_pf
dependencies:
axi_slice: { git: "https://github.com/pulp-platform/axi_slice.git", version: 1.1.3 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.10.0 }
icache-intc: { git: "https://github.com/pulp-platform/icache-intc.git", version: 1.0.0 }... |
<gh_stars>0
riscv:
incdirs: [
include,
../../rtl/includes
]
files: [
include/apu_core_package.sv,
include/riscv_defines.sv,
include/riscv_tracer_defines.sv,
riscv_alu.sv,
riscv_alu_basic.sv,
riscv_alu_div.sv,
riscv_compressed_decoder.sv,
riscv_controller.sv,
riscv_cs_re... |
<filename>quickfeather/source/qorc-sdk/TinyFPGA-Programmer-Application/b-series/.travis.yml
sudo: false
language: python
python:
- 2.7
- 3.6
install:
- pip install tox-travis
script:
- cd programmer && tox
|
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... |
<reponame>CansWang/open-source-phy_SKY130
name: inject_dont_touch
commands:
- |
mkdir -p outputs
cat inputs/design.sdc dont_touch.tcl > outputs/design.sdc
inputs:
- design.sdc
outputs:
- design.sdc
|
<filename>ips_list.yml
zero-riscy:
commit: tags/pulpissimo-v1.0
group: pulp-platform
hwpe-ctrl:
commit: v1.5
group: pulp-platform
hwpe-stream:
commit: master
group: pulp-platform
tech_cells_generic:
commit: v0.1.6
group: pulp-platform
hci:
commit: master
group: pulp-platform
scm:
commit : afd32... |
name: atomsim-hydrogensoc
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: atomsim-hydrogensoc
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
... |
image: centos:7
stages:
- build
- test
- review
- staging
- production
- cleanup
variables:
EURYSPACE_CI_SERVER: sources.euryecetelecom.com
EURYSPACE_DOMAIN: euryspace.org
build:
stage: build
image: docker:git
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay2
script:
- ... |
<filename>testing/memcached/memcached_submission.yml<gh_stars>10-100
description: >-
Updated for post-SIGCOMM submission.
Contains data for booster and no booster with a zipf coefficient of 1.00,
and key space of 10,000.
experiment: memcached
repositories:
P4Boosters: 036cd6d9
files:
documentatio... |
<reponame>StanfordVLSI/dragonphy2
dt: 0.1e-6
func_order: 1
func_numel: 512
func_domain: [0.0, 1.0e-9]
func_widths: [18, 18]
func_exps: [-16, -16]
chunk_width: 8
num_chunks: 4
slices_per_bank: 4
num_banks: 4
pi_ctl_width: 9
vref_rx: 0.3
vref_tx: 0.3
n_adc: 8
freq_tx: 16.0e+9
freq_rx: 4.0e+9
use_jitter: true
use_noise: t... |
"7020":
arch: "zynq7_z020"
device_family: "xc7z020"
device_name: "fig1"
device_speed: "clg400-1"
device: "xc7z020-fig1-roi-virt"
board: "pynqz1"
timeout: 200 |
# 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,... |
name: manual-wf
on: [workflow_dispatch]
jobs:
ls-recursive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ls -R
- run: echo Hi There
|
<reponame>asb/opentitan
name: CI Checks
on:
push:
branches: ["**"]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Parent Repo
uses: actions/checkout@v2
with:
ref: main
repository: aws/a... |
<reponame>StanfordAHA/garnet<filename>mflowgen/common/rtl/configure.yml
name: rtl
commands:
- bash gen_rtl.sh
outputs:
- design.v
parameters:
array_width: 4
array_height: 2
glb_tile_mem_size: 256
num_glb_tiles: 2
pipeline_config_interval: 8
interconnect_only: False
glb_only: False
soc_only: False... |
<gh_stars>100-1000
package:
name: pmp
authors:
- "<NAME> <<EMAIL>>"
export_include_dirs:
- include
sources:
# packages
- include/riscv.sv
# sources
- src/pmp_entry.sv
- src/pmp.sv
- target: simulation
files:
- tb/pmp_tb.sv |
# 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>>
- <NAME> <<EMAIL>>
dependencies:
axi: {path: ../../vendor/pulp_platform_axi}
common_cells: {path:... |
# This is a basic workflow to help you get started with Actions
name: riscv-arch-test
# 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 ... |
<filename>Project-Einstein/.github/workflows/main.yml
name: mkdocs
on:
push:
branches:
- docs
# Environment
env:
CI: true
PYTHON_VERSION: 3.x
# Jobs to run
jobs:
# Build and deploy documentation site
deploy:
runs-on: ubuntu-latest
steps:
# Checkout source form GitHub
... |
name: pytest-icarus
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
... |
<reponame>shady831213/jarvism<filename>.travis.yml
language: go
go:
- "1.11.x"
- "1.12.x"
install: go get -u github.com/shady831213/jarvism
script:
#test
- go test ./...
#install
- go install
#go fmt
- gofmt -s -l .
|
<gh_stars>0
# Refs
# customizing the boot
# - https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
# Sudo enabled faz com que o travis inicialize
# uma máquina ubuntu full, caso contrário
# ele inicializa um docker.
# com a contrapartida de levar mais tempo no boot
# ref : https://docs.travis-ci.com/... |
<reponame>slaclab/atlas-rd53-fmc-dev
GitBase: ..
Targets:
AtlasCdr53bSpiFeb10GbE:
ImageDir: targets/AtlasCdr53bSpiFeb10GbE/images
Extensions:
- bit
- mcs
AtlasRd53Feb10GbE:
ImageDir: targets/AtlasRd53Feb10GbE/images
Extensions:
- bit
- mcs
AtlasRd53FebPgp3:
ImageDir: t... |
<reponame>mayankmanj/acl2<gh_stars>100-1000
language: lisp
env:
matrix:
# - LISP=abcl
# - LISP=allegro
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
# - LISP=cmucl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=ecl
install:
- curl -L h... |
<reponame>Zacarhay/RFSoC2x2-PYNQ
docs_list_title: downloads
docs:
- title: PYNQ image
url: http://www.pynq.io/board.html
- title: Board Files
url: ./board_files.html
- title: XDC files
url: https://github.com/Xilinx/RFSoC2x2-PYNQ/blob/master/board/RFSoC2x2/base/vivado/constraints/base.xdc
|
image:
file: .gitpod.Dockerfile
tasks:
- before: >
pip3 install -e . &&
export COCOTB_REDUCED_LOG_FMT=1
init: >
gp preview https://docs.cocotb.org/ &&
cd /workspace/cocotb/examples/simple_dff &&
gp open dff.sv &&
gp open dff.vhdl &&
gp open Makefile &&
gp open te... |
<reponame>mtdsousa/antlr4-verilog
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1
# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
jobs:
build-test:
# Sp... |
<filename>conf/experiments/fpt2021/fig1a_vivado_7010.yaml
# @package _global_
do_blink:
backend: vivado
figure: fig1
sub_figure: a
device: 7010
part: xc7z010clg400-1
num_luts: 2400
bft: bft8
|
#-----------------------------------------------------------------------------
# This file is part of the 'SPACE SMURF RFSOC'. 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.htm... |
<reponame>chebykinn/university<filename>metro/abstract/report/style.yaml
---
documentclass: extreport
fontsize: 14pt
mainfont: "Times New Roman"
sansfont: "Liberation Sans"
monofont: "DejaVu Sans Mono"
subparagraph: yes
geometry:
- left=2.5cm
- right=1.0cm
- top=2.0cm
- bottom=2.0cm
toc: yes
link-citati... |
<reponame>hito0512/Vitis-AI<filename>models/AI-Model-Zoo/model-list/tf_mobilenetv2_cityscapes_1024_2048_132.74G_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 t... |
blank_issues_enabled: false
contact_links:
- name: Bug
url: https://github.com/openhwgroup/cv32e41p/issues/new?template=bug.md
about: For bugs in the RTL, Documentation, Verification environment or Tool and Build system.
labels: "Type:Bug"
- name: Task
url: https://github.com/openhwgroup/cv32e41p/is... |
package:
name: common_cells
authors:
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
- "<NAME> <<EMAIL>>"
dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.1.1 }
sources:
- src/fifo_v1.sv
- src/fifo_v2.sv
- src/fif... |
# Device description for the Keithley 2634b Sourcemeter.
# set_ function expect a parameter, get_ function return a parameter.
# Just the very basic commands are implemented here.
identifier : Keithley Instruments Inc., Model 2634B
channel 1:
on : smua.source.output = 1
off : smua.source.output = 0
get_cu... |
<reponame>GaloisInc/hacrypto
language: c
branches:
except:
gh-pages
compiler:
- gcc
- clang
env:
# Default build. Release.
# Debug build
env:
global:
# The next declration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- s... |
<reponame>pan185/UnarySim
# This file defines single architecture set for tlut systolic array performance projection
- proj_16_16_bank16_block8
- proj_32_32_bank16_block8
- proj_64_64_bank16_block8
- proj_128_128_bank16_block8
|
name: spi_top
clock_port: wb_clk_i
verilog:
- spi_clgen.v
- spi_defines.v
- spi_shift.v
- spi_top.v
- timescale.v
|
PROJECT:
dt: 0.1e-6
cpu_debug_mode: 1
cpu_debug_hierarchies: [[0, 'top.tb_i.filter_i']]
CPU_TARGET:
sim:
tstop: 10e-6
simctrl_path: './my_custom_simctrl.yaml'
FPGA_TARGET:
fpga:
fpga_sim_ctrl: 'VIVADO_VIO'
tstop: 10e-6
simctrl_path: './my_custom_simctrl.yaml'
|
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup python version
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install verilator
run: sudo apt-get install verilator
- name: Install fuses... |
<reponame>f110/wing
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: minio-extra-operator
rules:
- apiGroups:
- '*'
resources:
- pods
- secrets
- services
verbs:
- get
- list
- watch
- apiGroups:
- '*'
resources:
- pods/portforward
ver... |
<reponame>bver/GERET
---
algorithm:
class: SteadyState
population_size: 800
probabilities:
crossover: 0.5
mutation: 0.01
injection: 0.9
termination:
max_steps: 2000
on_individual: :stopping_condition
init:
method: ramped # grow or full or random or ramped
random_length: 8
s... |
<reponame>bver/GERET<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
sensib... |
version: 2
submodules:
include: []
build:
image: latest
python:
version: 3.8
install:
- requirements: doc/requirements.txt
sphinx:
builder: html
configuration: doc/conf.py
formats: []
# - htmlzip
# - pdf
# - epub
|
fpga-support:
files: [
rtl/AxiBramLogger.sv,
rtl/AxiToAxiLitePc.sv,
rtl/BramDwc.sv,
rtl/BramLogger.sv,
rtl/BramPort.sv,
rtl/SyncDpRam.sv,
rtl/SyncSpRam.sv,
rtl/SyncSpRamBeNx32.sv,
rtl/SyncSpRamBeNx64.sv,
rtl/SyncTpRam.sv,
rtl/TdpBramArray.sv,
]
|
<gh_stars>1-10
---
project:
description: "A CAN peripheral for the wishbone bus"
foundry: "SkyWater"
git_url: "https://github.com/zaellis/caravel_user_project.git"
organization: "<NAME>"
organization_url: "https://zacharyell.is/"
owner: "<NAME>"
process: "SKY130"
project_name: "Wishbone CAN"
project_i... |
<reponame>recogni/cluster_interconnect<filename>src_files.yml
low_latency_interco:
incdirs:
- rtl/low_latency_interco
files:
- rtl/low_latency_interco/FanInPrimitive_Req.sv
- rtl/low_latency_interco/ArbitrationTree.sv
- rtl/low_latency_interco/MUX2_REQ.sv
- rtl/low_latency_interco/AddressDecoder... |
version: "{build}"
image: Visual Studio 2017
test: off
deploy: off
environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON ... |
<gh_stars>1000+
# Human readable task name
name: Full Chain
# Long form description.
description: |+
Do you have what it takes to pwn all the layers?
# The flag
flag: CTF{next_stop_p2o_fda81a139a70c6d4}
# Task category. (one of hw, crypto, pwn, rev, web, net, misc)
category: pwn
# === the fields below will be filled... |
<reponame>BearerPipelineTest/google-ctf
runtime: nodejs12
service: typeselfsub
env_variables:
DB_USER: ctf
DB_PASS: ""
DB_NAME: ctf
INSTANCE_CONNECTION_NAME: your instance here
|
name: lint-review
on:
workflow_run:
workflows: ["trigger-lint"]
types:
- completed
jobs:
lint_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Download artifact'
id: get-artifacts
uses: actions/github-script@v3.1.0
with:
... |
python-targets:
- 3
# requirements:
# - colorama
# - py-flags
# doc-warnings: yes
test-warnings: no
strictness: medium
max-line-length: 180
pylint:
disable:
- too-many-arguments
# options:
# docstring-min-length: 10
pep8:
disable:
- E704
enable:
options:
max-line-length: 180
mccabe:
options:
... |
efpga_subsystem:
incdirs: [
../includes,
.,
]
files: [
efpga_subsystem.sv,
apb_efpga_hwce.sv,
dc_accelerator_fsm.sv,
efpga_sel_clk_dc_fifo.sv,
]
|
<gh_stars>0
---
category:
- Recursion
- String manipulation
- Classic CS problems and programs
note: Text processing
|
<filename>.travis.yml<gh_stars>1-10
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
language: python
python:
- "3.4"
- "2.7"
- "pypy"
addons:
apt:
source:
- ubuntu-toolchain-r-test
packages:
- build-essential
- clang
- bison
- flex
... |
dist: bionic
language: cpp
compiler:
- gcc
addons:
apt:
packages:
- g++-8
before_install:
- wget https://github.com/bazelbuild/bazel/releases/download/1.1.0/bazel_1.1.0-linux-x86_64.deb
- sudo dpkg -i bazel_1.1.0-linux-x86_64.deb
script:
- bazel build --cxxopt='-std=c++17' //...
- bazel test ... |
# 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 applicable law or agreed to in writing, ... |
---
input_file : ../akane/07_merge_sort_node_single.akd
output_file : 07_merge_sort_node_single.md
image_url :
"Fig.1 マージソートノードと 4-way マージソートツリー" : "https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/24981/44af6251-19a2-168c-4375-0d6a27e83105.jpeg"
"Fig.2 マージソートノードの入出力" : "https://qiita... |
<gh_stars>1-10
package:
name: jtag_pulp
authors:
- "<NAME> <<EMAIL>>" # current maintainer
- "<NAME> <>"
- "<NAME> <<EMAIL>>"
sources:
- 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... |
# Process node
PROCESS: 45
LIBRARY_NAME: Nangate45
LIBERTY: nangate45.lib
LEF: nangate45.lef
# FIXME: Used in MCHL-T
TECHLEF: nangate45.tech.lef
CELLLEF: nangate45.cell.lef
# Set the TIEHI/TIELO cells
# These are used in yosys synthesis to avoid logical 1/0's in the netlist
TIEHI_CELL_AND_PORT: ["LOGIC1_X1", "Z"]
TI... |
# 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/test.yml
name: Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y uuid-dev libjson-c-dev
- name: CMake
... |
language: java
jdk:
- oraclejdk8
install:
-
script:
- mvn verify
cache:
directories:
- '$HOME/.m2/repository'
env:
global:
#CLOUDSTACK_API_KEY
#CLOUDSTACK_SECRET_ACCESS_KEY
- <KEY>
- secure: <KEY>
|
<filename>.github/workflows/ci.yml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.6"
-... |
package:
name: fw-wishbone-sram-ctrl
version: None
deps:
- name: fwprotocol-defs
url: https://github.com/Featherweight-IP/fwprotocol-defs.git
type: raw
dev-deps:
- name: fwprotocol-defs
url: https://github.com/Featherweight-IP/fwprotocol-defs.git
t... |
<gh_stars>1-10
---
algorithm:
class: Nsga2
population_size: 1000
probabilities:
crossover: 0.9
mutation: 0.01
injection: 0.9
shorten_individual: true
init:
method: grow # grow or full or ramped
sensible_depth: 6
inject:
method: grow # grow or full or random
sensible_dept... |
name: Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Configure Python
uses: actions/setup-python@v2
with:
... |
<reponame>slaclab/amc-carrier-core
##############################################################################
## This file is part of 'LCLS2 Common Carrier 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.s... |
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=lint --setup lowrisc:ibex:ibex_core:0.1
conf_file: build/lowrisc_ibex_ibex_core_0.1/lint-verilator/core-deps.mk
test_file: ibex.sv
timeout: 100
|
<gh_stars>10-100
# 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
# Lint the design
name: lint
on: [push, pull_request]
jobs:
#################
# Check License #
#################
check-licen... |
<reponame>mfkiwl/garnet
name: cgra_rtl_sim_run
commands:
- bash run_rtl_testbench.sh
inputs:
- xcelium.d
- libcgra.so
- meta
parameters:
waveform: False
cgra_apps: ["tests/conv_3_3", "apps/cascade"]
|
<filename>.travis.yml
# Any language can be specified, the ghdl scripts not depend any of them.
# (Default language is ruby on travis)
language: python
# Specify, that we want to use docker in the docker :)
services:
- docker
script:
- docker run -t -v `pwd`:/mnt/data ghdl/ghdl:buster-mcode /bin/sh -c "ghdl --versi... |
<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 ... |
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Azure template for uploading artifacts to a Google Cloud Platform (GCP)
# bucket.
#
# This template first installs gsutil to interact with GCP resources. Then,
# files ... |
<gh_stars>10-100
digital_ctrl_inputs:
a_in:
abspath: 'tb_i.a_in'
width: 8
init_value: 0
b_in:
abspath: 'tb_i.b_in'
width: 8
init_value: 0
mode_in:
abspath: 'tb_i.mode_in'
width: 8
init_value: 0
digital_ctrl_outputs:
c_out:
abspath: 'tb_i.c_out'
width: 8 |
<filename>models/AI-Model-Zoo/model-list/dk_yolov3_bdd_288_512_53.7G_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.apache.org... |
BUTTON_RST1:
IP: __BUTTON_RST
CMD: BUP
ALT: a
button_out_status:
PIN: A34
DIRECTION: OUT
BUTTON_RST2:
IP: __BUTTON_RST
CMD: BDP
ALT: b
button_out_status:
PIN: A34
DIRECTION: OUT |
pulp:
incdirs: [
../includes,
]
files: [
jtag_tap_top.sv,
pad_control.sv,
cluster_domain.sv,
safe_domain.sv,
soc_domain.sv,
rtc_date.sv,
rtc_clock.sv,
pad_frame.sv,
pulp.sv,
]
|
# @package _global_
do_blink:
backend: vivado
figure: fig1
sub_figure: a
device: 7020
part: xc7z020clg400-1
num_luts: 2400
bft: bft8 |
name: Autogenerate Docs
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
... |
apb_interrupt_cntrl:
incdirs: [
]
files: [
apb_interrupt_cntrl.sv,
]
jg_slint_top_name: [
apb_interrupt_cntrl
]
jg_slint_elab_opt: [
]
jg_slint_postelab_cmds: [
]
jg_slint_clocks: [
clk_i,
]
jg_slint_resets: [
~rst_ni,
]
|
rtsim_test:
before_script:
- cd rtsim && make clean && make
stage: test
script:
- make clean && make checks && make rtsim.dat
cmoc_test:
before_script:
- cd cmoc && export PYTHONPATH=../build-tools/
stage: test
script:
- make && make checks
cmoc_top_marblemini:
before_script:
- cd pr... |
<gh_stars>0
name: Python
on: [push]
jobs:
format:
name: Python Linting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fud Formatting check
uses: RojerGS/python-black-check@master
with:
line-length: 88
path: 'fud'
... |
# Human readable task name
name: Filestore
# Long form description.
description: |+
We stored our flag on this platform, but forgot to save the id. Can you help us restore it?
# The flag
flag: CTF{CR1M3_0f_d3dup1ic4ti0n}
# Task category. (one of hw, crypto, pwn, rev, web, net, misc)
category: misc
# === the fields b... |
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: |
compile.f
env:
RGGEN_SV_RTL_ROOT: ${{ github.workspace }}
|
<reponame>Juney1997/NyuziProcessor<filename>.travis.yml
sudo: required
language: c
services:
- docker
# Don't pull the compiler and Verilator sources (which aren't built here and
# are large)
git:
submodules: false
# Pull a container from DockerHub that has Verilator and the Nyuzi toolchain.
# It is created using... |
dist: xenial
language: python
python:
- 3.6.9
- '3.7'
install:
- pip install -r requirements.txt
script:
- "/bin/bash -c ci/run.sh"
deploy:
provider: pypi
user: __token__
password:
<PASSWORD>: <KEY>
distributions: sdist bdist_wheel
skip_existing: true
skip_cleanup: true
on:
tags: true
branches:
... |
<reponame>StanfordAHA/garnet
name: sim-run
parameters:
waveform: False
tool: "XCELIUM"
rtl_testvectors: ["test1", "test2", "test3", "test4"]
commands:
- bash run_sim.sh
outputs:
- run.log
postconditions:
- assert File( 'outputs/run.log' ) # must exist
- assert 'Error,' not in File( 'outputs/run.... |
<reponame>RiceShelley/EtherNIC<filename>.github/workflows/makefile.yml
name: Simulations Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: apt update
run: sudo apt update
... |
<gh_stars>10-100
# .readthedocs.yaml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
formats:
- pdf
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/source/requirements.txt
|
<reponame>iicarus-bit/google-ctf<filename>infrastructure/kctf/samples/xss-bot/k8s/containers.yaml
apiVersion: "apps/v1"
kind: "Deployment"
metadata:
name: "xss-bot"
namespace: "default"
labels:
app: "xss-bot"
spec:
replicas: 1
selector:
matchLabels:
app: "xss-bot"
template:
metadata:
... |
package:
name: apb_node
authors: ["<NAME> <<EMAIL>>, <NAME> <<EMAIL>>"]
dependencies:
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.1.0 }
sources:
- src/apb_node.sv
- src/apb_node_wrap.sv
|
<gh_stars>1-10
spring:
datasource:
url: jdbc:postgresql://localhost:5432/ghostflow
username: ghostflow
driver-class-name: org.postgresql.Driver
config:
location: ~/
main:
banner-mode: "off"
constants:
security:
secret: LJNL67KCFB92L642j7h
expirationTime: 864000000
tokenPrefix:... |
<gh_stars>10-100
# pre-flowsetup
# To get e.g. icovl-cells into iflow, must do the following:
# - create new step 'pre-flowsetup' whose outputs are icovl cells
# -- link via "command" in pre-iflow/configure.yml
# - connect pre-flowsetup step to flowsetup (iflow) step
# - extend iflow inputs to include icovl cells
# - i... |
---
algorithm:
class: Alps
population_size: 7000
elite_size: 50
max_layers: 12
aging_scheme: :fibonacci
age_gap: 20
duplicate_elimination: true
layer_diagnostic: false
probabilities:
crossover: 0.9
mutation: 0.01
init:
method: grow # grow or full or random or ramped
random_len... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.