Übungen der VHDL-Einführung
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1234567891011 |
-
- vhdl_srcs = down_counter_int.vhd \
- top_entity.vhd \
- test_top_entity.vhd \
-
- main = test_top_entity
-
- CHECK_RESULTS = true
-
- include ../scripts/vhdl.mk
-
|