- 01 May, 2020 5 commits
-
-
whitequark committed
-
whitequark committed
-
Since cmdCheckShellEscape doesn't actually report failure in any way, this code simulates a situation where system() never succeeds.
whitequark committed -
whitequark committed
-
The `make clean` target consists of a single `rm` call that passes every generated file, object file, and dependency directory. This results in a command line that's around 53,800 characters long. On Linux, the maximum length of a command line is 131,072 or 262,144 characters, however on Windows the limit is 32,768. The 53,800 character command simply fails to run on Windows, which is a problem when the first command that gets run is `make clean`. Break this target into steps, first removing the output files, then the object files, then any generated garbage, and then the object depedency directories. This fixes `make clean` (and as a result yosys) on Windows. Signed-off-by: Sean Cross <sean@xobs.io>
Sean Cross committed
-
- 30 Apr, 2020 5 commits
-
-
Allow changing the `ar` binary
alanminko committed -
Make use of setrlimit conditional on ABC_NO_RLIMIT
alanminko committed -
Gia_ManDupPermFlop to behave as Gia_ManDupPerm
alanminko committed -
This is useful for cross-compilation, when build `ar` cannot handle the target object files. The invocation of `ranlib` is replaced with `ar s`, which is equivalent and simplifies the build system a bit.
whitequark committed -
This is useful for POSIX-like platforms that do not have rlimit, such as WASI.
whitequark committed
-
- 29 Apr, 2020 2 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 28 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 27 Apr, 2020 1 commit
-
-
Fixes sequential synthesis (e.g. &scl) for multiple domains
Eddie Hung committed
-
- 23 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 22 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 18 Apr, 2020 2 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 17 Apr, 2020 6 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 16 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 14 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 12 Apr, 2020 2 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 11 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 10 Apr, 2020 2 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 09 Apr, 2020 3 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 07 Apr, 2020 3 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-
- 04 Apr, 2020 1 commit
-
-
Alan Mishchenko committed
-
- 03 Apr, 2020 2 commits
-
-
Alan Mishchenko committed
-
Alan Mishchenko committed
-