File: manpage.diff

package info (click to toggle)
covered 0.7.10-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,916 kB
  • sloc: ansic: 48,807; yacc: 11,650; xml: 8,838; tcl: 7,698; sh: 3,925; lex: 2,240; makefile: 360; perl: 329
file content (15 lines) | stat: -rw-r--r-- 922 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Escape a hyphen
Bug: https://sourceforge.net/p/covered/patches/1/
Forwarded: https://sourceforge.net/p/covered/patches/_discuss/thread/70633c81/c8e0/attachment/manpage.diff
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
--- a/doc/covered.1
+++ b/doc/covered.1
@@ -349,7 +349,7 @@
 .TP
 If you are compiling a NC-Verilog simulation, switch to NC-Verilog's irun command to load the covered shared object: '\-loadvpi /usr/local/libexec/covered.ncv.so:covered_register' and enable all access with '\-access +rwc'. You can hardcode the $covered_sim call into your RTL or you can run it dynamically using the CLI, by adding the \-input input.tcl switch to irun.  Where the input.tcl file looks like the following and tb.dut is the coverage instance:
 .br
-call -systf {$covered_sim} {"scored.cdd"} tb.dut
+call \-systf {$covered_sim} {"scored.cdd"} tb.dut
 .br
 run
 .TP