Answers Database
Foundation F1.3/F1.4 XVHDL: How to use the numeric_std package
Record #3365
Product Family: Software
Product Line: Metamor
Product Part: Foundation XVHDL
Problem Title:
Foundation F1.3/F1.4 XVHDL: How to use the numeric_std package
Problem Description:
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 1:
The use this package, add the following lines to the code:
library num_std;
use num_std.numeric_std.all;
End of Record #3365 - Last Modified: 01/03/00 11:00 |