-
Notifications
You must be signed in to change notification settings - Fork 58
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
Jeffnye gh/fsl submodule #175
Jeffnye gh/fsl submodule #175
Conversation
top level cmakefile creates a variable that tells fsl to use oly's mavis, not fsl's mavis submodule having both helps fsl development
@@ -1,7 +1,7 @@ | |||
// <Decode.cpp> -*- C++ -*- | |||
|
|||
#include "Decode.hpp" | |||
#include "fusion/FusionTypes.hpp" | |||
#include "fsl_api/FusionTypes.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious, why the change in name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the early days fusion was accurate, I have cases where I want to apply the language to fracture, some RV extensions and for vector.
I chose fsl_api and fsl_interp to separate the namespaces.
It could have been fsl and fsl_interp for the symmetry and to quiet my OCD.
Olympia is the lead use case, so if you prefer I can change fsl_api to fsl.
…nce-Modeling/riscv-perf-model-f4 into jeffnye-gh/fsl_submodule
I pushed an update to correct the conflicts. re-requesting review The push did not trigger the git runner, i do not know if it is supposed to for this change. |
Signed-off-by: jeffnye-gh <[email protected]>
convert fusion support to sub-module fsl.
remove the old fusion dir. Add a cmake var so fsl uses olympia/mavis when it is instantiated as a submodule.