Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
content
stringlengths
0
376M
[//]: # (Copyright 2021 Massachusetts Institute of Technology) [//]: # (SPDX short identifier: BSD-2-Clause) [![DOI](https://zenodo.org/badge/108179132.svg)](https://zenodo.org/badge/latestdoi/108179132) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2...
# Changelog This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/ ## [1.7.0] - 2022-06-18 FireSim bump for local (on-premises) FPGA and distributed metasimulation support. Hammer now supports the OpenROAD open-source EDA tools for a fully open-source RTL-to-GDS VLSI flow. ### Added * ...
Contributing to Chipyard ============================= ### Branch management: 1) github:com/ucb-bar/chipyard: main = pre-release non-stable branch with latest features. All merges to main must go through PR. 2) github:com/ucb-bar/chipyard: specific tag / tagged branch = official chipyard release. 3) Other dependencie...
BSD 3-Clause License Copyright (c) 2017-2020, The Regents of the University of California (Regents) All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the abo...
Common Evaluation Platform Licensing Information Title : aes Source : https://opencores.org/project,tiny_aes CEP Directory : ./generators/mitll-blocks/src/main/resources/vsrc/aes License Description : Apache 2.0 License terms : http://www.apache.org/licenses/LICENSE-2.0.html Func...
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduc...
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
![CHIPYARD](https://github.com/ucb-bar/chipyard/raw/master/docs/_static/images/chipyard-logo-full.png) # Chipyard Framework [![Test](https://github.com/ucb-bar/chipyard/actions/workflows/chipyard-run-tests.yml/badge.svg)](https://github.com/ucb-bar/chipyard/actions) ## Quick Links * **Stable Documentation**: https:/...
[//]: # (Copyright 2022 Massachusetts Institute of Technology) [//]: # (SPDX short identifier: BSD-2-Clause) # ---- ARCHIVED REPOSITORY ---- ## The CEP now resides here [here](https://www.github.com/CommonEvaluationPlatform/CEP.git). # Common Evaluation Platform v4.2 [![DOI](https://zenodo.org/badge/108179132.svg)](h...
General ------- This DockerFile contains the necessary steps to build a Docker container that can run projects with riscv-tools, chisel3, firrtl, and verilator. When run up to the base stage, it installs the necessary apt-get packages and sets the environment variables needed for CircleCI. When run up to the base-with-...
// See LICENSE.SiFive for license details. //VCS coverage exclude_file `ifndef RESET_DELAY `define RESET_DELAY 777.7 `endif `ifndef CLOCK_PERIOD `define CLOCK_PERIOD 1.0 `endif `ifndef MODEL `define MODEL Arty100TFPGATestHarness `endif module Arty100TTestDriver; reg clock = 1'b0; reg reset = 1'b1; // the Art...
// See LICENSE.SiFive for license details. //VCS coverage exclude_file `ifndef RESET_DELAY `define RESET_DELAY 777.7 `endif `ifndef CLOCK_PERIOD `define CLOCK_PERIOD 1.0 `endif `ifndef MODEL `define MODEL ArtyFPGATestHarness `endif module ArtyTestDriver; reg clock = 1'b0; reg reset = 1'b1; // the ArtyFPGATes...
// See LICENSE for license details. /** * An unsynthesizable divide-by-N clock divider. * Duty cycle is 100 * (ceil(DIV / 2)) / DIV. */ module ClockDividerN #(parameter DIV = 1)(output logic clk_out = 1'b0, input clk_in); localparam CWIDTH = $clog2(DIV); localparam LOW_CYCLES = DIV / 2; localparam ...
// DOC include start: GCD portlist module GCDMMIOBlackBox #(parameter WIDTH) ( input clock, input reset, output input_ready, input input_valid, input [WIDTH-1:0] x, input [WIDTH-1:0] y, input o...
//-------------------------------------------------------------------------------------- // Copyright 2022 Massachusets Institute of Technology // SPDX short identifier: BSD-2-Clause // // File Name: cep_tb.v // Program: Common Evaluation Platform (CEP) // Description: CEP Co-Simulation Top Level Testben...
[//]: # (Copyright 2022 Massachusets Institute of Technology) [//]: # (SPDX short identifier: BSD-2-Clause) [![DOI](https://zenodo.org/badge/108179132.svg)](https://zenodo.org/badge/latestdoi/108179132) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-...
/* * Copyright 2012, Homer Hsing <homer.hsing@gmail.com> * * 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 applica...
/* * Copyright 2012, Homer Hsing <homer.hsing@gmail.com> * * 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 applica...
//************************************************************************ // Copyright 2022 Massachusets Institute of Technology // SPDX License Identifier: BSD-2-Clause // // File Name: aes_192_mock_tss.sv // Program: Common Evaluation Platform (CEP) // Description: // Notes: //*********...
/* * Copyright 2012, Homer Hsing <homer.hsing@gmail.com> * * 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 applica...
/* * Copyright 2012, Homer Hsing <homer.hsing@gmail.com> * * 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 applica...
//************************************************************************ // Copyright 2022 Massachusets Institute of Technology // SPDX short identifier: BSD-2-Clause // // File Name: filter_tb.v // Program: Common Evaluation Platform (CEP) // Description: This is a unit level testbench for the generat...
[//]: # (Copyright 2022 Massachusets Institute of Technology) [//]: # (SPDX short identifier: BSD-2-Clause) [![DOI](https://zenodo.org/badge/108179132.svg)](https://zenodo.org/badge/latestdoi/108179132) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-...
///////////////////////////////////////////////////////////////////// //// //// //// CRP //// //// DES Crypt Module //// //// ...
///////////////////////////////////////////////////////////////////// //// //// //// DES //// //// DES Top Level module //// //// ...
//************************************************************************ // Copyright 2022 Massachusets Institute of Technology // SPDX License Identifier: BSD-2-Clause // // File Name: des3_mock_tss.sv // Program: Common Evaluation Platform (CEP) // Description: // Notes: //************...
///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL //// //// Select one of 16 sub-keys for round //// //// ...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
11