Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansaya committed Feb 8, 2024
1 parent f1be6fe commit 04123a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=========== PANDA 2024.02 ===========
Twelfth public release of PandA framework.

New features introduced:
- Internal memory architecture refactioring
- Enhanced scheduling for concurrent memory operations
- Enhanced support for single port Block RAMs
- Support for #pragma HLS interface, unroll, inline, dataflow, cache
- Support for C/C++ co-simulation of ac_channel<>/hls::stream<>
- Support for DSP fracturing
- Support for dataflow architecture generation and co-simulation
- Enhanced AXI4-Master interface support

=========== PANDA 2023.10 ===========
Eleventh public release of PandA framework.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# #
################################################################################
AC_PREREQ(2.57)
AC_INIT(PandA, 2023.12, panda-info@polimi.it)
AC_INIT(PandA, 2024.02, panda-info@polimi.it)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wno-portability 1.9 tar-pax subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit 04123a3

Please sign in to comment.