AR# 3365: Foundation F1.3/F1.4 XVHDL: How to use the numeric_std package
AR# 3365
|
Foundation F1.3/F1.4 XVHDL: How to use the numeric_std package
Description
Keywords: xvhdl, numeric, Metamor
Urgency: standard
General Description: The numeric_std package is not in the IEEE library when using XVHDL (Metamor). The use this package, add the following lines to the code:
library num_std; use num_std.numeric_std.all;
Solution
The use this package, add the following lines to the code: