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

AXI4 top-level #30

Draft
wants to merge 56 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
42b2b43
comment on ordering
muwyse Jun 20, 2023
bd58a4c
initial files for axi4 top
muwyse Jun 20, 2023
71ffae5
bp_me_axi_pump and skeleton files
muwyse Jun 23, 2023
e1a5a9c
update top and remove user signals
muwyse Jun 28, 2023
13a221e
update signal names in axi4 top
muwyse Jul 18, 2023
cf5fc36
low performance 64b bp_me_axi_manager
muwyse Jul 19, 2023
ead9b5b
add one fifos to bp_me_axi_manager
muwyse Jul 19, 2023
e510cfa
finish axi4 top implementation
muwyse Jul 19, 2023
d4c1465
Merge branch 'main' into axi4_top
muwyse Jul 19, 2023
1b9ae0d
remove comment
muwyse Jul 19, 2023
34ca65c
fix param typo
muwyse Jul 19, 2023
5a3afb1
fix flow control for bp_me_axi_to_fifo
muwyse Jul 19, 2023
53c36be
add size_o to axi_pump
muwyse Jul 21, 2023
97c33a9
multi-transfer support in bp_me_axi_to_fifo
muwyse Jul 21, 2023
9d1ba44
remove unused start_addr signal
muwyse Jul 24, 2023
77b15d2
bugfix for WRAP bursts
muwyse Jul 24, 2023
23f10db
bugfix width cast
muwyse Jul 24, 2023
6e9de37
add stream pumps for AXI4 converters
muwyse Jul 25, 2023
236c522
Merge branch 'main' into axi4_top
muwyse Aug 18, 2023
c35ca07
Merge branch 'main' into axi4_top
muwyse Oct 6, 2023
dac7157
fixup axi4 wrappers for latest BP RTL
muwyse Oct 9, 2023
51be3b7
fifo to axi converter
muwyse Oct 13, 2023
c628c5b
document fifo interface behavior
muwyse Oct 20, 2023
889e370
Minor fix for axi top
dpetrisko Oct 22, 2023
361853d
Updates for bp-mc link
dpetrisko Oct 22, 2023
282bc4e
Changing L2 banks to L2 dma
dpetrisko Oct 22, 2023
42df54e
lint fixes for bp_me_fifo_to_axi
muwyse Oct 27, 2023
339f3ff
Merge branch 'main' into axi4_top
muwyse Oct 31, 2023
feab6f3
return read and write response from fifo_to_axi
muwyse Nov 1, 2023
284ade4
rename some files that are not memory-end specific to use bp_ prefix
muwyse Nov 1, 2023
b0abc37
use wmask_i in fifo to axi
muwyse Nov 1, 2023
58bba07
lint cleanups
muwyse Nov 1, 2023
1a0691f
refactor bp_fifo_to_axi for improved throughput
muwyse Nov 6, 2023
cd29a21
rewrite bp_axi_to_fifo for higher throughput
muwyse Nov 8, 2023
7434cf6
Merge branch 'main' into axi4_top
muwyse Nov 20, 2023
9573ba8
fix handshake for axi2fifo in subordinate
muwyse Nov 20, 2023
44b6a4a
fix handshake in axi subordinate
muwyse Dec 21, 2023
e670d36
basejump 2.0 updates
muwyse Dec 21, 2023
ff71f40
remove outdated comment
muwyse Jan 19, 2024
6b97db6
lint fixes, requires uncached fixes in BP
muwyse Jan 24, 2024
10c4ac5
fix dma channel defs in axi4 top
muwyse Jan 24, 2024
635f66b
enable ordering on bsg_cache_to_axi, set uncached bit on axi2io mem_fwd
muwyse Jan 30, 2024
fa85236
fix dma connections in axi4 top
muwyse Jan 30, 2024
9717a46
output zero-relative address for DRAM
muwyse Jan 30, 2024
713ffe7
Merge branch 'main' into axi4_top
muwyse Feb 9, 2024
04b3d05
fix params on bsg_cache_to_axi
muwyse Feb 23, 2024
dd0214b
update bp_stream_gearbox use for latest BP
muwyse Feb 27, 2024
1ce5290
set I/O as highest LCE in bp_axi4_top
muwyse Mar 24, 2024
515c802
Merge branch 'main' into axi4_top
muwyse Mar 30, 2024
dc731f3
Merge branch 'main' into axi4_top
muwyse Apr 12, 2024
1f9e810
Merge branch 'main' into axi4_top
muwyse May 21, 2024
ac044bd
convert TODO to param check
muwyse May 21, 2024
af7bfe0
change burst type to WRAP in bp_fifo_to_axi
muwyse May 21, 2024
9eecb32
refactor bp_axi_pump to remove startup bubble
muwyse May 21, 2024
8f84425
fix transaction type on bp_fifo_to_axi
muwyse Jul 19, 2024
e09f6ad
Merge branch 'main' into axi4_top
muwyse Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading