]> rtime.felk.cvut.cz Git - fpga/pwm.git/blobdiff - tb/Makefile
Added pwm_min_dump - modified sin wave
[fpga/pwm.git] / tb / Makefile
index fe0fb03548889010eb04274ba12cbfff29b268c2..c32d165bf57c9ead11486f1947bdad8be9a08106 100644 (file)
@@ -1,10 +1,24 @@
-VHDL_MAIN     = tb_mcc_master
+# 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 \
                 priority_encoder.o \
-                mcc_master.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