]> rtime.felk.cvut.cz Git - fpga/pwm.git/blobdiff - tb/Makefile
Added pwm_min_dump - modified sin wave
[fpga/pwm.git] / tb / Makefile
index bcd8fbd4404bc81f15d13c04fc394c05596e8e26..c32d165bf57c9ead11486f1947bdad8be9a08106 100644 (file)
@@ -2,7 +2,7 @@
 # bottom to up order (e.g. the top entity is the last in this list). Otherwise
 # it won't compile.
 
-VHDL_MAIN     = tb_mcc
+VHDL_MAIN     = tb_pwm_min_dump
 VHDL_ENTITIES = counter.o \
                 pwm.o \
                 wave_table.o \
@@ -10,9 +10,13 @@ VHDL_ENTITIES = counter.o \
                 priority_encoder.o \
                 mcc_master.o \
                 sequencer.o \
+                multiplier.o \
+                vector_scale.o \
                 pwm_dump.o \
                 irc_dump.o \
                 irc_base.o \
+                pwm_min.o \
+                pwm_min_dump.o \
                 mcc.o