kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

bad multiline function cal #15

Closed kv-be closed 5 months ago

kv-be commented 5 months ago

if priv_int_constraints.weighted_config then check_value(v_val_excl_configured = '0', TB_WARNING, "Exclude constraint and weighted randomization cannot be combined. Ignoring exclude constraint.", priv_scope, ID_NEVER, caller_name => C_LOCAL_CALL_2 ); check_value(priv_cyclic_mode /= CYCLIC, TB_WARNING, "Cyclic mode and weighted randomization cannot be combined. Ignoring cyclic configuration.", priv_scope, ID_NEVER, caller_name => C_LOCAL_CALL_2 ); check_value(priv_uniqueness /= UNIQUE, TB_WARNING, "Uniqueness and weighted randomization cannot be combined. Ignoring uniqueness configuration.", priv_scope, ID_NEVER, caller_name => C_LOCAL_CALL_2 ); v_ret := rand_range_weight_mode(priv_int_constraints.weighted.all, msg_id_panel, C_LOCAL_CALL_2);

kv-be commented 5 months ago

solved