You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VHDL-2008 added many new datatypes (integer_vector, boolean_vector, ...) and related functions and operators. PoC reimplemented them for VHDL-93 environments.
Check what's needed and what can be dropped.
Check if VHDL-93 code could be hidden in a conditional analysis block or second package.
VHDL-2008 added many new datatypes (
integer_vector,boolean_vector, ...) and related functions and operators. PoC reimplemented them for VHDL-93 environments.