Update core to use new py2hwsw format.#305
Merged
jjts merged 32 commits intoIObundle:if_gen2from May 12, 2024
Merged
Conversation
New setup process no longer uses setup.mk or bootstrap.py The user calls `python3 -B ./iob_cache.py` directly to intiate the setup process (create the build dir). Checkout the contents of the Makefile for examples.
feat(setup): Use new setup process: Call `iob_cache.py` directly.
Update iob_cache.py according to new LIB.
Add `widths` dictionary to generate interfaces with widths based on CACHE parameters.
Add correct `widths` to if_gen interfaces.
- update python configurations for cache tests
feat: merge with latest main branch
Moved AXI submodule to the iob-soc repository, as discussed in last meeting.
This macro is used to optionally support nix-shell.
Note, we still need to figure out a way to pass the cache arguements (BE_IF, BE_DATA_W) from py2hwsw, when the cache is the top module. We also need to find a way of calling the `post setup` script located at the end of the iob_cache.py file.
This file contains hidden or 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
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.
Update core to use new py2hwsw format.
There are still a few details we need to resolve related to the py2hwsw implementation of this core:
py_params_dictdictionary in theiob_cache.pyfile).post setupscript located at the end of theiob_cache.pyfile.