pk_04_01.vhd package pk_04_01 fg_04_01.vhd entity coeff_ram architecture abstract of coeff_ram tb_04_01.vhd entity test_bench_04_01 architecture test_coeff_ram_abstract of test_bench_04_01 fg_04_03.vhd entity fg_04_03 architecture test of fg_04_03 fg_04_04.vhd entity and_multiple architecture behavioral of and_multiple tb_04_02.vhd test_bench_04_02 architecture test_and_multiple_behavioral of test_bench_04_02 pk_04_02.vhd package pk_04_02 fg_04_05.vhd entity byte_swap architecture behavior of byte_swap tb_04_03.vhd entity test_bench_04_03 architecture test_byte_swap_behavior of test_bench_04_03 tb_04_04.vhd entity computer fg_04_06.vhd architecture system_level of computer ch_04_01.vhd entity ch_04_01 architecture test of ch_04_01 -- §4.1_a ch_04_02.vhd entity ch_04_02 architecture test of ch_04_02 -- §4.1_b ch_04_03.vhd entity ch_04_03 architecture test of ch_04_03 -- §4.1_c to §4.1_h ch_04_04.vhd entity ch_04_04 architecture test of ch_04_04 -- §4.1_i ch_04_05.vhd entity ch_04_05 architecture test of ch_04_05 -- §4.2_a ch_04_06.vhd entity ch_04_06 architecture test of ch_04_06 -- §4.2_b ch_04_07.vhd entity ch_04_07 architecture test of ch_04_07 -- §4.3_a ch_04_08.vhd entity ch_04_08 architecture test of ch_04_08 -- §4.3_b ch_04_09.vhd entity ch_04_09 architecture test of ch_04_09 -- §4.3_c ch_04_10.vhd entity ch_04_10 architecture test of ch_04_10 -- §4.4_a, §4.4_b