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:
parent
3ac58b3ac1
commit
48a3dcc02a
304 changed files with 64 additions and 321 deletions
|
|
@ -41,5 +41,3 @@ EOT
|
|||
|
||||
hierarchy -auto-top
|
||||
equiv_opt -assert bmuxmap -pmux
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -110,4 +110,4 @@ library(test) {
|
|||
direction : input;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,4 +41,4 @@ module dffe_wide_11( input clk, en,
|
|||
if ( en )
|
||||
q1 <= d1;
|
||||
end
|
||||
endmodule
|
||||
endmodule
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ module \bad2
|
|||
connect \EN \en
|
||||
connect \Q \q1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ library(test) {
|
|||
direction : input;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ library(test) {
|
|||
direction : input;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ module dffe_wide_11( input clk, input [1:0] en,
|
|||
if ( en[0] )
|
||||
q1 <= d1;
|
||||
end
|
||||
endmodule
|
||||
endmodule
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ library (test_not_next) {
|
|||
preset : "!RN";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -149,4 +149,3 @@ module \$__mem_4x1_generator (CLK, RD_ADDR, RD_DATA, WR_ADDR, WR_DATA, WR_EN);
|
|||
end
|
||||
endgenerate
|
||||
endmodule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue