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
Hi, I have been learning stoke recently, but I have meed some problem:
1)I wonder how Stoke works on searching a result? I output some code in search.cc to make it print each structure state.current' s CFG. I find that there only has one block (without entry and exit block), is there have any problem in my process?
2) I wonder how to set parameters in file synthesize.conf when synthesizing a function, especially the parameters "--def_in" and "--live_out" or any other important parameters' setting rule.
3)I wonder to know whether stoke only optimized for instructions related to the "def_in" register in target.s?
Hope your help!Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I have been learning stoke recently, but I have meed some problem:
1)I wonder how Stoke works on searching a result? I output some code in search.cc to make it print each structure state.current' s CFG. I find that there only has one block (without entry and exit block), is there have any problem in my process?
2) I wonder how to set parameters in file synthesize.conf when synthesizing a function, especially the parameters "--def_in" and "--live_out" or any other important parameters' setting rule.
3)I wonder to know whether stoke only optimized for instructions related to the "def_in" register in target.s?
Hope your help!Thanks!
The text was updated successfully, but these errors were encountered: