Closed Jiji10 closed 6 years ago
Are you using the original config file without any modifications ?
Hi, Yes, i juste change the PATH of SystemC and YAML in Noxim Makefile: SYSTEMC := /usr/local/systemc-2.3.1 YAML := /usr/local/include/yaml-cpp
You probably wrongly typed some option on YAML file.
I'm having the same issue, the YAML file has not been changed.
Hello, when I execute Noxim, I have the following error: ./noxim -config ../config_examples/default_config.yaml
Loading configuration from file "../config_examples/default_config.yaml"... Done Loading power configurations from file "power.yaml"... Done
Error: (E549) uncaught exception: yaml-cpp: error at line 0, column 0: invalid node; this may result from using a map iterator as a sequence iterator, or vice-versa In file: ../../../../src/sysc/kernel/sc_except.cpp:100
Have I done something wrong?