Functions really do work.

This commit is contained in:
steve 2002-04-21 22:29:19 +00:00
parent 9dda15a186
commit 048d044fdc
1 changed files with 0 additions and 5 deletions

View File

@ -391,11 +391,6 @@ constructs.
[...]
end
- Functions in structural contexts are not supported.
assign foo = user_function(a,b); // sorry
always @(a or b) foo = user_function(a,b); // OK
- real data types not supported. This includes real and
realtime. However, floating point constants in delay expressions
are supported so that `timescale works properly.