What's new in VHDL-2002?

N

Nicolas Matringe

Guest
Hello all
I've just discovered that ModelSim 5.8c is by default in VHDL-2002 mode.
Is there any reference, any "what's new in VHDL-2002" list somewhere?
I've just made a quick search but didn't find anything interesting.
Thanks in advance
--
____ _ __ ___
| _ \_)/ _|/ _ \ Adresse de retour invalide: retirez le -
| | | | | (_| |_| | Invalid return address: remove the -
|_| |_|_|\__|\___/
 
Nicolas,
Not alot. Protected types. Buffer can now connect to
an out port. I think one more, but can't remember.

The current effort, VHDL-200X, does offer significant
changes. For more information see:
http://www.eda.org/vhdl-200x/

Cheers,
Jim



Hello all
I've just discovered that ModelSim 5.8c is by default in VHDL-2002 mode.
Is there any reference, any "what's new in VHDL-2002" list somewhere?
I've just made a quick search but didn't find anything interesting.
Thanks in advance

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jim Lewis
Director of Training mailto:Jim@SynthWorks.com
SynthWorks Design Inc. http://www.SynthWorks.com
1-503-590-4787

Expert VHDL Training for Hardware Design and Verification
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
"Jim Lewis" <Jim@SynthWorks.com> wrote in message
news:10hi632dtdof541@corp.supernews.com...
Nicolas,
Not alot. Protected types. Buffer can now connect to
an out port. I think one more, but can't remember.

Hello all
I've just discovered that ModelSim 5.8c is by default in VHDL-2002 mode.
Is there any reference, any "what's new in VHDL-2002" list somewhere?
I've just made a quick search but didn't find anything interesting.
Thanks in advance
Speaking of protected types:

For my current testing, I connect the test to the testbench components
through queues. I cannot safely simultaneously push and pop the queue
because VHDL '93 doesn't define the behavior of simultaneous accesses to a
shared variable (which I use to store the queue's head and tail access
values). Protected types do just what I need.

Modelsim does not support protected types and I'm upset by their claim to
support VHDL 2002. Apparently IEEE let's vendors claim any compatibility
they please without proof.

Paul.Butler@ni.com
Austin, TX
 

Welcome to EDABoard.com

Sponsor

Back
Top