Skip to content

Commit

Permalink
pass fabric eblif to pin_c EDA-2739
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rs committed May 6, 2024
1 parent 6aa5bd7 commit d33be0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Compiler/CompilerOpenFPGA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2482,7 +2482,8 @@ bool CompilerOpenFPGA::Placement() {
return true;
}

std::string netlistFile = ProjManager()->projectName() + "_post_synth.eblif";
std::string netlistFile = "fabric_";
netlistFile += ProjManager()->projectName() + "_post_synth.eblif";
netlistFile = FilePath(Action::Synthesis, netlistFile).string();

bool netlistInput = false;
Expand Down

0 comments on commit d33be0a

Please sign in to comment.