发 帖  
经验: 积分:59
空空
四川省 设计开发工程
  • 回答了问题 2014-3-19 13:19

    如何对比两个相同目的程序的效率

    the size doesn't reflect the execution effciency RTL or timing analysis
  • 回答了问题 2014-3-19 13:04

    求助,请帮忙看一下为什么总是运行不了,谢谢

    硬件研发
    LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_unsigned.all; --并串转换 ENTITY bingchuan IS PORT ( RESET :IN STD_LOGIC; CLK : IN STD_LOGIC; DIN : IN STD_LOGIC_VECTOR(7 DOWNTO ...
  • 回答了问题 2014-3-19 12:35

    Verilog语言

    167716 167716
    module adder(a,b,sum,cin,co); input[3:0] a,b; //input a,b;//input[14:0] a,b; input cin; output[3:0] sum; //output sum;//output[14:0] sum; output co; assign {co,sum}=a+b+cin; endmodule // module ...
  • 回答了问题 2014-3-19 12:33

    求助,急

    167716 167716
    module adder(a,b,sum,cin,co); input[3:0] a,b; //input a,b;//input[14:0] a,b; input cin; output[3:0] sum; //output sum;//output[14:0] sum; output co; assign {co,sum}=a+b+ci; endmodule // module ...
  • 回答了问题 2014-3-18 15:01

    利用单片机发短信的问题!!

    大连理工大学
    单片机做不了吧,少了GSM或者其他网络制式的通信模块肯定不行,最多单片只能起到控制发送的作用,不过,要发送短信要接收正常,这边应该需要一个sim的读卡模块,还要知道移动通信时的通信协议,编码规则,900、1800m ...
ta 的专栏
关闭

站长推荐 上一条 /7 下一条

返回顶部