diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-09 21:24:04 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-09 21:24:36 +0200 |
commit | 32a60efc00452a5eb037f5d1f5dabb687c170c99 (patch) | |
tree | f38b3337d35da9479255e5a7e97934eb1ff2731a /src/synth/synth-values-debug.ads | |
parent | db918fedf1af6da741bb6dd280719cb0f139b583 (diff) | |
download | ghdl-32a60efc00452a5eb037f5d1f5dabb687c170c99.tar.gz ghdl-32a60efc00452a5eb037f5d1f5dabb687c170c99.tar.bz2 ghdl-32a60efc00452a5eb037f5d1f5dabb687c170c99.zip |
synth: refactoring to store static values in wires.
Diffstat (limited to 'src/synth/synth-values-debug.ads')
-rw-r--r-- | src/synth/synth-values-debug.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-values-debug.ads b/src/synth/synth-values-debug.ads index 6d59c4a99..8084b7ef6 100644 --- a/src/synth/synth-values-debug.ads +++ b/src/synth/synth-values-debug.ads @@ -20,5 +20,5 @@ package Synth.Values.Debug is procedure Debug_Valtyp (V : Valtyp); - procedure Debug_Memtyp (M : Memory_Ptr; Typ : Type_Acc); + procedure Debug_Memtyp (M : Memtyp); end Synth.Values.Debug; |