Skip to content

Commit

Permalink
remove duplicate impl flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh committed Nov 2, 2023
1 parent 760795c commit 70ba6f7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/xeda/flows/vivado/vivado_alt_synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,24 +288,18 @@
"-rewire",
],
},
"AreaExploreWithRemap": {
"AreaExplore": {
"place": {"directive": "Default"},
"place_opt": {"directive": "ExploreWithRemap"},
"place_opt": {"directive": "ExploreArea"},
"phys_opt": {"directive": "Explore"},
"route": {"directive": "Explore"},
},
"AreaExploreWithRemap2": {
"AreaExploreWithRemap": {
"place": {"directive": "Default"},
"place_opt": {"directive": "ExploreWithRemap"},
"phys_opt": {"directive": "Explore"},
"route": {"directive": "Explore"},
},
"AreaExplore": {
"place": {"directive": "Default"},
"place_opt": {"directive": "ExploreArea"},
"phys_opt": {"directive": "Explore"},
"route": {"directive": "Explore"},
},
"Power": {
"place": {"directive": "Default"},
"place_opt": {"directive": "ExploreSequentialArea"},
Expand Down

0 comments on commit 70ba6f7

Please sign in to comment.