TA147

Ejecicios y trabajos prácticos de la materia Taller de Sistemas Digitales (TA147)
Index Commits Files Refs
commit 3ceebb58de14df6029381c1d6693703154c3e015
parent d6ea103352cae2677a4fce9996604df0d74fd12c
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Wed, 15 Apr 2026 23:17:40 -0300

Move `/**` -> `vhdl/`

Diffstat:
RREADME.md -> vhdl/README.md | 0
Rhello_world/Makefile -> vhdl/hello_world/Makefile | 0
Rhello_world/hello_world_tb.vcd -> vhdl/hello_world/hello_world_tb.vcd | 0
Rhello_world/hello_world_tb.vhd -> vhdl/hello_world/hello_world_tb.vhd | 0
Rhello_world/work-obj93.cf -> vhdl/hello_world/work-obj93.cf | 0
Rif_elsif_else/Makefile -> vhdl/if_elsif_else/Makefile | 0
Rif_elsif_else/if_elsif_else_tb.vcd -> vhdl/if_elsif_else/if_elsif_else_tb.vcd | 0
Rif_elsif_else/if_elsif_else_tb.vhd -> vhdl/if_elsif_else/if_elsif_else_tb.vhd | 0
Rif_elsif_else/work-obj93.cf -> vhdl/if_elsif_else/work-obj93.cf | 0
Rloop/Makefile -> vhdl/loop/Makefile | 0
Rloop/loop_tb.vcd -> vhdl/loop/loop_tb.vcd | 0
Rloop/loop_tb.vhd -> vhdl/loop/loop_tb.vhd | 0
Rloop/work-obj93.cf -> vhdl/loop/work-obj93.cf | 0
Rsensitivity_list/Makefile -> vhdl/sensitivity_list/Makefile | 0
Rsensitivity_list/sensitivity_list_tb.vcd -> vhdl/sensitivity_list/sensitivity_list_tb.vcd | 0
Rsensitivity_list/sensitivity_list_tb.vhd -> vhdl/sensitivity_list/sensitivity_list_tb.vhd | 0
Rsensitivity_list/work-obj93.cf -> vhdl/sensitivity_list/work-obj93.cf | 0
Rsignal/Makefile -> vhdl/signal/Makefile | 0
Rsignal/signal_tb.vcd -> vhdl/signal/signal_tb.vcd | 0
Rsignal/signal_tb.vhd -> vhdl/signal/signal_tb.vhd | 0
Rsignal/work-obj93.cf -> vhdl/signal/work-obj93.cf | 0
Rstd_logic/Makefile -> vhdl/std_logic/Makefile | 0
Rstd_logic/std_logic_tb.vhd -> vhdl/std_logic/std_logic_tb.vhd | 0
Rstd_logic_vector/Makefile -> vhdl/std_logic_vector/Makefile | 0
Rstd_logic_vector/std_logic_vector_tb.vcd -> vhdl/std_logic_vector/std_logic_vector_tb.vcd | 0
Rstd_logic_vector/std_logic_vector_tb.vhd -> vhdl/std_logic_vector/std_logic_vector_tb.vhd | 0
Rstd_logic_vector/work-obj93.cf -> vhdl/std_logic_vector/work-obj93.cf | 0
Rwait/Makefile -> vhdl/wait/Makefile | 0
Rwait/wait_tb.vhd -> vhdl/wait/wait_tb.vhd | 0
Rwait_for/Makefile -> vhdl/wait_for/Makefile | 0
Rwait_for/wait_for_tb.vcd -> vhdl/wait_for/wait_for_tb.vcd | 0
Rwait_for/wait_for_tb.vhd -> vhdl/wait_for/wait_for_tb.vhd | 0
Rwait_for/work-obj93.cf -> vhdl/wait_for/work-obj93.cf | 0
33 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/README.md b/vhdl/README.md
diff --git a/hello_world/Makefile b/vhdl/hello_world/Makefile
diff --git a/hello_world/hello_world_tb.vcd b/vhdl/hello_world/hello_world_tb.vcd
diff --git a/hello_world/hello_world_tb.vhd b/vhdl/hello_world/hello_world_tb.vhd
diff --git a/hello_world/work-obj93.cf b/vhdl/hello_world/work-obj93.cf
diff --git a/if_elsif_else/Makefile b/vhdl/if_elsif_else/Makefile
diff --git a/if_elsif_else/if_elsif_else_tb.vcd b/vhdl/if_elsif_else/if_elsif_else_tb.vcd
diff --git a/if_elsif_else/if_elsif_else_tb.vhd b/vhdl/if_elsif_else/if_elsif_else_tb.vhd
diff --git a/if_elsif_else/work-obj93.cf b/vhdl/if_elsif_else/work-obj93.cf
diff --git a/loop/Makefile b/vhdl/loop/Makefile
diff --git a/loop/loop_tb.vcd b/vhdl/loop/loop_tb.vcd
diff --git a/loop/loop_tb.vhd b/vhdl/loop/loop_tb.vhd
diff --git a/loop/work-obj93.cf b/vhdl/loop/work-obj93.cf
diff --git a/sensitivity_list/Makefile b/vhdl/sensitivity_list/Makefile
diff --git a/sensitivity_list/sensitivity_list_tb.vcd b/vhdl/sensitivity_list/sensitivity_list_tb.vcd
diff --git a/sensitivity_list/sensitivity_list_tb.vhd b/vhdl/sensitivity_list/sensitivity_list_tb.vhd
diff --git a/sensitivity_list/work-obj93.cf b/vhdl/sensitivity_list/work-obj93.cf
diff --git a/signal/Makefile b/vhdl/signal/Makefile
diff --git a/signal/signal_tb.vcd b/vhdl/signal/signal_tb.vcd
diff --git a/signal/signal_tb.vhd b/vhdl/signal/signal_tb.vhd
diff --git a/signal/work-obj93.cf b/vhdl/signal/work-obj93.cf
diff --git a/std_logic/Makefile b/vhdl/std_logic/Makefile
diff --git a/std_logic/std_logic_tb.vhd b/vhdl/std_logic/std_logic_tb.vhd
diff --git a/std_logic_vector/Makefile b/vhdl/std_logic_vector/Makefile
diff --git a/std_logic_vector/std_logic_vector_tb.vcd b/vhdl/std_logic_vector/std_logic_vector_tb.vcd
diff --git a/std_logic_vector/std_logic_vector_tb.vhd b/vhdl/std_logic_vector/std_logic_vector_tb.vhd
diff --git a/std_logic_vector/work-obj93.cf b/vhdl/std_logic_vector/work-obj93.cf
diff --git a/wait/Makefile b/vhdl/wait/Makefile
diff --git a/wait/wait_tb.vhd b/vhdl/wait/wait_tb.vhd
diff --git a/wait_for/Makefile b/vhdl/wait_for/Makefile
diff --git a/wait_for/wait_for_tb.vcd b/vhdl/wait_for/wait_for_tb.vcd
diff --git a/wait_for/wait_for_tb.vhd b/vhdl/wait_for/wait_for_tb.vhd
diff --git a/wait_for/work-obj93.cf b/vhdl/wait_for/work-obj93.cf