Closed wtlin1228 closed 7 years ago
Tornado Pattern with variable injection rate $ sbt "run --sw true --harnessName OpenSoC_CMesh_NeighborTester_VarInjRate --moduleName OpenSoC_CMesh_Flit --injRate 50"
$ sbt "run --sw true --harnessName OpenSoC_CMesh_NeighborTester_VarInjRate --moduleName OpenSoC_CMesh_Flit --injRate 50"
Shouldn't it be like below? $ sbt "run --sw true --harnessName OpenSoC_CMesh_TornadoTester_VarInjRate--moduleName OpenSoC_CMesh_Flit --injRate 50"
$ sbt "run --sw true --harnessName OpenSoC_CMesh_TornadoTester_VarInjRate--moduleName OpenSoC_CMesh_Flit --injRate 50"
Thanks for pointing out the typo! It's been fixed.
Tornado Pattern with variable injection rate
$ sbt "run --sw true --harnessName OpenSoC_CMesh_NeighborTester_VarInjRate --moduleName OpenSoC_CMesh_Flit --injRate 50"
Shouldn't it be like below?
$ sbt "run --sw true --harnessName OpenSoC_CMesh_TornadoTester_VarInjRate--moduleName OpenSoC_CMesh_Flit --injRate 50"