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:
parent
9b2b0d91d2
commit
04ef222cfb
2 changed files with 74 additions and 4 deletions
|
@ -269,7 +269,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
|
||||
if (check_label("check")) {
|
||||
run("hierarchy -check");
|
||||
run("stat");
|
||||
run("stat -tech xilinx");
|
||||
run("check -noinit");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue