URL
https://opencores.org/ocsvn/sdr_ctrl/sdr_ctrl/trunk
[/] [sdr_ctrl/] [trunk/] [rtl/] [top/] [sdrc_top.v] - Diff between revs 46 and 47
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 46 |
Rev 47 |
Line 252... |
Line 252... |
.app_req_addr (app_req_addr ) ,// SDRAM Address
|
.app_req_addr (app_req_addr ) ,// SDRAM Address
|
.app_req_len (app_req_len ) ,// Burst Length (in 16 bit words)
|
.app_req_len (app_req_len ) ,// Burst Length (in 16 bit words)
|
.app_req_wrap (1'b0 ) ,// Wrap mode request
|
.app_req_wrap (1'b0 ) ,// Wrap mode request
|
.app_req_wr_n (app_req_wr_n ) ,// 0 => Write request, 1 => read req
|
.app_req_wr_n (app_req_wr_n ) ,// 0 => Write request, 1 => read req
|
.app_req_ack (app_req_ack ) ,// Request has been accepted
|
.app_req_ack (app_req_ack ) ,// Request has been accepted
|
.sdr_core_busy_n (app_core_busy_n ) ,// OK to arbitrate next request
|
|
.cfg_req_depth (cfg_req_depth ) ,//how many req. buffer should hold
|
.cfg_req_depth (cfg_req_depth ) ,//how many req. buffer should hold
|
|
|
.app_wr_data (app_wr_data ) ,
|
.app_wr_data (app_wr_data ) ,
|
.app_wr_en_n (app_wr_en_n ) ,
|
.app_wr_en_n (app_wr_en_n ) ,
|
.app_rd_data (app_rd_data ) ,
|
.app_rd_data (app_rd_data ) ,
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.