3
0
Fork 0
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:
Miodrag Milanović 2020-07-16 18:07:41 +02:00 committed by GitHub
commit b74eb598bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 122 deletions

View file

@ -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");
}