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 double pumped compute and memory #1169

Draft
wants to merge 13 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion fetch-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
QONNX_COMMIT="2281a777d84aa5cbd7469085c2e534fb4a03ccf9"
FINN_EXP_COMMIT="0724be21111a21f0d81a072fccc1c446e053f851"
BREVITAS_COMMIT="84f42259ec869eb151af4cb8a8b23ad925f493db"
PYVERILATOR_COMMIT="ce0a08c20cb8c1d1e84181d6f392390f846adbd1"
PYVERILATOR_COMMIT="4a38eea96540ce4f48c6ed26615593ba4e5fc67f"
CNPY_COMMIT="4e8810b1a8637695171ed346ce68f6984e585ef4"
HLSLIB_COMMIT="16e5847a5e3ef76cffe84c8fad2f010d593457d3"
OMX_COMMIT="0b59762f9e4c4f7e5aa535ee9bc29f292434ca7a"
Expand Down
161 changes: 109 additions & 52 deletions finn-rtllib/memstream/component.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion finn-rtllib/memstream/gui/memstream_v1_0.gtcl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file is automatically written. Do not modify.
proc gen_USERPARAMETER_AXILITE_ADDR_WIDTH_VALUE {DEPTH WIDTH } {expr 2 + ceil(log($DEPTH*pow(2, ceil(log(($WIDTH+31)/32)/log(2))))/log(2))}
proc gen_USERPARAMETER_AXILITE_ADDR_WIDTH_VALUE {DEPTH WIDTH } {expr ceil(log($DEPTH*(2**ceil( log(($WIDTH+31)/32)/log(2) )))/log(2)) + 2}
308 changes: 0 additions & 308 deletions finn-rtllib/memstream/hdl/Q_srl.v

This file was deleted.

Loading
Loading