Skip to content

Commit

Permalink
real and trireg not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Dec 5, 2000
1 parent 3b9a604 commit a6b83ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,15 @@ Verilog web page for the current state of support for Verilog.
assign foo = user_function(a,b); // sorry
always @(a or b) foo = user_function(a,b); // OK

- real data types not supported.
- real data types not supported. This includes real and realtime.

- System functions are supported, but the compiler presumes that
they return 32 bits. This is the typical case.

- Specify blocks are parsed but ignored in general.

- trireg is not supported. tri0 and tri1 are supported.


6.0 CREDITS

Expand Down Expand Up @@ -384,7 +386,7 @@ removed from the list) send e-mail to me.
FreeBSD/{Intel,alpha}
*maintainer needed*

Linux/{alpha,Intel,SPARC} (RPMS)
Linux/{alpha,Intel} (RPMS)
Stephen Williams <steve@icarus.com>

Linux/* (.debs)
Expand Down

0 comments on commit a6b83ac

Please sign in to comment.