abc/src
Sean Cross 3f9b46591c casts: add casts for unsigned -> signed int
When compiling on Darwin ARM64 hardware using the Conda clang compiler,
compilation fails due to these casts going from `unsigned` to `int`.

In these cases, a cast appears to be the correct approach. Add a cast
to make the compiler happy.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-02-15 22:58:24 +08:00
..
aig casts: add casts for unsigned -> signed int 2023-02-15 22:58:24 +08:00
base casts: add casts for unsigned -> signed int 2023-02-15 22:58:24 +08:00
bdd Changes to make compiler happy. 2021-11-27 17:37:34 -08:00
bool Experiments with the mapper. 2022-06-23 07:48:10 -07:00
map Merge remote-tracking branch 'upstream/master' into yosys-experimental 2022-11-09 08:42:08 +01:00
misc Merge remote-tracking branch 'upstream/master' into yosys-experimental 2022-11-09 08:42:08 +01:00
opt Adding command-line switch 'testnpn -A 12' for P-only canonical form computation. 2021-12-03 18:48:26 -08:00
phys/place Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy, etc. 2019-03-05 15:57:50 -08:00
proof Adding args to command %yosys. 2022-09-19 10:48:41 -07:00
sat Add WASI support in Exa4_ManSolve. 2023-02-04 03:14:44 +00:00
demo.c Travis: build with namespaces enabled, and 2018-04-02 15:30:58 -07:00
generic.c initial commit of public abc 2010-11-01 01:35:04 -07:00
generic.h Major restructuring of the code. 2012-01-21 04:30:10 -08:00
starter.c Updating code of non-ABC files to have no ABC-specific macros. 2012-09-29 19:08:54 -04:00
template.c Major restructuring of the code. 2012-01-21 04:30:10 -08:00