ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
At 16:40 there should be a colon in between begin and xorlp
Thanks bro!
Thanks
Does the same wire variable will work in connection of the full adder ??
Syntax error is thrown at : xor XG (f[p], a[p], b[p]);
Please let us know the solution
@@brijeshkundaliya2824 no error sir missed colon while writing name begin : xor1pxor XG (f[p], a[p], b[p]);endnow it will work fine : )
Can't we use a for loop without generate in example 1 of bitwise xor ?
Why assign carry_out= carry[N} before for loop?
I am syntax error if I label the generate loop..module RCA #(parameter N=16) ( input [N-1:0]a,b, input cin, output [N-1:0]sum, output cy ); wire [N-1:0]c; fa f1(a[0],b[0],cin,sum[0],c[0]); genvar p; generate for(p=1;p
use semicolon between begin and label, sir have missed it in video.
5:00
At 16:40 there should be a colon in between begin and xorlp
Thanks bro!
Thanks
Does the same wire variable will work in connection of the full adder ??
Syntax error is thrown at :
xor XG (f[p], a[p], b[p]);
Please let us know the solution
@@brijeshkundaliya2824 no error sir missed colon while writing name
begin : xor1p
xor XG (f[p], a[p], b[p]);
end
now it will work fine : )
Can't we use a for loop without generate in example 1 of bitwise xor ?
Why assign carry_out= carry[N} before for loop?
I am syntax error if I label the generate loop..
module RCA #(parameter N=16) (
input [N-1:0]a,b,
input cin,
output [N-1:0]sum,
output cy
);
wire [N-1:0]c;
fa f1(a[0],b[0],cin,sum[0],c[0]);
genvar p;
generate for(p=1;p
use semicolon between begin and label, sir have missed it in video.
5:00