sim:
        ../../bin/makesim -ng perf.c -o sim

fsim:
        ../../bin/makesim -ng -f perf.c -o fsim

clean:
        rm -f sim fsim *.o
