Skip to content

Commit

Permalink
Merge pull request #20 from pulp-platform/fix/timeunit
Browse files Browse the repository at this point in the history
axi_riscv_lrsc_tb: Remove timeunit to improve tool compatibility
  • Loading branch information
SamuelRiedel authored Sep 29, 2022
2 parents 0c04971 + 2029954 commit 8212f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to
[Semantic Versioning](http://semver.org).

## Unreleased

### Changed
- `axi_riscv_lrsc_tb`: Remove timeunit to improve tool compatibility

## 0.5.0 - 2022-05-03

Expand Down
3 changes: 0 additions & 3 deletions test/axi_riscv_lrsc_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ module axi_riscv_lrsc_tb #(
parameter bit VERBOSE = 1'b0
);

timeunit 1ns;
timeprecision 10ps;

localparam time TCLK = 10ns;
localparam time TA = TCLK * 1/4;
localparam time TT = TCLK * 3/4;
Expand Down

0 comments on commit 8212f07

Please sign in to comment.