VHDL if ((conv-integer(sel)mod 2) = '0') can't determine def

问题描述:

VHDL if ((conv_integer(sel)mod 2) = '0') can't determine definiton of operator ""=""
addr_get:process(clk)
begin
if clk'event and clk = '1' then
if (conv_integer(sel) mod 2 = '0') then -- can't determine definiton of operator ""=""
x1l
1个回答 分类:综合 2014-11-10

问题解答:

我来补答
去掉‘’ 号,或者该“” 试试
 
 
展开全文阅读
剩余:2000