diff options
-rw-r--r-- | testsuite/vests/vhdl-93/ashenden/non_compliant/ch_02_ch_02_01.vhd | 2 |
1 files changed, 2 insertions, 0 deletions
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: |