ALU testbench
This commit is contained in:
parent
d983073bec
commit
f1560a6556
|
@ -33,7 +33,7 @@ architecture Structurel of ALU is
|
||||||
end function;
|
end function;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
alu_0 : entity work.alu(behavioral)
|
alu_0 : entity work.alu
|
||||||
port map(
|
port map(
|
||||||
op1 => op1,
|
op1 => op1,
|
||||||
op2 => op2,
|
op2 => op2,
|
||||||
|
|
Loading…
Reference in New Issue