mirror of
https://github.com/verilator/verilator.git
synced 2025-02-13 05:26:34 +00:00
12 lines
553 B
Plaintext
12 lines
553 B
Plaintext
%Error-UNSUPPORTED: t/t_force_subnet.v:27:10: Unsupported: Verilog 1995 force
|
|
27 | force sub1.subnet = 8'h00;
|
|
| ^~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_force_subnet.v:31:10: Unsupported: Verilog 1995 force
|
|
31 | force subnet = 8'h10;
|
|
| ^~~~~
|
|
%Error-UNSUPPORTED: t/t_force_subnet.v:35:10: Unsupported: Verilog 1995 release
|
|
35 | release subnet;
|
|
| ^~~~~~~
|
|
%Error: Exiting due to
|