booksim / booksim2

BookSim 2.0
http://nocs.stanford.edu/booksim.html
Other
255 stars 158 forks source link

Anynet Parse Error #21

Open Knoxort opened 6 years ago

Knoxort commented 6 years ago

I'm using the anynet_config and anynet_file example files, but trying to run them gets a parse error. Is there any example of these files being used?

lbelayneh commented 6 years ago

You can add the following line in the anynet.cpp file under the network folder. Just below the first line in the _ComputeSize method. file_name.insert(0, "examples/anynet/");

Or wait for some time till my pull requests are confirmed and added to the master branch.