VHDL “expecting type ieee.std_logic_1164.STD_LOGIC_VECTOR” when that is the type I'm giving

后端 未结 0 2002
萌比男神i
萌比男神i 2020-11-21 12:26
library IEEE;

use work.vec9Arr.all; 
use IEEE.STD_LOGIC_1164.all;

entity vector_scalar_multiplier is
port(
    in_a : in vec9arr;
    in_b : in std_logic_vector(15         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题