]> rtime.felk.cvut.cz Git - fpga/pwm.git/blobdiff - tb/Makefile
Added pwm_min_dump - modified sin wave
[fpga/pwm.git] / tb / Makefile
index 8516090181073f193c01c549ecc3282938be1b1b..c32d165bf57c9ead11486f1947bdad8be9a08106 100644 (file)
@@ -1,8 +1,24 @@
-VHDL_MAIN     = tb_vector_gen
+# Be aware of required VHDL_ENTITIES sequence! All entities must be listed in
+# bottom to up order (e.g. the top entity is the last in this list). Otherwise
+# it won't compile.
+
+VHDL_MAIN     = tb_pwm_min_dump
 VHDL_ENTITIES = counter.o \
                 pwm.o \
                 wave_table.o \
-                vector_gen.o
+                vector_gen.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
+
 
 STOP_TIME     = 50us