16 Commits

Author SHA1 Message Date
ikari
ad3cd1db78 add .orig files to .gitignore 2023-02-25 22:12:45 +01:00
ikari
d7f4bd7439 Speed up Xilinx builds (eliminate xtclsh "Process Run")
Xilinx command line tools (xst, par, map ...) block on console output when
run via the Tcl shell's "Process Run" command which seems to flush the
console about once per second. Running he command line tools directly
from the shell results in much faster output and thus operation of the
tools. However in order to extract the command line parameters for the
tools from the ISE project file it becomes necessary to mimic some of
the internal scripting. Tcl scripts are added that are run via xtclsh to
output parameters that are then passed to the command line tools for
direct execution.
2021-02-19 10:08:32 +01:00
Thomas Geiger
8dcaa3e226 Add some more gitignore stuff, fix make clean for firmware builds (#125)
Co-authored-by: Thomas Geiger <thomas.geiger@evilgrog.com>
Co-authored-by: mrehkopf <otakon@gmx.net>
2020-10-01 02:47:11 +02:00
Thomas Geiger
7fd75cda18 Add some .gitignore stuff, fix include dir 2020-10-01 02:27:23 +02:00
furious
0e4f14bfe8 Multiple changes since 1.10.3 release, added savestates for Mk.III (Pro) 2020-06-28 14:08:13 -03:00
RedGuyyyy
572a83e01b Merge https://github.com/mrehkopf/sd2snes into usb
Fixed combo button based reset.
Added usb support for pro.

# Conflicts:
#	src/config
#	verilog/sd2snes_base/ipcore_dir/dac_buf.xco
#	verilog/sd2snes_base/ipcore_dir/msu_databuf.xco
#	verilog/sd2snes_base/ipcore_dir/snescmd_buf.v
#	verilog/sd2snes_base/ipcore_dir/snescmd_buf.xco
#	verilog/sd2snes_base/ipcore_dir/upd77c25_datram.xco
#	verilog/sd2snes_base/ipcore_dir/upd77c25_datrom.xco
#	verilog/sd2snes_base/ipcore_dir/upd77c25_pgmrom.xco
#	verilog/sd2snes_base/main.v
2019-05-23 19:57:42 -07:00
Thomas Geiger
0828bca5cf Add binaries to gitignore for tools, u_int fixes, some Makefile optimizations 2019-05-20 15:42:28 +02:00
ikari
8d438f1e73 Update .gitignore to allow VHDL files 2019-02-28 22:51:49 +01:00
Maximilian Rehkopf
e7f264c07b Grow .gitignore 2016-09-28 17:51:05 +02:00
borti4938
1400ad8a95 update .gitignore 2016-02-12 09:14:23 +01:00
borti4938
e44096162f extend .gitignore 2015-08-13 13:12:44 +02:00
Peter Bartmann
f0d7305d7a Merge commit '72a1859ba55291f4240732b4c07f495ce220e80c' into develop 2015-05-01 21:24:46 +02:00
Peter Bartmann
1e84200c03 add a few files to .gitignore 2015-05-01 21:09:39 +02:00
Peter Bartmann
72a1859ba5 WIP on develop: 4f07e65 add a supercic-lock for the PIC16F676 2015-05-01 09:07:58 +02:00
Maximilian Rehkopf
42b6ab2580 spruce up .gitignore 2014-05-09 11:08:03 +02:00
Godzil
86d6f04870 Add gitignore file. 2012-07-05 14:42:02 +02:00