Executing ABC for the following module results in an error: Network "netlist" contains combinational loop!
module a(output bit [0:0][0:0] b [0:0]);
assign b = '{'b0};
endmodule: a
Command: synlig -f systemverilog -o output.blif -S test.sv
This issue occurs in Synlig (git sha1 2d838edc9, c++ 13.3.0-6ubuntu2~24.04 -fPIC -O3)
Found by a verilog model using deptycheck
Executing ABC for the following module results in an error:
Network "netlist" contains combinational loop!Command:
synlig -f systemverilog -o output.blif -S test.svThis issue occurs in
Synlig (git sha1 2d838edc9, c++ 13.3.0-6ubuntu2~24.04 -fPIC -O3)Found by a verilog model using deptycheck