3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

gowin: widelut support (#3042)

This commit is contained in:
Pepijn de Vos 2021-11-06 16:09:30 +01:00 committed by GitHub
parent 8f08908d8d
commit 0c7461fe5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -126,7 +126,6 @@ struct SynthGowinPass : public ScriptPass
json_file = args[++argidx];
nobram = true;
nolutram = true;
nowidelut = true;
noalu = true;
continue;
}