D
dipesh.trivedi
Guest
Hi friends,
i am having some problem in understanding this code... its a part of
memory model code of samsung. here it is,
if ( add_ptr == `H00 && add_ptr == `H50 && add_ptr == `H01)
begin
if (rbb == `BUSY)
begin
add_ptr = `H00;
com_com = `H00;
#1 faddr[8] = 1'b0;
out_reg = `HIZ;
end
end
can we write like this?????????????
if yes what does it mean? i am totally blank. as i have not much
experience with verilog...
i hope some of you will be knowing what it is... please help me out if
you understand this code...
Dipesh.
i am having some problem in understanding this code... its a part of
memory model code of samsung. here it is,
if ( add_ptr == `H00 && add_ptr == `H50 && add_ptr == `H01)
begin
if (rbb == `BUSY)
begin
add_ptr = `H00;
com_com = `H00;
#1 faddr[8] = 1'b0;
out_reg = `HIZ;
end
end
can we write like this?????????????
if yes what does it mean? i am totally blank. as i have not much
experience with verilog...
i hope some of you will be knowing what it is... please help me out if
you understand this code...
Dipesh.