kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

alias doens't seem to be supported #12

Closed kv-be closed 5 months ago

kv-be commented 5 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!

kv-be commented 5 months ago

it was caused by the enum type, so double of issue #8