mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
Custom step to add global clock buffers
This commit is contained in:
parent
ab98f604fd
commit
6e210f26fa
4 changed files with 129 additions and 1 deletions
|
@ -181,6 +181,12 @@ struct SynthEfinixPass : public ScriptPass
|
|||
run("clean");
|
||||
}
|
||||
|
||||
if (check_label("map_gbuf"))
|
||||
{
|
||||
run("efinix_gbuf");
|
||||
run("clean");
|
||||
}
|
||||
|
||||
if (check_label("check"))
|
||||
{
|
||||
run("hierarchy -check");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue