Skip to content

Commit

Permalink
Merge pull request #4049 from pepijndevos/patch-3
Browse files Browse the repository at this point in the history
Enable bram for Gowin
  • Loading branch information
mmicko authored Dec 19, 2023
2 parents d87bd7c + f19c6b4 commit a4ad7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion techlibs/gowin/synth_gowin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ struct SynthGowinPass : public ScriptPass
}
if (args[argidx] == "-json" && argidx+1 < args.size()) {
json_file = args[++argidx];
nobram = true;
continue;
}
if (args[argidx] == "-run" && argidx+1 < args.size()) {
Expand Down

0 comments on commit a4ad7cb

Please sign in to comment.