mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
efinix: Nuke efinix_gbuf in favor of clkbufmap.
This commit is contained in:
parent
c6765443fd
commit
6b0ac04698
5 changed files with 11 additions and 122 deletions
|
@ -202,7 +202,8 @@ struct SynthEfinixPass : public ScriptPass
|
|||
|
||||
if (check_label("map_gbuf"))
|
||||
{
|
||||
run("efinix_gbuf");
|
||||
run("clkbufmap -buf $__EFX_GBUF O:I");
|
||||
run("techmap -map +/efinix/gbuf_map.v");
|
||||
run("efinix_fixcarry");
|
||||
run("clean");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue