早教吧作业答案频道 -->其他-->
VHDL问题:can"t determine definition of operator ""/""--found 0 possiblelibrary IEEE;use IEEE.STD_LOGIC_1164.all;use IEEE.STD_LOGIC_ARITH.all;use IEEE.STD_LOGIC_UNSIGNED.all;entity frequency isport(clk:in std_logic; frenow:out std_logic_vector
题目详情
VHDL问题:can't determine definition of operator ""/""--found 0 possible
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
entity frequency is
port(clk:in std_logic;
frenow:out std_logic_vector(32 downto 0));
end frequency;
architecture BEHAVIORAL of frequency is
begin
process(clk)
variable e:real;
begin
e:=85899*50000000/4294967296;
frenow
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
entity frequency is
port(clk:in std_logic;
frenow:out std_logic_vector(32 downto 0));
end frequency;
architecture BEHAVIORAL of frequency is
begin
process(clk)
variable e:real;
begin
e:=85899*50000000/4294967296;
frenow
▼优质解答
答案和解析
process(clk)
variable e:integer;
begin
e:=85899*50000000/4294967296;
frenow
variable e:integer;
begin
e:=85899*50000000/4294967296;
frenow
看了 VHDL问题:can"t d...的网友还看了以下:
of all the books on the desk,__is of any use for 2020-04-05 …
It is ( )that all employees in the company should 2020-05-13 …
一道英语单项选择题Do you mind if I block you?Do you mind i 2020-05-14 …
改错 I have two news to tell you.Sandy has long hai 2020-05-14 …
VHDL问题:can"t determine definition of operator ""/ 2020-05-14 …
英语翻译kings of leon - use somebodyi've been roaming 2020-05-16 …
英语翻译I began to send e-mail when I was 17.I discov 2020-05-16 …
求翻译:Some people think it is safe by saving money 2020-05-16 …
quartusII运行报错(1)Error(10500):VHDLsyntaxerroratvga 2020-05-21 …
英语翻译inta;std::cin>>a;intb;std::cin>>b;intvalue=a; 2020-06-02 …