Quantizer Test

Quantizer-Top Test

This module is the testbench for the Quantizer top module

test.test_quantizer.test_quantizer()

The functionality of the module is tested here

test.test_quantizer.quant_top_block_process(clock, control_unit, color, output_interface, input_interface, input_val, rom, max_addr, buffer_sel)

Processing the block of pixels here

test.test_quantizer.test_quant_conversion()

Test bench used for conversion purpose

Quantizer_core Test

This module is the testbench for the divider used in quantizer core module

test.test_quantizer_core.test_quantizer_core()

The functionality of the module is tested here

test.test_quantizer_core.quant_block_process(clock, color_component, color, input_q, rom, input_interface, output_interface, max_cnt)

Processing the block of pixels here

test.test_quantizer_core.test_block_conversion()

Test bench used for conversion purpose

Divider Test

This module is the testbench for the divider used in Quantiser module

test.test_divider.test_divider()

The functionality of the divider is tested here

test.test_divider.test_block_conversion()

Test bench used for conversion purpose