R
rkoul123@gmail.com
Guest
Hi,
I am a VHDL person but need some help on a verilog item ..I hope you
can
help me on this :
I have a module where I am trying to use $readmemh to read data into
memory .
I am trying to append the name of the data file with the value of the
identifier "abc" which is a 4 bit vector . How do I do that append ?
reg [3:0] abc ;
This does not seem to work ->
$readmemh({"datfile.dat",abc} , memory);
I will greatly appreciate any help on this . Thanks.
RajK
I am a VHDL person but need some help on a verilog item ..I hope you
can
help me on this :
I have a module where I am trying to use $readmemh to read data into
memory .
I am trying to append the name of the data file with the value of the
identifier "abc" which is a 4 bit vector . How do I do that append ?
reg [3:0] abc ;
This does not seem to work ->
$readmemh({"datfile.dat",abc} , memory);
I will greatly appreciate any help on this . Thanks.
RajK