From 048d044fdcc06913a76a804aa5d9d99e416a0054 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 21 Apr 2002 22:29:19 +0000 Subject: [PATCH] Functions really do work. --- README.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.txt b/README.txt index d57dce234..5851708c0 100644 --- a/README.txt +++ b/README.txt @@ -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.