##// END OF EJS Templates
Inverse BW bit
pellion -
r200:b4f5e14be491 JC
parent child
Show More
@@ -193,7 +193,7 BEGIN -- beh
193 193
194 194
195 195
196 data_shaping_BW <= reg_wp.data_shaping_BW;
196 data_shaping_BW <= NOT reg_wp.data_shaping_BW;
197 197 data_shaping_SP0 <= reg_wp.data_shaping_SP0;
198 198 data_shaping_SP1 <= reg_wp.data_shaping_SP1;
199 199 data_shaping_R0 <= reg_wp.data_shaping_R0;
@@ -405,4 +405,4 BEGIN -- beh
405 405 apbo.prdata <= prdata;
406 406
407 407
408 END beh; No newline at end of file
408 END beh;
General Comments 0
You need to be logged in to leave comments. Login now