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
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;
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
Sep 25, 2019
The text was updated successfully, but these errors were encountered: