-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule_list
More file actions
25 lines (25 loc) · 1.18 KB
/
module_list
File metadata and controls
25 lines (25 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
src/util/tri_state.vhd TRI_STATE
src/memory/memory.vhd MEMORY
src/alu/components/bit_comparator.vhd BIT_COMPARATOR
src/alu/components/comparison_component.vhd COMPARISON_COMPONENT
src/alu/components/twos_complement_component.vhd TWOS_COMPLEMENT_COMPONENT
src/alu/components/full_adder.vhd FULL_ADDER
src/alu/components/adder_subtractor_component.vhd ADDER_SUBTRACTOR_COMPONENT
src/alu/components/and_component.vhd AND_COMPONENT
src/alu/components/or_component.vhd OR_COMPONENT
src/alu/components/xor_component.vhd XOR_COMPONENT
src/alu/components/shift_l_component.vhd SHIFT_L_COMPONENT
src/alu/components/shift_r_component.vhd SHIFT_R_COMPONENT
src/alu/components/vector_norer.vhd VECTOR_NORER
src/alu/components/multiplication_component.vhd MULTIPLICATION_COMPONENT
src/register/generic_implementatoin/register_r.vhd REGISTER_R
src/register/generic_implementatoin/register_s.vhd REGISTER_S
src/register/register_file.vhd REGISTER_FILE
src/register/flags.vhd FLAGS
src/register/wp.vhd WINDOW_POINTER
src/alu/alu.vhd ALU
src/al/program_counter.vhd PROGRAM_COUNTER
src/al/address_logic.vhd ADDRESS_LOGIC
src/al/address_unit.vhd ADDRESS_UNIT
src/cu/control_unit.vhd CONTROL_UNIT
src/dp/processor.vhd PROCESSOR