29:26 If any one ask bcd of 8 we write as 00001000. Yes msb zero we neglect but still in my point of view this is the best way to code Output [7:0] bcd Case(bcd) 8'b00000000: seg=7'0000001; 8'b00000001: seg=7'1001111;
@Veerasawakar2 жыл бұрын
In 36:33 alu example- why only 4'bz or 4'b0 while the alu_out is a 8'b register?
@anikethdeshpande93963 жыл бұрын
31:24, seg size is 7, therefore seg=7'bxxxxxxx
@hitman60715 жыл бұрын
seven segment display. seg = 7'b 0000001
@kummarapoojith95444 жыл бұрын
Yes , that is true.
@Locomotivesofindia939 Жыл бұрын
He needs to change it
@harshavardhankanoj60213 жыл бұрын
If we give values of A and B in decimal in ALU operation while testing using Test bench, it will work or not.
@sakshisingh41975 ай бұрын
It will work I guess... It will convert that to binary and store in the registers A and B as 8 bit and then will process
@saumyamishra96652 жыл бұрын
Can i run these codes?..the testbench codes are not provided, right?
@mrpossible56965 жыл бұрын
Ty
@Tanaypasumarthi6 ай бұрын
9:26 count has to be intialised to zero right??
@sakshisingh41975 ай бұрын
Reset is there for that
@sakshisingh41975 ай бұрын
In testbench you can start reset before clk so it will initially go to 0
@bhuvanverma72234 ай бұрын
is this ppt which used in all the vedios is available?