Skip to content

Commit

Permalink
coreserver: Add missing cpu-config upload at init
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <m@bues.ch>
  • Loading branch information
mbuesch committed Feb 1, 2018
1 parent 4f20923 commit a8a4a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awlsim/coreserver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ def __loadProject(self, project, writeBack):
self.cpuEnableObTempPresets(project.getObTempPresetsEn())
self.cpuEnableExtendedInsns(project.getExtInsnsEn())
self.cpuSetSpecs(project.getCpuSpecs())
self.cpuSetConf(project.getCpuConf())
#TODO set cycle time limit
#TODO set run time limit

Expand Down

0 comments on commit a8a4a6e

Please sign in to comment.