You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a dup of #3, but the image name is fixed here.
entityentisgeneric (
max : natural);
port (
p : outnaturalrange1to max :=3);
endentity;
architectureaofentisbeginend;
entityent2isendentity;
architectureaofent2isconstant max : natural:=2;
signal p : naturalrange1to max;
begininst : entitywork.entgenericmap (max => max)
portmap (p => p);
end;
#!/usr/bin/env sh
ghdl --version
ghdl -a ent.vhd
ghdl -a ent2.vhd
ghdl --elab-run ent2
The text was updated successfully, but these errors were encountered:
eine
added
Triage
Contains a M(n)WE to be processed by GHA (issue-runner)
and removed
Triage
Contains a M(n)WE to be processed by GHA (issue-runner)
labels
Jan 2, 2020
This is a dup of #3, but the image name is fixed here.
#!/usr/bin/env sh ghdl --version ghdl -a ent.vhd ghdl -a ent2.vhd ghdl --elab-run ent2
The text was updated successfully, but these errors were encountered: