我想为一个输入(滴答声)提供两个信号(溢出 1 和 set1)。
counter2 : counter
generic map (border => 5, width => 4)
port map (RST => RST,
tick => overflow1 [...] set1, -- overflow1 and set1 are these signals
enable => SW0,
x => count2,
overflow => overflow2);
所以我想填补那里的空白。我希望你能理解我的问题。谢谢