aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists-disp_vhdl.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 95d01102a..800fc585c 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -571,8 +571,8 @@ package body Netlists.Disp_Vhdl is
" begin" & NL &
" \o0 <= \i0;" & NL &
" \o0 (" &
- "to_integer (signed (\i2)) * \p0 + (\sp1 + \n0)" & NL &
- " downto to_integer (signed (\i2)) * \p0 + (\sp1))" &
+ "to_integer (\ui2) * \p0 + (\sp1 + \n0)" & NL &
+ " downto to_integer (\ui2) * \p0 + (\sp1))" &
" <= \i1;" & NL &
" end process;" & NL,
Inst, (0 => Iw - 1));