##################################################################
####                                                          ####
#### File    : gen_mips.py                                    ####
#### Date    : December 1 2009                                ####
#### Version : 1.02                                           ####
#### Author  : Belloeil Sophie                                ####
####                                                          ####
#### Origin  : This description has been developed at LIP6    ####
####           University Paris 6 - Pierre et Marie Curie     ####
####           4 Place Jussieu 75252 Paris Cedex 05 - France  ####
####                                                          ####
##################################################################
INTERACTIVE=0

mips_r3000_1m.vst: mips_r3000_1m_chip.py mips_r3000_1m_core.py mips_r3000_1m_dp.vbe mips_r3000_1m_ct.vbe
	@./gen_mips.py $(INTERACTIVE)
	@sed -f fix_pads.sed mips_r3000_1m.vst > tmp
	@mv tmp mips_r3000_1m.vst

clean:
	@rm -f *.pyc *.vst
