- 13 May, 2020 5 commits
-
-
Eddie Hung authored
-
Eddie Hung authored
-
Eddie Hung authored
-
Eddie Hung authored
-
Eddie Hung authored
-
- 01 May, 2020 7 commits
-
-
whitequark authored
-
whitequark authored
-
whitequark authored
-
whitequark authored
-
whitequark authored
Since cmdCheckShellEscape doesn't actually report failure in any way, this code simulates a situation where system() never succeeds.
-
whitequark authored
-
Sean Cross authored
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>
-
- 30 Apr, 2020 5 commits
-
-
alanminko authored
Allow changing the `ar` binary
-
alanminko authored
Make use of setrlimit conditional on ABC_NO_RLIMIT
-
alanminko authored
Gia_ManDupPermFlop to behave as Gia_ManDupPerm
-
whitequark authored
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 authored
This is useful for POSIX-like platforms that do not have rlimit, such as WASI.
-
- 29 Apr, 2020 2 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
- 28 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 27 Apr, 2020 1 commit
-
-
Eddie Hung authored
Fixes sequential synthesis (e.g. &scl) for multiple domains
-
- 23 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 22 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 18 Apr, 2020 2 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
- 17 Apr, 2020 6 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
- 16 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 14 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 12 Apr, 2020 2 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
- 11 Apr, 2020 1 commit
-
-
Alan Mishchenko authored
-
- 10 Apr, 2020 2 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-
- 09 Apr, 2020 2 commits
-
-
Alan Mishchenko authored
-
Alan Mishchenko authored
-