mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-15 22:21:30 +00:00
Merge pull request #2226 from YosysHQ/mwk/nuke-efinix-gbuf
efinix: Nuke efinix_gbuf in favor of clkbufmap.
This commit is contained in:
commit
b74eb598bc
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