all: inv add4 m5x4 dff inv: cosmos inv.sim dff: cosmos dff.sim add4: add4.sim test_add.c test_add_cmd.xcmd cosmos add4.sim test_add_cmd.xcmd test_add.c add4_run: add4.run add4.src add4.run add4 add12: add12.sim test_add.c test_add_cmd.xcmd cosmos add12.sim test_add_cmd.xcmd test_add.c add12_run: add12.run add12.src add12.run add12 m5x4: m5x4.sim test_mult_cmd.xcmd test_mult.c cosmos m5x4.sim test_mult_cmd.xcmd test_mult.c m5x4_run: m5x4.run m5x4.src m5x4.run m5x4 m13x12: m13x12.sim test_mult_cmd.xcmd test_mult.c cosmos m13x12.sim test_mult_cmd.xcmd test_mult.c m13x12_run: m13x12.run m13x12.src m13x12.run m13x12 clean: -rm -f *.o *.lgc *.ntk realclean: -rm -f *.o *.lgc *.ntk *.run