- Always convert wishbone.defines to unix line endings so interconnect is

correctly build on windows
- Removed TK dependency from tools/wishbone.pl
This commit is contained in:
2013-03-21 19:57:49 +01:00
parent 19e97ad179
commit 922e103f41
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ timing: $(TWRFILE)
# ../tools/picoasm/picoasm -t ../tools/picoasm/ROM_form.vhd -i $<
src/wb_interconnect.vhd: src/wishbone.defines tools/wishbone.pl
cd src && ../tools/wishbone.pl -nogui wishbone.defines
cd src && dos2unix wishbone.defines && ../tools/wishbone.pl -nogui wishbone.defines
coregen/%.vhd coregen/%.ngc: coregen/%.xco coregen/coregen.cgp
$(COREGEN) -p coregen/coregen.cgp -b $< -r

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Tk;
#use Tk;
use Time::Local;
#