Add ability to override verilog mode for verific -f command
[yosys.git] / tests / svtypes / static_cast_verilog.ys
1 logger -expect error "Static cast is only supported in SystemVerilog mode" 1
2 read_verilog <<EOT
3 module top; wire [7:0] a = 1'(a); endmodule
4 EOT