- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
fpga: arria 10.
Now i am studying DDR4 controller, I have got one example to simulation, but I found that for the generator of traffic generator, the TG_DATA_MODE is not setted corretly. It presents that:
for(i = 0; i < num_data_generators; i = i + 1)begin
tg_send_cfg_write_0(TG_DATA_SEED + i, 32'h5A);
tg_send_cfg_write_0(TG_DATA_MODE + i, 32'h1) ;in altera_emif_avl_tg_2_tb.sv.
end
I think it's not necessary to add i in the tg_send_cfg_write_0 function, and if adding i, there is error message during simulation. Or, there is something that I have not firgured out, please help me.
Best regards,
Lambert
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Traffic generator 2.0 is no longer supported. I do not think it is good idea to use traffic generator2.0 which is not officially supported now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi yoichiK_intel,
Now I am use 17.1, and there is traffic generator 2.0, and it's not the reason for the problem.
B.R.
Lambert
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page