Skip to content

Commit

Permalink
Merge pull request #83 from casper-astro/reorder_init_fix
Browse files Browse the repository at this point in the history
Fix reference to Shared_Bram block
  • Loading branch information
bjbford committed Jan 18, 2019
2 parents 515a04a + d2c4341 commit 6e4b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casper_library/reorder_init.m
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ function reorder_init(blk, varargin)
% Add Maps
mapname = 'map1';
if strcmp('on', software_controlled),
reuse_block(blk, mapname, 'xps_library/Memory/Shared_BRAM', ...
reuse_block(blk, mapname, 'xps_library/Memory/shared_bram', ...
'addr_width', num2str(ceil(log2(map_length))), 'init_vals', 'map', 'reg_prim_output', 'on', ...
'reg_core_output', 'on', 'addr_width', num2str(map_bits), 'data_width', '16', ...
'arith_type', 'Unsigned', 'data_bin_pt', '0', 'Position', [230 base+15+70 300 base+70+70]);
Expand Down

0 comments on commit 6e4b9be

Please sign in to comment.