mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Add "stat -tech xilinx"
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -269,7 +269,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||
|
||||
if (check_label("check")) {
|
||||
run("hierarchy -check");
|
||||
run("stat");
|
||||
run("stat -tech xilinx");
|
||||
run("check -noinit");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user