aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-15 05:40:44 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-15 05:40:44 +0200
commitf75191ef6e013c4efaa8b68eee93e4de47254db9 (patch)
tree156936782a82c210abc916b4b254d75ee2edb6b6 /src/synth/netlists-dump.ads
parentefcf7034d651a59c7698b30cf20c1cea6458bb17 (diff)
downloadghdl-f75191ef6e013c4efaa8b68eee93e4de47254db9.tar.gz
ghdl-f75191ef6e013c4efaa8b68eee93e4de47254db9.tar.bz2
ghdl-f75191ef6e013c4efaa8b68eee93e4de47254db9.zip
synth/netlists-disp_verilog: fix output of parameter values. For #1866
Diffstat (limited to 'src/synth/netlists-dump.ads')
-rw-r--r--src/synth/netlists-dump.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/synth/netlists-dump.ads b/src/synth/netlists-dump.ads
index 2fcb429be..48e8a384f 100644
--- a/src/synth/netlists-dump.ads
+++ b/src/synth/netlists-dump.ads
@@ -27,7 +27,13 @@ package Netlists.Dump is
procedure Put_Id (N : Name_Id);
procedure Disp_Binary_Digits (Va : Uns32; Zx : Uns32; W : Natural);
+
+ -- Display the digits of binary value PV.
+ procedure Disp_Pval_Binary_Digits (Pv : Pval);
+
+ -- Display PV within double quotes.
procedure Disp_Pval_Binary (Pv : Pval);
+
procedure Disp_Pval_String (Pv : Pval);
procedure Dump_Name (N : Sname);