forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openhwgroup#1427 from zchamski/pr-candidate/unifie…
…d-tracing [tracing] Add uniform tracing support for VCS and Verilator. The process of waveform generation is controlled by two environment variables: * TRACE_COMPACT (default: empty): When non-empty, activates generation and collection of the most compact waveform format available on the given platform, usually at the expense of compilation and simulation speed. * TRACE_FAST (default: empty): When non-empty, activates generation and collection of the fastest waveform format available on the chosen simulation platform (as selected by setting variable DV_SIMULATORS).
- Loading branch information
Showing
3 changed files
with
86 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright 2022 Thales DIS France | ||
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 | ||
# Original Author: Zbigniew CHAMSKI ([email protected]) | ||
|
||
fsdbDumpvars 0 "uvmt_cva6_tb" +all +trace_process | ||
run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright 2022 Thales DIS France | ||
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 | ||
# Original Author: Zbigniew CHAMSKI ([email protected]) | ||
|
||
dump -file "novas.vpd" -type VPD | ||
dump -add "uvmt_cva6_tb" -depth 0 | ||
run | ||
|