小编Joh*_*amp的帖子

如何使用串联通过std_logic_vector移动std_logic_vector

假设我有2个std_logic_vectors:

inputA : std_logic_vector(31 downto 0)
inputB:  std_logic_vector(31 downto 0)
Run Code Online (Sandbox Code Playgroud)

如何转向inputA通过inputB使用串联?

我知道如何向左或向右移动1个位置,但无法弄清楚如何将N个位置向右(或左)移动.注意:这是一个无时钟电路,不能使用标准的vhdl移位运算符.

除了连接之外的其他技术或想法也将被理解.

concatenation vhdl shift

2
推荐指数
1
解决办法
2万
查看次数

标签 统计

concatenation ×1

shift ×1

vhdl ×1