mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
remove port direction workaround from test case
This commit is contained in:
parent
7f11a73210
commit
c5fe04acfd
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ module c;
|
||||||
|
|
||||||
|
|
||||||
wand E;
|
wand E;
|
||||||
wire E_wire = E;
|
|
||||||
|
|
||||||
genvar i;
|
genvar i;
|
||||||
for (i = 0; i < 3; i = i + 1)
|
for (i = 0; i < 3; i = i + 1)
|
||||||
|
@ -27,7 +26,7 @@ module c;
|
||||||
);
|
);
|
||||||
|
|
||||||
b b_inst (
|
b b_inst (
|
||||||
.D(E_wire)
|
.D(E)
|
||||||
);
|
);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue