Skip to content

Commit

Permalink
fix not load simulation config after compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjing committed Oct 15, 2014
1 parent ed214f2 commit 235e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ def simConfigCallback():
# (no more is necessary because this is the only part of the spec file
# that configEditor could modify)
other_proj = project.Project()
other_proj.spec_data = other_proj.loadSpecFile(self.proj.getFilenamePrefix()+".spec")
other_proj.loadProject(self.proj.getFilenamePrefix()+".spec")
self.proj.current_config= other_proj.current_config
self.subprocess["Simulation Configuration"] = None

Expand Down

0 comments on commit 235e074

Please sign in to comment.