How else can i increment my count values? I've tried using LOGIC_arith.ALL; and then also tried it with IEEE.NUMERIC_STD.ALL; still no luck

前端 未结 0 1218
暖寄归人
暖寄归人 2021-01-12 20:17
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.NUMERIC_STD.ALL;


entity VM is
port (
      clk,reset,P1,P2,P3,sel: in std_logic;
        c1_op,c2_op,c3_op: out         


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