verilator
Here are 92 public repositories matching this topic...
Thanks for taking the time to report this.
What would you like added/supported?
// File: dly_warning.sv
// verilator lint_off ASSIGNDLY
module dly_warning (
input logic a_in,
input logic [2:0] delaycw,
output logic a_out
);
timeunit 1ns;
timeprecision 1ns;
time dly;
assign dly = 5 * delaycw;
assign #dly a_out = a_in; // Warning ASSA small, light weight, RISC CPU soft core
-
Updated
Mar 19, 2022 - Verilog
RISC-V CPU Core (RV32IM)
-
Updated
Sep 18, 2021 - Verilog
An abstraction library for interfacing EDA tools
-
Updated
Apr 8, 2022 - Python
32-bit Superscalar RISC-V CPU
-
Updated
Sep 18, 2021 - Verilog
CMake, SystemVerilog and SystemC utilities for creating, building and testing RTL projects for FPGAs and ASICs.
-
Updated
Nov 25, 2019 - SystemVerilog
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
-
Updated
Apr 6, 2022 - TypeScript
A simple, basic, formally verified UART controller
-
Updated
Jan 23, 2021 - Verilog
A utility for Composing FPGA designs from Peripherals
-
Updated
Oct 8, 2021 - C++
SD-Card controller, using a SPI interface that is (optionally) shared
-
Updated
Jan 25, 2021 - Verilog
A wishbone controlled scope for FPGA's
-
Updated
Jan 26, 2021 - Verilog
A bare bones, basic, ZipCPU system designed for both testing and quick integration into new systems
-
Updated
Nov 13, 2021 - Verilog
SVUT is a simple framework to create Verilog/SystemVerilog unit tests. Just focus on your tests!
-
Updated
Mar 13, 2022 - Python
Digital Interpolation Techniques Applied to Digital Signal Processing
-
Updated
Jan 25, 2021 - Verilog
Wishbone controlled I2C controllers
-
Updated
Dec 4, 2021 - Verilog
Synthesizable real number library in SystemVerilog, supporting both fixed- and floating-point formats
-
Updated
Jan 13, 2021 - SystemVerilog
Quasar 2.0: Chisel equivalent of SweRV-EL2
-
Updated
Apr 13, 2021 - Scala
Improve this page
Add a description, image, and links to the verilator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verilator topic, visit your repo's landing page and select "manage topics."


If this is not the case a page fault should be generated. Right now we generate an instruction access fault.
https://github.com/pulp-platform/ariane/blob/ad70ce1f30dad539e5a365ffe71a02aaf20b397e/src/load_store_unit.sv#L339