当前位置: 首页 > news >正文

电子商城平台网站建设响应式网站能用dw做吗

电子商城平台网站建设,响应式网站能用dw做吗,wordpress 同步博客,wordpress手写seo代码在通信原理中#xff0c;通信系统的有效性用带宽来衡量#xff0c;带宽定义为每秒传输的比特数#xff0c;单位 b/s#xff0c;或 bps。在 DDR3 接口的产品设计中#xff0c;DDR3 读/写带宽是设计者必须考虑的指标。本文主要介绍了 Quartus FPGA 平台 EMIF 参数配置#… 在通信原理中通信系统的有效性用带宽来衡量带宽定义为每秒传输的比特数单位 b/s或 bps。在 DDR3 接口的产品设计中DDR3 读/写带宽是设计者必须考虑的指标。本文主要介绍了 Quartus FPGA 平台 EMIF 参数配置以及测试 DDR3 读写带宽的过程FPGA 器件型号是 Cyclone 10 GX 10CX220YF780E6GDDR3 颗粒型号是 Winbond W631GG6KB。 目录 1 EMIF IP 配置 2 AMM 接口 3 读写带宽测试 1 EMIF IP 配置 在进行 EMIF DDR3 读写带宽测试之前先确保 EMIF DDR3 IP 时钟与时序参数配置正确。 General - Clocks 选项卡填写内存时钟频率 Memory clock frequency 这里填了 933MPLL 参考时钟频率为 116.625MHz. Memory - Latency and Burst 选项卡根据 DDR3 内存颗粒用户手册设置 Memory CAS latency 和 Memory write CAS latency 值。 这里所使用的 DDR3 内存型号为 Winbond W631GG6KB933M 对应的 tCK 为 1.07ns根据手册得知CL 13CWL 9. Memory Timing 参数如下 2 AMM 接口 Quartus EMIF IP 提供了 AMMAvalon Memory-Mapped 接口用于 DDR3 数据的传输AMM 接口定义如下。 amm_ready 扮演 waitrequest_n 的角色当控制器处于 busy 状态时该信号将会拉低amm_burstcount 表示读/写 burst 传输的周期数DDR3 颗粒数据接口位宽是 16bit8n-prefetch所以 amm_writedata 与 amm_readdata 的位宽是 16bit × 8 128bit。 AMM 接口读写时序图与其他细节可以参考 Intel 官网 Avalon® 接口规范简介。 3 读写带宽测试 在本设计中DDR3 读写采用固定地址突发的方式amm_burstcount 大小固定为 64每次先写入 64 个数据再读出 64 个数据。 同时定义两个计数器 wr_data_cnt 与 rd_data_cnt用于一段时间读写数据的计数需要注意计数器位宽避免溢出的情况。这里计数器位宽定义 32bit时间间隔取 200ms。 VHDL 设计代码如下 process(sys_rst,sys_clk) beginif sys_rst 1 thenpstate st_init;buf_test_wr_req 0;buf_test_rd_req 0;test_wr_q (others 0);test_wr_mask (others 0);wr_cnt_scope (others 0);rd_cnt_scope (others 0);rd_err_cnt_scope (others 0);elsif rising_edge(sys_clk) thenif timeout_event 1 thenwr_cnt_scope (others 0);rd_cnt_scope (others 0);rd_err_cnt_scope (others 0);end if;case(pstate) iswhen st_init -- power on delay and initializationif ddr_init_done 1 thenpstate st_idle;elsepstate st_init;end if;when st_idle -- idle statepstate st_test_write;when st_test_write -- pull up req and wait fot ackif buf_test_wr_req 1 and test_wr_ack 1 thenpstate st_test_write_end;buf_test_wr_req 0;elsepstate st_test_write;buf_test_wr_req 1;end if;when st_test_write_end -- wait write endingif test_wr_end 1 thenpstate st_test_read;elsepstate st_test_write_end;end if;test_wr_q(4*128-1 downto 3*128) DDR_DATA_PATTERN;test_wr_q(3*128-1 downto 2*128) DDR_DATA_PATTERN;test_wr_q(2*128-1 downto 1*128) DDR_DATA_PATTERN;test_wr_q(1*128-1 downto 0*128) DDR_DATA_PATTERN;test_wr_mask (others 0);if test_wr_rden 1 thenwr_cnt_scope wr_cnt_scope 1;end if;when st_test_read -- pull up req and wait for ackif buf_test_rd_req 1 and test_rd_ack 1 thenpstate st_test_read_end;buf_test_rd_req 0;elsepstate st_test_read;buf_test_rd_req 1;end if;when st_test_read_end -- wait read endingif test_rd_end 1 thenpstate st_idle;elsepstate st_test_read_end;if test_rd_rdvld 1 thenrd_cnt_scope rd_cnt_scope 1;if test_rd_rdata(4*128-1 downto 3*128) / DDR_DATA_PATTERN thenrd_err_cnt_scope rd_err_cnt_scope 1;elsif test_rd_rdata(3*128-1 downto 2*128) / DDR_DATA_PATTERN thenrd_err_cnt_scope rd_err_cnt_scope 1;elsif test_rd_rdata(2*128-1 downto 1*128) / DDR_DATA_PATTERN thenrd_err_cnt_scope rd_err_cnt_scope 1;elsif test_rd_rdata(1*128-1 downto 0*128) / DDR_DATA_PATTERN thenrd_err_cnt_scope rd_err_cnt_scope 1;end if;end if;end if;when others NULL;end case;end if; end process; SignalTap 调试波形如下 读带宽 7533666 × 128bit × 1s/200ms 4.822Gbps 写带宽 7653248 × 128bit × 1s/200ms 4.898Gbps 可以进一步计算在突发传输为 64 时DDR3 的读写效率约 32.56%.
http://www.hkea.cn/news/14531021/

相关文章:

  • 珠海一元夺宝网站建设网络教育平台
  • 化州市住房和建设局网站WordPress分类打开404错误
  • 网站自创南昌网站设计案例
  • 九龙坡网站建设多少钱网站设计导航栏怎么做
  • 做生存分析的网站有哪些深度科技商业官方网站
  • 学做PPT报告的网站二次开发包
  • 怎么做图片网站源码免费网页制作软件哪里找
  • 智能建站软件哪个好自己做的网站怎么显示表格边框
  • 网站建制作公司the 7 wordpress主题教程
  • 辽宁建设工程信息网官网新网站是哪个电商网站建设培训学校
  • 湛江正规网站制作方案电商设计有前景吗
  • 网站建设登录界面代码做网站分为哪几个岗位
  • 如何建立自己免费网站深圳网站建设公司开发制作网站
  • 网站制作用什么专业网站改版
  • 做公司网站要素网站数据库5g
  • 网站单页seo做淘客网站 名字
  • 吉林省建设工程监理检测网站:wordpress网站如何播放自己的视频
  • 怎么制作一个表白网站软件网站开发公司名字
  • 外语网站建设网站联系我们的地图怎么做的
  • 好看的网站首页设计商务网站系统中支付功能怎么做
  • 沈阳seo整站优化品牌包包排行榜
  • 网站注册可以免费吗长春关键词优化公司
  • 0基础做网站工具免费查询个人名下公司
  • 上海利恩建设集团有限公司网站开发微信小程序大概需要多少钱
  • 手机淘宝客网站建设网络外贸运营怎么做
  • 网站平台建设意见网站名称去哪里注册
  • 做网站保证效果百度怎样发布信息
  • 大连网站优化多少钱做网站导航条怎么弄
  • 小说网站做兼职网站外链的建设
  • 信誉好的高密网站建设中英文网站asp怎么做