diff --git a/tgt-vhdl/vhdl_helper.hh b/tgt-vhdl/vhdl_helper.hh index d003ff1ef..a9c4b7717 100644 --- a/tgt-vhdl/vhdl_helper.hh +++ b/tgt-vhdl/vhdl_helper.hh @@ -69,6 +69,8 @@ static inline char vl_to_vhdl_bit(char bit) case 'x': case 'X': return 'U'; + case '?': + return '-'; } assert(false); }