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

Add AXI4 Lite data types and Simulate instance #25

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

Conversation

PietPtr
Copy link
Contributor

@PietPtr PietPtr commented Jan 14, 2022

Adds datatypes for transactions on an AXI4 Lite bus.

@martijnbastiaan
Copy link
Member

Cool, could you rebase on top of main?

git rebase origin/main

You'll get merge conflicts, which Git will tell you. Fix them and use:

git add somefile

to mark them as resolved.

You can see all outstanding conflicts by doing

git status

Finally, if you're happy you can do:

git rebase --continue

@martijnbastiaan
Copy link
Member

I also recommend using 3-way merge, see this: https://www.youtube.com/watch?v=f_xMuOK0FuQ

@PietPtr PietPtr force-pushed the axi4-lite branch 4 times, most recently from d8e80f9 to 819e3cf Compare March 10, 2022 09:51
@PietPtr PietPtr force-pushed the axi4-lite branch 3 times, most recently from 41247c0 to 6a388e8 Compare April 1, 2022 11:42
@PietPtr PietPtr force-pushed the axi4-lite branch 4 times, most recently from 6c4e37b to 98a612c Compare April 7, 2022 13:02
@PietPtr PietPtr changed the title Add AXI4 Lite data types Add AXI4 Lite data types and Simulate instance Apr 7, 2022
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.

2 participants