Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/panda #347

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open

Dev/panda #347

wants to merge 68 commits into from

Conversation

Ansaya
Copy link
Collaborator

@Ansaya Ansaya commented Jan 25, 2025

No description provided.

Ansaya and others added 30 commits March 29, 2024 23:29
* Improved support for ext_int.

* Removed a debug message.

* Removed another debug message.

* Fixed a compilation error.

* Changed the way the clang plugin dump the integer type.

* Fixed an issue on boolean type creation when short_circuit_taf step is executed.

* Fixed a compilation dependency.

* tree_helper::Size refactoring.

* Fixed a problem of the vectorization.

* Fixed a seg fault.

* Improved vectorization support.

* Fixed a typo.

* Fixed some issues with the vectorization.

* Fixed an error with verilator simulation.

* Fixed a typo.

* Fixed a bitfield issue.

* Fixed a not supported pattern.

* Fixed another two SizeAlloc.

* Fixed another issue with SizeAlloc.

* Removed a debugging print.
* Fixed interface infer in case one of the parameter is of bool type.

* Extended interface infer support to _Bool type.

* Fixed a complex case where a parameter is not used but it is just passed to called functions.

* Fixed support for unused parameters.

* Interface name normalization.

* Fixed some issues on ac_channel and fifo.

* Changed default compiler.

* Improved ASTAnalyzer.

* Fixed the regression scripts defaults.

* Fixed an issue with keccak example.

* Code refactoring.

* Fixed a problem with databus sizing.

* Fixed a problem with XSIM code understanding.
Avoid multiple declarations of main within the generated C code
Avoid using --output command line option since it is not supported on older ar versions
fabrizioferrandi and others added 30 commits May 24, 2024 15:18
* Added a test activating a bitvalue issue.

* Fixed an issue with --max-transformations.

* Changed soft_int_cg_ex from function to application step.

* Improved BitValue debugging.

* Fixed an issue on step soft_int_cg_ext.

* Fixed an issue on soft_int_cg_ext step.
* Fixed an issue with DSP fracturing and step ordering.

* Added two missing files.

* Fixed a dependency issue.
Design Flow Manager update
 Design flow manager has been updated to avoid use of boost::filtered_graph.
 Design flow step signature is now an integer instead of a string to improve performance.
 Design flow manager profiling has been improved; CSV file generation has been added.
Tree manager update
 Tree manager is now handling tree_node instances by default instead of tree_reindex to avoid multiple indirection.
 Tree reindex remove has been implemented to remove all tree_reindex instances after Bambu IR parsing is completed.
 GET_NODE, GET_INDEX_NODE have been removed.
Abseil update to version 20240116.2 included as submodule
Parameter class template refactoring to improve string to type casting performance
General code refactoring to reduce the usage of dynamic_cast
Removed unused tree node memory_tag
Pragma analysis step refactoring
Bit value opt step refactoring
Other minor fixes

Minor refactoring

Hide DesignFlowStepPrioritySet implementation
Prefer inlining over versioning for call statements with constant arguments to small functions
Removed test fires on an internal address discrepancy
Replacing variables with constant values is always profitable
Added --generate-components-library command line option to enable the generation of a library for standard Bambu RTL components separated from the generated top function RTL description
* Added reset port to AXI caches

* Added new test for cache reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants