Skip to content

Commit

Permalink
Merge branch 'master' into wire-init-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Jul 7, 2022
2 parents 133d9b3 + 585731f commit 94224d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/backend/xilinx/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ impl Backend for XilinxXmlBackend {
name: axi_name,
mode: "master",
range: "0xFFFFFFFFFFFFFFFF",
data_width: 64,
// Width should match the bus data width of memory modules
// described in hardware, for example see
// https://github.com/cucapra/calyx/blob/c2b12a0fe6b1ee3aaaae0c66e7c4619ee6c82614/src/backend/xilinx/toplevel.rs#L58
data_width: 512,
port_type: "addressable",
base: "0x0",
});
Expand Down

0 comments on commit 94224d9

Please sign in to comment.