K
Size: a a a
K
A
--assert-level=LEVEL
Select the assertion level at which an assertion violation stops the simulation. LEVEL is the name from the severity_level enumerated type defined in the standard package or the ‘none’ name.
By default, only assertion violation of severity level ‘failure’ stops the simulation.
A
K
labelname: entity work.entityName(architectureName)
A
labelname: entity work.entityName(architectureName)
A
K
C:\Program Files (x86)\Ghdl\bin\ghdl.exe:info: simulation stopped @0ms by --stop-delta=5000
K
alu_execute : entity work.ALU
port map (
OP_idx => aluOp_in,
In1 => readData1_in,
In2 => sAluData,
OutZ => sZero,
OutRes => sAluData
);
Instead of alu_execute : entity work.ALU
port map (
OP_idx => aluOp_in,
In1 => readData1_in,
In2 => sAluData,
OutZ => sZero,
OutRes => sAluRes
);I
AE
AG
AE
TG
AN
D
I
K
I