-
Notifications
You must be signed in to change notification settings - Fork 52
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 calyx-py
AXI generator read channel
#1856
Merged
Merged
Changes from all commits
Commits
Show all changes
107 commits
Select commit
Hold shift + click to select a range
e7b39e7
init commit of hardcoded axi wrapper for a 'main' kernel
nathanielnrn fd3a0e5
add axi-reads-calix
nathanielnrn cb38574
hook up inputs to channels in the wrapper. tbd if this works
nathanielnrn 203387f
Working calyx verison of AR and R
nathanielnrn 534ecc0
Track output of compiled calyx read channel
nathanielnrn 46f7d7a
update gitignore to get rid of sim_build and other cocotb artifacts
nathanielnrn cabba39
Working make files for running cocotb tests
nathanielnrn 9fbe03e
Add xID signals for cocotb compatability
nathanielnrn 74d9d8f
Fix prefix issue on cocotb axi test bench
nathanielnrn e5b84be
commit to repro 'make WAVES=1' cocotb error from axi-reads-calyx.futil
nathanielnrn 6729dac
axi-reads patch
nathanielnrn cdef8b6
sync debug
rachitnigam a1d8e5a
Add txn_len initialization to 16 in calyx program
nathanielnrn 51f91d3
AXI Read fixed to get to read channel start
nathanielnrn 4d80ca7
Add integer byte conversion for tests on Calyx AXI testharness
nathanielnrn 7725cc3
WIP get reads to work. Add incr_curr_addr group
nathanielnrn 11c3bc3
remove .fst from tracking
nathanielnrn 736264b
Add more data to testbench to make waveform viewing easier
nathanielnrn 2c7c241
Reads seem to be terminating correctly at RLAST
nathanielnrn 21d13f9
AR transfers seem to work, valid is high for 1 cycle
nathanielnrn 7312254
Unreduced axi-reads-calyx.futil
nathanielnrn e2e848f
Cocotb testbench now passes
nathanielnrn 4fed24a
Formatted and passing axi-read-tests
nathanielnrn 6710f3f
Reduce and comment axi-reads-calyx.futil
nathanielnrn f30b274
remove axi-reads.v from being tracked
nathanielnrn 6a8d6a6
add a todo
nathanielnrn d084d3a
add required ARPROT signal. This is hardcoded to be priviliged
nathanielnrn 06db156
rename directories to yxi/axi-calyx
nathanielnrn 2cf9ed5
initial commit of axi-writes-calyx, a copy of axi-reads-calyx
nathanielnrn 8cc10a0
WIP axi writes
nathanielnrn 8b99289
rename directories
nathanielnrn 6328e0c
WIP imlpementing writes
nathanielnrn b3567d1
add testing for writes, note makefile is overwritten so now tests wri…
nathanielnrn fe8f284
passing axi writes and testing
nathanielnrn a13cd60
init commit of hardcoded axi wrapper for a 'main' kernel
nathanielnrn 505ae00
add axi-reads-calix
nathanielnrn 3f6f129
hook up inputs to channels in the wrapper. tbd if this works
nathanielnrn ba5e1a4
Working calyx verison of AR and R
nathanielnrn d93d852
Track output of compiled calyx read channel
nathanielnrn 6fbc3ca
Working make files for running cocotb tests
nathanielnrn a6426a6
Add xID signals for cocotb compatability
nathanielnrn d2db261
Fix prefix issue on cocotb axi test bench
nathanielnrn 3aa9722
commit to repro 'make WAVES=1' cocotb error from axi-reads-calyx.futil
nathanielnrn d813517
axi-reads patch
nathanielnrn 58a9de6
sync debug
rachitnigam cfd40d6
Add txn_len initialization to 16 in calyx program
nathanielnrn b26f0ea
AXI Read fixed to get to read channel start
nathanielnrn 96b9975
Add integer byte conversion for tests on Calyx AXI testharness
nathanielnrn 03e93a8
WIP get reads to work. Add incr_curr_addr group
nathanielnrn 4a1291f
remove .fst from tracking
nathanielnrn 3abee21
Add more data to testbench to make waveform viewing easier
nathanielnrn 94efbc9
Reads seem to be terminating correctly at RLAST
nathanielnrn 7179097
AR transfers seem to work, valid is high for 1 cycle
nathanielnrn 2f841e8
Unreduced axi-reads-calyx.futil
nathanielnrn 618f9b6
Cocotb testbench now passes
nathanielnrn 7866017
Formatted and passing axi-read-tests
nathanielnrn c926cf8
Reduce and comment axi-reads-calyx.futil
nathanielnrn 4120ee3
remove axi-reads.v from being tracked
nathanielnrn 8c29f01
add a todo
nathanielnrn 14066a1
add required ARPROT signal. This is hardcoded to be priviliged
nathanielnrn ecb5626
rename directories to yxi/axi-calyx
nathanielnrn d40a066
initial commit of axi-writes-calyx, a copy of axi-reads-calyx
nathanielnrn 297e60e
WIP axi writes
nathanielnrn e6cc577
rename directories
nathanielnrn 681c316
WIP imlpementing writes
nathanielnrn 22926ab
add testing for writes, note makefile is overwritten so now tests wri…
nathanielnrn 04200f5
passing axi writes and testing
nathanielnrn e24d114
Work on full AXI wrapper, reads and compute works
nathanielnrn b212c56
cleaned up combined futil and tests
nathanielnrn 6fd6697
delete axi-reads* which is subsumed by axi-combined
nathanielnrn 9d4fc22
add axi-combined-tests.py
nathanielnrn e9e6317
remove axi-writes as it is subsumed by axi-combined
nathanielnrn 5c51038
formatting
nathanielnrn b6437d1
Merge branch 'axi-writes' of github.com:calyxir/calyx into axi-writes
nathanielnrn 4fbdcc4
Update yxi/axi-calyx/axi-combined-calyx.futil
nathanielnrn 624e0d5
formatting
nathanielnrn 923fc5e
Merge branch 'axi-writes' of github.com:calyxir/calyx into axi-writes
nathanielnrn c7e3839
Merge branch 'axi-writes' of github.com:calyxir/calyx into axi-writes
nathanielnrn 9fd9cd3
add sim.sh which goes from calyx to running tests
nathanielnrn 53c53d4
simplify valid.in signals
nathanielnrn 31b6986
WIP: replace groups with reg invokes
nathanielnrn eb9a817
Merge branch 'axi-writes' of github.com:calyxir/calyx into axi-writes
nathanielnrn 02631c0
add python file that enables waveform (vcd/fst) generation
nathanielnrn c7869e9
formatting
nathanielnrn 880b1a8
simplify valid.in signals
nathanielnrn ab2a31a
WIP: replace groups with reg invokes
nathanielnrn 4c1d9fb
Replaces register-init groups with invokes
nathanielnrn ff5c2c9
Merge branch 'main' into axi-wrapper-opts
nathanielnrn 3e7fe70
Merge branch 'axi-wrapper-opts' of github.com:calyxir/calyx into axi-…
nathanielnrn 80c509a
Formatting of invokes
nathanielnrn 01b7bd0
Merge branch 'main' into axi-wrapper-opts
nathanielnrn 60462e6
Replace reg groups with invokes in main
nathanielnrn 141c203
Modify tests to account for base address != 0
nathanielnrn a8ec4b6
Separate base-address calyx-mem-address dependency
nathanielnrn b5d1053
Merge branch 'main' into address-fixes-axi
nathanielnrn 391c03d
move incrs into par block
nathanielnrn e463d47
iitial axi-generator commit
nathanielnrn 6b7073b
WIP get arread-channel working
nathanielnrn 9c911d8
Finished ARREAD channel.
nathanielnrn 4e6522c
Create m_to_s_address_channel for {AR,AW} channels
nathanielnrn 5cc562d
WIP: Add read channel
nathanielnrn 516a244
Finished read_channel. Still need to fix #1850
nathanielnrn 401aad0
Finished read channels
nathanielnrn b278242
Remove read channel to break up into multiple PRs
nathanielnrn 5be47b8
Merge branch 'main' into py-axi-generator-address-channels
nathanielnrn f1a054f
Add read channel back
nathanielnrn 87012db
Merge branch 'main' into py-axi-generator-read-channel
nathanielnrn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All makes sense. For starters, one thing we could do here is just
assert
right at the beginning (i.e., in thebuild
function) that the relevant parameters in the YXI document are all powers of two.