Example #1
0
def test_equal_random( dump_vcd ):
   run_test_vector_sim( ALU_SV(16), random_ET_vector, dump_vcd )
Example #2
0
def test_equal_fixed( dump_vcd ):
   run_test_vector_sim( ALU_SV( 16 ), fixed_ET_vector , dump_vcd)
Example #3
0
def test_less_than_random( dump_vcd ):
   run_test_vector_sim( ALU_SV(16), random_LT_vector, dump_vcd )
Example #4
0
def test_less_than_fixed( dump_vcd ):
   run_test_vector_sim( ALU_SV( 16 ), fixed_LT_vector , dump_vcd)
Example #5
0
def test_or_random( dump_vcd ):
   run_test_vector_sim( ALU_SV(16), random_or_vector, dump_vcd )
Example #6
0
def test_or_fixed( dump_vcd ):
   run_test_vector_sim( ALU_SV( 16 ), fixed_or_vector , dump_vcd)