restore tests without CSR catch all
This commit is contained in:
parent
330ee14a23
commit
1d3ac7830b
|
@ -534,7 +534,7 @@ class TestIndividualFeatures extends FunSuite {
|
||||||
println(s"Seed=$seed")
|
println(s"Seed=$seed")
|
||||||
for(i <- 0 until sys.env.getOrElse("VEXRISCV_REGRESSION_CONFIG_COUNT", "100").toInt){
|
for(i <- 0 until sys.env.getOrElse("VEXRISCV_REGRESSION_CONFIG_COUNT", "100").toInt){
|
||||||
var positions : List[VexRiscvPosition] = null
|
var positions : List[VexRiscvPosition] = null
|
||||||
val universe = VexRiscvUniverse.universes.filter(e => rand.nextBoolean()) :+ VexRiscvUniverse.CATCH_ALL //TODO
|
val universe = VexRiscvUniverse.universes.filter(e => rand.nextBoolean())
|
||||||
|
|
||||||
do{
|
do{
|
||||||
positions = dimensions.map(d => d.randomPosition(universe, rand))
|
positions = dimensions.map(d => d.randomPosition(universe, rand))
|
||||||
|
|
Loading…
Reference in New Issue