3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-26 10:38:47 +00:00

End of file fix

This commit is contained in:
Miodrag Milanovic 2026-06-23 07:23:41 +02:00
parent 3ac58b3ac1
commit 48a3dcc02a
304 changed files with 64 additions and 321 deletions

View file

@ -41,5 +41,3 @@ EOT
hierarchy -auto-top
equiv_opt -assert bmuxmap -pmux

View file

@ -9,4 +9,3 @@ if ! timeout 10 ${YOSYS} bug5495.v -p 'hierarchy; techmap; abc -script bug5495.a
echo "Yosys failed to complete"
exit 1
fi

View file

@ -110,4 +110,4 @@ library(test) {
direction : input;
}
}
}
}

View file

@ -41,4 +41,4 @@ module dffe_wide_11( input clk, en,
if ( en )
q1 <= d1;
end
endmodule
endmodule

View file

@ -28,4 +28,4 @@ module \bad2
connect \EN \en
connect \Q \q1
end
end
end

View file

@ -52,4 +52,4 @@ library(test) {
direction : input;
}
}
}
}

View file

@ -52,4 +52,4 @@ library(test) {
direction : input;
}
}
}
}

View file

@ -5,4 +5,4 @@ module dffe_wide_11( input clk, input [1:0] en,
if ( en[0] )
q1 <= d1;
end
endmodule
endmodule

View file

@ -25,4 +25,4 @@ library (test_not_next) {
preset : "!RN";
}
}
}
}

View file

@ -265,4 +265,4 @@ flatten
opt_clean -purge
equiv_make top top_unmapped equiv
equiv_induct -set-assumes equiv
equiv_status -assert equiv
equiv_status -assert equiv

View file

@ -149,4 +149,3 @@ module \$__mem_4x1_generator (CLK, RD_ADDR, RD_DATA, WR_ADDR, WR_DATA, WR_EN);
end
endgenerate
endmodule