Commit cace493
committed
HSD #14024927011: fpga: altera-cvp: Fixed read config type for credit register
This fix is required to use the correct altera_read_config type
for CVP credit register for Agilex5 and for non-Agilex5.
altera_read_config_dword is used for Agilex5 credits as it is
12bits and altera_read_config_byte is used for non-Agilex5
credits as it is 8bits.
Signed-off-by: Murugasen Krishnan, Kuhanh <kuhanh.murugasen.krishnan@intel.com>1 parent f02b1d5 commit cace493
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
| |||
247 | 254 | | |
248 | 255 | | |
249 | 256 | | |
250 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
251 | 264 | | |
252 | 265 | | |
253 | 266 | | |
| |||
0 commit comments