3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Add "stat -tech xilinx"

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-05-11 09:24:52 +02:00
parent 9b2b0d91d2
commit 04ef222cfb
2 changed files with 74 additions and 4 deletions

View file

@ -269,7 +269,7 @@ struct SynthXilinxPass : public ScriptPass
if (check_label("check")) {
run("hierarchy -check");
run("stat");
run("stat -tech xilinx");
run("check -noinit");
}