• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • Verilog中signed和$signed()的用法

    1、在verilog中有时会用signed修饰符来修饰定义的数据,运算的时候也会用$signed()任务来强制转换数据,那么signed的修饰是为什么呢,是为了区分有符号数和无符号数的加法和乘法

    2025-02-17 17:47

  • 为什么signed_vector的-128结果中间有很多空格?

    相信各位小伙伴,都能理解该仿真结果的产生,但是可能有的小伙伴会有疑问,为什么signed_vector的-128结果中间有很多空格?你真的仔细,先为你竖起大拇指,接下来我们就讲解一下为什么输出结果会是这样。

    2023-09-02 10:01

  • verilog的signed类型有哪些?

    在数字电路中,出于应用的需要,我们可以使用无符号数,即包括0及整数的集合;也可以使用有符号数,即包括0和正负数的集合。在更加复杂的系统中,也许这两种类型的数,我们都会用到。

    2020-01-30 09:52

  • assign和signed的联合背刺事件

    没想到啊没想到啊,有一天会被浓眉大眼的assign背刺!想当年在always消失术里,在X态分析里,在xprop平替策略里,把assign捧的这么高,优点说了800多项,然后今天一仿真出bug了?!

    2023-12-04 11:33

  • WAA Signed a Strategic MOU with IEEE SA and Released 2 Standards

    Shenzhen, November 7, 2023 - The WLAN Application Ecosystem and Standards forum has concluded successfully during the IEEE Standards Association (SA) General Meeting Anniversaries in Shenzhen, Guangdong, China. This forum gathered experts and industry leaders related to the WLAN industry from worldwide, including the IEEE SA, the IEEE 802.11 Working Group, and the World WLAN Application Alliance (WAA) to jointly discuss the latest advancements in WLAN standards and industries, and to deliberate on how international standards organizations can work closely to promote global trade. Leaders and e

    2023-11-09 10:40

  • C语言各种数据类型的内存映像

      C语言各种数据类型的内存映像(32位平台): 0 signed char   #include stdio.hint main(){    char min = 17;    char max

    2022-07-06 14:49

  • 浅谈嵌入式C语言各种数据类型的内存映像

    如果一个表达式同时包含signed和unsigned整型,signed会提升为unsgined,可能会隐藏一些意想不到的错误,特别是用在比较运算时

    2023-12-28 18:21

  • 整型的signed和unsigned详解 double的二进制位显示

    C语言各种数据类型的内存映像(32位平台)

    2022-06-06 17:01

  • fpga 有符号数、无符号数

    signed 来处理。 通过“*”运算符完成有符号数的乘法运算。module ceshi (out, clk, a, b); output [15:0] out; input clk; //通过

    2018-10-09 15:22

  • Efinity编译生成文件使用指导

    (a, b,c, clk, o); input signed [17:0] a; input signed [17:0] b; input signed [17:0] c; input clk

    2024-08-13 11:51