Skip to content

Commit

Permalink
Changes in 3.9.0 (see pdfdocs/ac_datatypes_relnotes.pdf for details)
Browse files Browse the repository at this point in the history
  Updates to ac_channel
  Fixes/updates to ac_float
  Fix for AC_ABS macro
  Added hex and oct handling for ostream operator <<
  Updates to fencing for macro defines for true and false to work around issues with headers from CLANG
  Addressed CLANG Warnings

Changes in 3.8.1
  Fixed trace functions to work with SystemC 2.3.2
  Updated return type for shift operator for ac_fixed with C integer types
  Removed operator %= for ac_fixed with ac_int
  Addressed GCC parentheses warnings
  • Loading branch information
Andres Takach committed Oct 17, 2018
1 parent 929fa46 commit 716402f
Show file tree
Hide file tree
Showing 10 changed files with 691 additions and 571 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2004-2017 Mentor Graphics Corporation
Copyright 2004-2018 Mentor Graphics Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions gdb/ac_pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Algorithmic C (tm) Datatypes *
* *
* Software Version: 3.7 *
* Software Version: 3.9 *
* *
* Release Date : Tue May 30 14:25:58 PDT 2017 *
* Release Date : Fri Oct 12 12:26:10 PDT 2018 *
* Release Type : Production Release *
* Release Build : 3.7.2 *
* Release Build : 3.9.0 *
* *
* Copyright 2013-2015, Mentor Graphics Corporation, *
* *
Expand Down
Loading

0 comments on commit 716402f

Please sign in to comment.