Commit Graph

310 Commits

Author SHA1 Message Date
Xiangfu
b7fdb3e48e We should use --ignore-fail-on-non-empty instead of -rf 2015-07-10 11:13:39 +08:00
Xiangfu Liu
4699e25b63 Merge pull request #5 from bentley/master
Fix some Linuxisms.
2015-07-10 11:10:16 +08:00
Xiangfu
664d60df7e %lX is too small to contain uint64 on 32-bit platforms, so use %llX. thanks to bentley 2015-07-10 10:43:53 +08:00
Xiangfu Liu
22ebbe1238 Merge pull request #6 from bentley/format-warn
Pass printf arguments through a format string.
2015-07-02 16:01:26 +08:00
Xiangfu Liu
1715d768a4 Merge pull request #8 from davexunit/wip-xc6slx45
Add pinout data for CSG324 package. thanks davexunit.
2015-07-02 15:50:19 +08:00
David Thompson
06e95c379c Add pinout data for CSG324 package. 2015-04-02 21:23:24 -04:00
Wolfgang Spraul
ea54683e8f more json, some bram work 2015-04-01 17:13:32 -04:00
Wolfgang Spraul
ad0d2924df - a few things moved from custom text to json
- switched to llvm, fixed a few warnings
2015-03-15 16:42:35 -04:00
Anthony J. Bentley
0e8d690236 Use $(MAKE) instead of ${MAKE}, to match the rest of the Makefile. 2013-07-05 03:09:38 -06:00
Anthony J. Bentley
e0169992a9 Pass printf arguments through a format string.
Fixes clang warnings:
autotest.c:52:11: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
2013-07-05 00:36:13 -06:00
Anthony J. Bentley
81fc67584e Don't assume bash is at /bin/bash (not the case on, e.g., BSD). 2013-07-04 11:21:55 -06:00
Anthony J. Bentley
1e96d04b76 Fix some Linuxisms.
Use ${MAKE}, not make, inside Makefiles (don't assume make = GNU make).

Replace nonstandard rmdir option that doesn't work on, e.g., BSD.
2013-07-04 11:20:17 -06:00
Xiangfu Liu
7d872ef24f Merge pull request #4 from bentley/master
Improve manpages. thanks bentley
2013-07-03 22:41:18 -07:00
Anthony J. Bentley
e3cfcc3140 Rewrite manuals in the better semantic mdoc format (still works in groff). 2013-07-03 22:55:53 -06:00
Wolfgang Spraul
9f46a8fb39 development postponed until 2014 2013-06-07 19:25:34 -04:00
Wolfgang Spraul
4e2a03023a block memory cleanup 2013-02-23 09:14:56 -05:00
Wolfgang Spraul
153e764bf1 minor cleanup 2013-02-23 03:28:11 -05:00
Wolfgang Spraul
5b961b1dfd some block ram cleanup 2013-02-19 06:27:48 -05:00
Wolfgang Spraul
51c482ac52 some cleanup to prepare for block memory support 2013-02-16 07:08:04 -05:00
Wolfgang Spraul
8a4402bbc8 more work on distributed memory, fixes 2013-02-15 21:32:12 -05:00
Wolfgang Spraul
0a320d67f6 fixed minor bug wrt required inpins 2013-02-15 05:33:34 -05:00
Wolfgang Spraul
740903a09c more logic variable reorg 2013-02-14 08:42:08 -05:00
Wolfgang Spraul
a6aa341772 cleanup logic device config vars 2013-02-13 03:44:46 -05:00
Wolfgang Spraul
cc1cd89564 doing simple work in the lord's vineyard 2013-02-12 20:34:18 -05:00
Wolfgang Spraul
0ff7ed690a new test dist_mem, some code cleanup 2013-02-02 21:49:05 -05:00
Wolfgang Spraul
b1100a56b3 preparing for distributed memory support 2013-02-01 22:12:19 -05:00
Wolfgang Spraul
7d90449ab4 variable rename 2013-01-27 07:57:33 -05:00
Wolfgang Spraul
785d809538 finished basic bscan support 2013-01-26 23:25:16 -05:00
Wolfgang Spraul
ba826ee297 some fixes regarding bidirectional switches 2013-01-24 08:19:03 -05:00
Wolfgang Spraul
7c12ea66a7 improved iologic switches 2013-01-24 00:38:54 -05:00
Wolfgang Spraul
90f5cfe84f bug fixing 2013-01-21 08:51:38 -05:00
Wolfgang Spraul
e8433414f0 minor fix 2013-01-19 08:42:59 -05:00
Wolfgang Spraul
c79b42023e blinking_led fix 2013-01-18 07:53:30 -05:00
Wolfgang Spraul
e919fb0f4b added one helper function 2013-01-16 04:14:29 -05:00
Wolfgang Spraul
4e3554a4f1 more cleanup to support ftg256 package 2013-01-16 00:28:35 -05:00
Wolfgang Spraul
d7960ac50f happy new year 2013 2013-01-16 10:15:05 +08:00
Xiangfu
738402e089 fix cppcheck warnings 2013-01-16 10:15:05 +08:00
Xiangfu
e2a5a7a12e fix snprintf no format arguments warnings 2013-01-16 10:15:05 +08:00
Xiangfu
5b07f103d7 mini-jtag: reset board before load config bits file 2013-01-16 10:06:36 +08:00
minux
a840ebfdcc libs/bit.h: compat. change for embedded anonymous union
Signed-off-by: minux <minux.ma@gmail.com>
2013-01-16 10:06:36 +08:00
minux
b1377a323b Makefile.common: don't export CC, AR, ... to sub-make
Or we might prepend "@echo .." two times.
Reproduced by: CC=gcc make

Signed-off-by: minux <minux.ma@gmail.com>
2013-01-16 10:06:36 +08:00
minux
ea5ad1478a libs, mini-jtag: fix two typos
Signed-off-by: minux <minux.ma@gmail.com>
2013-01-16 10:06:36 +08:00
minux
2b82acf3bb *.sh: use "/usr/bin/env bash" shebang line
Signed-off-by: minux <minux.ma@gmail.com>
2013-01-16 10:06:36 +08:00
minux
d302fe17d6 Makefile.common: change -Ofast to -O2 for compat.
Signed-off-by: minux <minux.ma@gmail.com>
2013-01-16 10:06:36 +08:00
Wolfgang Spraul
8900c55dd1 blinking_led cmdline params 2012-12-22 08:11:17 -05:00
Wolfgang Spraul
b9d5b59266 blinking_led verified 2012-12-20 06:00:15 -05:00
Wolfgang Spraul
3249be1a28 more routing work 2012-12-19 15:42:05 -05:00
Wolfgang Spraul
25cb653c2e more routing 2012-12-19 02:53:21 -05:00
Wolfgang Spraul
339684cc68 routing improvements 2012-12-18 02:10:43 -05:00
Wolfgang Spraul
9d84e5da23 more logic device cases 2012-12-15 14:59:05 -05:00