From 43c5002a7838d2b721f0b5d373ad6769293dbd6e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 24 Jun 2014 22:08:44 +0200 Subject: vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd: fix overflow. --- testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/vests/vhdl-93/ashenden') diff --git a/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd b/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd index 0f0263c..56e80b5 100644 --- a/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd +++ b/testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd @@ -553,6 +553,8 @@ begin -- end of code from book begin + -- TG: avoid overflow in multiplication + L1 := 1 mm; -- code from book: -- cgit