Skip to content

Commit

Permalink
changed rbk_daout_addr_high_ to be 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Wang committed Feb 26, 2018
1 parent a8fcfc3 commit 6eb123f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmod/rubik/NV_NVDLA_rbk.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RubikConfig {
uint32_t rbk_dain_planar_stride_;
uint8_t rbk_dataout_ram_type_;
uint16_t rbk_dataout_channel_;
uint8_t rbk_daout_addr_high_;
uint32_t rbk_daout_addr_high_;
uint32_t rbk_daout_addr_low_;
uint32_t rbk_daout_line_stride_;
uint32_t rbk_contract_stride_0_;
Expand Down

0 comments on commit 6eb123f

Please sign in to comment.