You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/System/extract_system_rep.rs a function should be called after getting the recipe and before compile that reduces clocks and finds the height.
Find højden af træet og et 'indgangspunkt' for hvert transition system i træet - The height should be a recursive function on SystemRecipe
Sørg for at det er på det 'indgangspunkt', clock reduction bliver kørt.
The text was updated successfully, but these errors were encountered:
Laursen79
changed the title
Tilføj option til hvor højt i træet, clock reduction skal ske
Tilføj option i cli og gRPC til hvor højt i træet, clock reduction skal ske
Nov 15, 2022
In
src/System/extract_system_rep.rs
a function should be called after getting the recipe and beforecompile
that reduces clocks and finds the height.SystemRecipe
The text was updated successfully, but these errors were encountered: