Skip to content
Snippets Groups Projects
Commit dc3286e6 authored by auphelia's avatar auphelia
Browse files

[CustomOp-templates] Add mem_depth as parameter to verilog wrapper

parent fa1d6f7b
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ memstream ...@@ -183,7 +183,7 @@ memstream
// memory, set per-stream offsets in memory, set per-stream widths // memory, set per-stream offsets in memory, set per-stream widths
.CONFIG_EN(1), .CONFIG_EN(1),
.NSTREAMS(1), .NSTREAMS(1),
.MEM_DEPTH(1024), .MEM_DEPTH($MEM_DEPTH$),
.MEM_WIDTH($WEIGHT_WIDTH$), .MEM_WIDTH($WEIGHT_WIDTH$),
.MEM_INIT("./"), .MEM_INIT("./"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment