Skip to content

Commit

Permalink
litedram: disable block_until_ready, regenerate
Browse files Browse the repository at this point in the history
Recent litedram gets stuck at memtest unless block_until_ready=False.
(discussion in enjoy-digital/litedram#292)

This change regenerates with latest litedram and litex
62abf9c ("litedram_gen: Add block_until_ready port parameter to control blocking behaviour.")
add2746a ("tools/litex_cli: Rename wb to bus.")

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
  • Loading branch information
mkj committed Jan 14, 2022
1 parent 67164a6 commit 5a3cdc8
Show file tree
Hide file tree
Showing 19 changed files with 19,624 additions and 42,751 deletions.
1 change: 1 addition & 0 deletions litedram/gen-src/acorn-cle-215.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
1 change: 1 addition & 0 deletions litedram/gen-src/arty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
1 change: 1 addition & 0 deletions litedram/gen-src/genesys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
1 change: 1 addition & 0 deletions litedram/gen-src/nexys-video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
1 change: 1 addition & 0 deletions litedram/gen-src/sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
1 change: 1 addition & 0 deletions litedram/gen-src/wukong-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"user_ports": {
"native_0": {
"type": "native",
"block_until_ready": False,
},
},
}
Loading

0 comments on commit 5a3cdc8

Please sign in to comment.