URL
https://opencores.org/ocsvn/opencpu32/opencpu32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 17 |
Rev 18 |
Line 137... |
Line 137... |
A <= conv_std_logic_vector(10, nBits);
|
A <= conv_std_logic_vector(10, nBits);
|
B <= (others => 'X');
|
B <= (others => 'X');
|
wait for 1 ns; -- Wait to stabilize the response
|
wait for 1 ns; -- Wait to stabilize the response
|
assert S = (not A) report "Invalid NOT output" severity FAILURE;
|
assert S = (not A) report "Invalid NOT output" severity FAILURE;
|
|
|
wait;
|
-- Finish simulation
|
|
assert false report "NONE. End of simulation." severity failure;
|
end process;
|
end process;
|
|
|
END;
|
END;
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.