F
Frank
Guest
What I need is to have "slot0, slot1, slot2", etc in the file name.
In the simulation, k isn't inserted into the string.
for(k = 0; k <= 3; k = k + 1) begin
task_bpsk_b({{"../../cpp/tv/tx_tv_110/bpsk_tx_input_slot"}, {k},
{".dat"}});
end
Thanks in advance.
In the simulation, k isn't inserted into the string.
for(k = 0; k <= 3; k = k + 1) begin
task_bpsk_b({{"../../cpp/tv/tx_tv_110/bpsk_tx_input_slot"}, {k},
{".dat"}});
end
Thanks in advance.