Closed kv-be closed 6 months ago
package bfm_common_pkg is -- General declarations related to BFMs type t_normalization_mode is (ALLOW_WIDER, ALLOW_NARROWER, ALLOW_WIDER_NARROWER, ALLOW_EXACT_ONLY); constant test : integer :=1;
=> constant definition disappears!
it was caused by the enum type, so double of issue #8
package bfm_common_pkg is -- General declarations related to BFMs type t_normalization_mode is (ALLOW_WIDER, ALLOW_NARROWER, ALLOW_WIDER_NARROWER, ALLOW_EXACT_ONLY); constant test : integer :=1;
=> constant definition disappears!