3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-04 22:46:10 +00:00

Remove trailing whitespaces

This commit is contained in:
Miodrag Milanovic 2026-06-23 07:24:59 +02:00
parent 48a3dcc02a
commit a689342207
317 changed files with 3136 additions and 3136 deletions

View file

@ -44,14 +44,14 @@ AND2 synth_AND_1(.in({synth_net_6, synth_net_7}), .out(
AND2 synth_AND_2(.in({synth_net_9, synth_net_10}), .out(
synth_net_11));
BUF synth_BUF(.in(synth_net), .out(synth_net_0));
BUF
BUF
synth_BUF_0(.in(data), .out(synth_net_3));
BUF synth_BUF_1(.in(synth_net_8)
, .out(tmp));
BUF synth_BUF_2(.in(tmp), .out(synth_net_9));
MUX2 synth_MUX(.
in({synth_net_2, synth_net_5}), .select(cond), .out(synth_net_6));
MUX2
MUX2
synth_MUX_0(.in({synth_net_1, synth_net_4}), .select(cond), .out(synth_net_7
));
FF synth_FF(.d(synth_net_11), .clk(clk), .q(data));