Supress old dependency on dos2unix tool

parent 4a08f1ea
CRAP=ddr_sync_fifo.vhd genram_pkg.vhd wbgen2_pkg.vhd wbgen2_eic.vhd wishbone_pkg.vhd serdes_intfce_csr.vhd serdes_intfce_eic.vhd
.PHONY: clean
clean:
# Remove unneeded files
rm -f $(CRAP)
# Clean CR+LF -> LF
dos2unix *.vhd
# Clean whitespace at end of lines
sed -i "s/[[:blank:]]\+$$//" *.vhd
# Fix permissions
chmod 0644 *.vhd
......@@ -11,8 +11,6 @@ syn_project = "spec_stress_test.xise"
syn_tool = "ise"
syn_ise_version = "14.7"
syn_pre_cmd = "cd ../../serdes_intfce/rtl/; make"
files = [ "../spec.ucf" ]
modules = { "local" : [ "../rtl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment