-
Notifications
You must be signed in to change notification settings - Fork 415
Manual Moves Timing #1795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Manual Moves Timing #1795
Changes from 47 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
69d8729
Made a Manual moves check button on the GU and currently making a win…
96f214d
Implemented the user input window, the toggle button in the UI and ev…
9f43410
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-ve…
3a78b83
Adding the manual moves functions
accf0e1
Fixed segmentation faults and added new gtk features
3bbbfe3
Changes to manual moves feature
591c477
Checking if the move genrator handles DSP and RAM block movements
86cc753
Changed the manual move toggle button in layout
5dc28a8
Fixed gtk errors and changed the size of the button
15174ed
Fixed git conflicts after merge
19be5b3
Reduced number of calls to manual move toggle button, to reduce runtime.
2c6f1a6
Reverting to commit 15174ed55 (version without segmentation faults)
f9f51e6
Reduced the amount of manual move enable in try_swap function. No seg…
ee75455
Added timer class to analyze code for manual moves. Will delete later
c930caf
Reduced the timing in manual moves in place.cpp by changing the manua…
38e1371
Used make format to format code
02f9975
Solved warnings for ManualMoveGenerator class and added code guards t…
ca0a766
Fixed gtk warnings
8561ffc
Implemented separate function to check legality. Now included in manu…
59fa37d
Added NO_GRAPHICS guards in place.cpp for manual moves
f90bee8
Moved manual move generator to a new file and added NO_GRAPHICS on dr…
37eacf6
Added no graphics guards to manual move generator files.
6f42dfa
Changed guards in place.cpp
1ab758b
Added manual move generator code to RL_agent_util.cpp
db883b5
Deleted timer class used for testing and disbaled NO_GRAPHICS code fo…
d19dede
Changed position of NO_GRAPHICS in place.cpp
fe60cb0
Changed NO_GRAPHICS in manual move. Should be able to compile now
11fd6ae
Removed NO_GRAPHICS from the manual move generator.h
0f8a85e
Changes for Basic with nO_GRAPHICS test
e5266ef
Put guards around include libraries in manul move.h
0ad8714
Moved move_utils.h header file in manual move.h
8fcac35
Commented all the files with manual move code
1adeccd
Moved the manual moves global variable to draw state struct
03a1d14
Testing our graphics compilation guards
2892dc4
Moving the NO_GRAPHICS guards in place.cpp
94808cb
Moved the graphics guard in manual_move_generator.cpp
1284d5d
Reverting to commit 8fcac3554
1ea9fb2
Changed function declaration order in manual moves
d27116f
Fixed gtk warnings when --disp off
e09142c
Pulled from master
7a2f521
Adding global variables from manualmoves to draw_state struct
f213797
Changed position of NO_GRAPHICS to accomodate t_draw_state struct
fc2f482
Changed the manual move flag in place.cpp
0f24f1c
Fixed typo in compilation guards
d421ed7
Fixed segmentation fault caused by move_type data structure
8d7bafd
Merge branch 'master' into manual_moves
df73c46
Changed placement of manual move move type in place.cpp, in case the …
4659a04
Changed code based on the changes requested from the PR
59bf855
Changed move generator file definitions with manual moves.
464f7da
Added another helper file for place.cpp
16d4c5b
Formatting code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.