build/sim: use json_object_get_int64 instead of json_object_get_uint64.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 4 Aug 2020 13:32:29 +0000 (15:32 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 4 Aug 2020 13:49:26 +0000 (15:49 +0200)
commit696ea468b8c2d1061e91baa147092689a11203e6
tree4ac5c99f7a0b7a77e52f41b4c38c42c676ede60f
parent382c1a3a441d44e8757b90eee9872b5a838d4957
build/sim: use json_object_get_int64 instead of json_object_get_uint64.

json_object_get_uint64 does not seem supported with old json-c versions.
litex/build/sim/core/modules/clocker/clocker.c
litex/build/sim/core/parse.c