{Spam?} Re: EXTERNAL: [vhdl-200x] A compromise about modular type, boolean operations, integers...

From: <tgingold@free.fr>
Date: Wed Oct 22 2014 - 20:53:27 PDT
> There is still another alternative:
> 
> For signals, we can create modular integers today, using a resolution
> function.

Not, that's not correct.  Whatever the resolution function resolv in that
excerpt, you cannot have a modular behaviour:

  signal s : resolv integer;
..
  s <= s + 1;

when 's' has the integer'last value, you will get an error.  And that
error occurs in the '+'.

If you don't agree with that, please provide a counter-case.

Tristan.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Oct 22 20:53:58 2014

This archive was generated by hypermail 2.1.8 : Wed Oct 22 2014 - 20:54:20 PDT