Beispiel #1
0
def test(test_params, dump_vcd):
    run_test(digitrecPRTL(mapper_num=MAPPER_NUM,
                          reducer_num=REDUCER_NUM,
                          train_size=TRAIN_SIZE,
                          k=k),
             test_params,
             dump_vcd,
             test_verilog=False)
def test( test_params, dump_vcd ):
  run_test( digitrecPRTL(mapper_num = MAPPER_NUM, reducer_num = REDUCER_NUM, train_size = TRAIN_SIZE, k = k), test_params, dump_vcd, test_verilog=False )
def test(test_params, dump_vcd):
    run_test(digitrecPRTL(), test_params, dump_vcd)
def test(test_params, dump_vcd):
    run_test(digitrecPRTL(), test_params, dump_vcd)