• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • Sync_Header Bits如何从串行数据中获取正确的Header Bits?

    据和2位同步位分离,与串行数据分离并提供给PCS层(同步块和解扰器块)。我知道串行数据通过使用(SIPO)转换为并行。 在同步模块中,信号RXGEARBOXSLIP_OUT向PMA指示它。 Sync_Header Bits如何从串行数据中获取正确的Header Bits。这让我很困惑。感谢您

    2020-07-23 08:14

  • 请帮助我formy项目设计

    嗨,大家好。我的项目设计涉及Systolic Array。 Systolic Array由几个Processing Element(PE)构成,如下面的图1所示。如图1所示,每个PE都有一个查询字符。图1:Systolic阵列的PE连接因此,在我的设计中,如图2所示,PE的3位查询字符(QC)i / p连接到顶层模块的QueSec i / p,以便所有查询字符都通过Queue i / p加载到每个PE中在平行下。但是,由于FPGA中的i / o有限,实际没有。由于i / p的大小,PE不能生成。。图2:我的心脏收缩阵列设计的顶层模块为了克服I / O问题,我必须将QueSec i / p大小更改为3位,而不是如图2所示。但是通过使用此大小,我只能看到数据将以串行方式加载而不是并行加载。任何人都可以给我一些想法,使用3位QueSec i / p大小和parallry中的数据插入每个PE?非常感谢你帮助我。以上来自于谷歌翻译以下为原文Hi everyone. My project design involve Systolic Array. Systolic Array is build up of several Processing Element (PE) as shown in the Figure 1 below.As shown in the Figure 1,each PE holds one Query Character. Figure 1: PE connection of Systolic Array Thus, in my design as shown in Figure 2, the 3-bit Query Character (QC) i/p for PE is connected to QueSec i/p at the top module so that all the query characters are loaded in each PE through QueSec i/p in parallel. However, due to limited i/o in FPGA, the actual no. of PEs cant be generated, because of the big size i/p. . Figure 2: Top module of my systolic array design To overcome the i/o issue, I have to change QueSec i/p size to 3-bit, not as shown in Figure 2. But by using this size i can only see that the data will be loaded serially not in parralle. Can anyone give me some idea, to use 3-bit QueSec i/p size and the data in parallry insert in each PE? Thank you very much for helping me.

    2019-04-28 12:54

  • S/N高达120dB的数模变换器SM5865CM好用啊?

    S/N高达120dB的数模变换器SM5865CM好用啊?

    2021-04-14 06:50

  • 萌新求助关于SM5865CM的引脚功能配置

    SM5865CM的管脚配置SM5865CM的典型应用

    2021-04-22 06:45

  • 怎么实现两个32位计数器计数速率高达3GHz

    嗨,虽然我在90年代曾使用过CPLD,但我还不熟悉FPGA。我有一个项目的想法,如果可能的话我正在考虑FPGA解决方案。但在让自己成为开发板并潜入之前,我想我会先在这里得到一些建议。基本上我想实现两个32位计数器,但我希望这些计数器的计数速率高达3GHz。看起来低端FPGA(即Spartan 6)的最大频率为200-300 MHz。因此,我计划使用离散ECL逻辑在片外实现4个LSB,并在FPGA中实现每个计数器的剩余28位。然后将外部4位引入FPGA,并且两个32位计数器将由加法器求和,然后主机处理器可以读取结果。虽然外部4位仍然会在FPGA的频率过高时切换,但在对计数器求和之前,时钟将停止。如果需要,我可以对这些输入进行门控,并且只有在时钟停止后才启用它们。将会有一些额外的逻辑,可能还有第三个计数器,但我意识到Spartan 6可能有点过分,但我主要对更高的时钟速度感兴趣。任何意见将不胜感激。谢谢。问候,抢以上来自于谷歌翻译以下为原文Hi, Although I have used CPLDs back in the 90s I am new to FPGAs. I have an idea for a project for which I am considering an FPGA solution if possible. But before getting myself a development board and diving in I thought I would get some advise here first. Basically I want to implement two 32 bit counters but I want these counters counting at a rate up to 3GHz. It appears that the max frequency for a low end FPGA (ie. Spartan 6) is 200 - 300 MHz. Therefore I was planning to implement the 4 LSBs off chip using discrete ECL logic and implement the remaining 28 bits of each counter in the FPGA. The external 4 bits would then be brought into the FPGA and both 32 bit counters would be summed by an adder and the result could then be read by the host processor. Although the external 4 bits would still be toggling at frequencies too high for the FPGA, the clocks will be stopped before summing the counters. If necessary I could gate these inputs and only enable them once the clocks have stopped. There will be some additional logic and possibly a third counter but I realise the Spartan 6 is probably a bit of overkill but I'm mainly interested in the higher clock speeds. Any comments would be appreciated. Thanks. Regards,Rob

    2019-04-19 13:34

  • 如何利用FPGA技术实现H.264/AVC中CAVLC编码器设计并优化性能

    本文充分利用FPGA高速实时特点,采用并行处理及流水线设计,通过优化CAVLC编码结构和level编码子模块,提高CAVLC编码器的性能。

    2021-04-28 06:34

  • 如何利用FPGA实现Laplacian图像边缘检测器的研究?

    引言边缘可定义为图像中灰度发生急剧变化的区域边界,它是图像最基本的特征,是图像分析识别前必不可少的环节,是一种重要的图像预处理技术。边缘检测主要就是(图像的)灰度变化的度量、检测和定位,它是图像分析和模式识别的主要特征提取手段,在计算机视觉、图像分析等应用中起着重要的作用,是图像分析与处理中研究的热点问题。数字信号和图像处理算法的实现有多种途径,传统上多采用高级语言编程实现,便于使用的还有基于专用单片机来实现(一般称为可编程DSP单片机)以及在VLSI上实现某种算法的专用集成电路芯片(ASIC)等。近年来,随着EDA技术的迅速发展,国内外逐渐比较流行的是在FPGA中实现复杂算法的运算处理。在图形处理领域,图像处理的速度一直是一个很难突破的设计瓶颈。这里通过研究图像边缘检测器的FPGA实现,来探讨如何利用FPGA实现Laplacian图像边缘检测器的研究?

    2019-07-31 06:38