VexRiscv icon indicating copy to clipboard operation
VexRiscv copied to clipboard

File name <> Module name inconsistent

Open tomverbeure opened this issue 7 years ago • 2 comments

File name: GenSmallAndPerformant.scala Module name: GenSmallAndProductive

Same thing for: GenSmallAndProductiveWithICache

Which is the right name: *performant or *productive?

Once I know, I'll submit a patch.

Tom

tomverbeure avatar Aug 08 '18 22:08 tomverbeure

Also: the GenFullNoMmuNoCache.scala and GenNoCacheNoMmuMaxPerf.scala files are identical.

tomverbeure avatar Aug 08 '18 22:08 tomverbeure

Right, some of the naming is twisted, including with the one reported and not 100% coherent with the one reported in the readme. I will have to fix it. For GenFullNoMmuNoCache.scala and GenNoCacheNoMmuMaxPerf.scala, the difference is in the branch plugin. DYNAMIC_TARGET vs STATIC prediction, isn't it ?

Dolu1990 avatar Aug 10 '18 08:08 Dolu1990