-
Notifications
You must be signed in to change notification settings - Fork 50
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
Ansaya
wants to merge
68
commits into
main
Choose a base branch
from
dev/panda
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.