hicosim.components.backend.io
Class Configurationfile
java.lang.Object
hicosim.components.backend.io.Configurationfile
public class Configurationfile
- extends java.lang.Object
- Author:
- Muege Oezugur, Hibetoullah Ftima
Method Summary |
void |
read()
|
void |
setPATH(java.lang.String PATH)
|
void |
write(int N,
int K,
boolean use_debugger,
boolean use_scalar_mult,
boolean use_vector_mult,
boolean use_shuffle,
int max_shuffle_width,
boolean use_vectorshift,
int vectorshift_width)
void write() - Method to write to the configuration file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configurationfile
public Configurationfile(ProcessorConfig config)
setPATH
public void setPATH(java.lang.String PATH)
read
public void read()
throws java.lang.Exception
- Throws:
-
- Exception
java.lang.Exception
write
public void write(int N,
int K,
boolean use_debugger,
boolean use_scalar_mult,
boolean use_vector_mult,
boolean use_shuffle,
int max_shuffle_width,
boolean use_vectorshift,
int vectorshift_width)
throws java.lang.Exception
- void write() - Method to write to the configuration file.
- Parameters:
-
- N-
- K-
- use_debugger-
- use_scalar_mult-
- vector_mult-
- use_shuffle-
- max_shuffle_width-
- use_vectorshift-
- vectorshift_width
- Throws:
-
- Exception
java.lang.Exception