davidepatti / noxim

Network on Chip Simulator
236 stars 122 forks source link

Redirection of Output? #18

Closed RadFarhad closed 7 years ago

RadFarhad commented 7 years ago

Dear All. I have changed defult_config.yaml file as follows:

Routing algorithms:

XY

XYWi

routing_algorithm: XYWi ( a modify XY routing for wire+wireless) use_winoc: true verbose_mode: VERBOSE_LOW

Trace

trace_mode: true trace_filename: ../rad.txt i run this file with ./noxim -config ../config_examples/defult_config.yaml in command line and results be shown and trace file be created in ../rad.txt. but, how do i store the output?

davidepatti commented 7 years ago

./noxim -config ../config_examples/defult_config.yaml > OUTPUT.txt

theaks10 commented 6 months ago

Is there a way I can see the output in an excel file?