-
Notifications
You must be signed in to change notification settings - Fork 86
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
If gen2 #974
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
feat(nco): nco improvements
Update py2 to fix state number bug
fix(axis-in): remove DATA register from axis in
This fix cleans submodules that remain from old job runs.
fix(ci): Clean submodules after checkout
New Makefile no longer uses workaround to override py2hwsw based on: https://stackoverflow.com/a/26518222 Now, to use a custom py2hwsw version, comment the one from the `default.nix` file temporarily, and add your own version to PATH. Note: Since the py2hwsw script has the .py extension, you need to create a symlink without the .py extension, and add it to PATH.
Co-authored-by: arturum1 <[email protected]>
Iob wishbone2iob
Currently has an issue with fixed `_param.vs` file generated by `csrs` module. To generate regfileif as a top module for testing, use the following command: py2hwsw iob_regfileif setup --py_params 'test=True' Partially related to issue: IObundle/py2hwsw#33 - Currently, regfileif always has 2 interfaces. - From the perspective of the internal interface, the registers have their direction inverted. - Interfaces may be of different types (iob, axi, ...). - Planned support for interfaces with different widths. Need to add support for this in `csrs.py` module as well. Should the widths be configured via verilog or python parameters?
Improve `default.nix` to import the one from py2hwsw
Update py2 version; Add `README.md`.
Merge branch 'main' of IObundle/iob-soc into if_gen2; Update py2hwsw version.
Same version as PR IObundle/py2hwsw#80
Update py2hwsw version
Update py2hwsw version
Merge branch 'main' of github.com:IObundle/iob-soc into if_gen2
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.
Merging the long-due if_gen2 branch, which already absorbed the hardware revamp branch.