We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2739295 commit 6e1448bCopy full SHA for 6e1448b
vpr/src/base/vpr_types.h
@@ -700,11 +700,9 @@ enum class e_stage_action {
700
NUM_STAGE_ACTIONS
701
};
702
703
-
704
///@brief String representations of e_stage_action
705
-constexpr vtr::array<e_stage_action, const char*, (size_t)e_stage_action::NUM_STAGE_ACTIONS> stage_action_strings {
706
- "DISABLED", "LOAD", "ENABLED", "AUTO"
707
-};
+constexpr vtr::array<e_stage_action, const char*, (size_t)e_stage_action::NUM_STAGE_ACTIONS> stage_action_strings{
+ "DISABLED", "LOAD", "ENABLED", "AUTO"};
708
709
/**
710
* @brief Options for packing
0 commit comments