litex/test
Joel Stanley b340b86975 test_cpu: Set number of verilator jobs
By default verilator will be built with -j with no arguments, spawning
many processors. This causes large designs to failure in CI (probably
due to exhausting the memory of the build box):

 Error: Process completed with exit code 143.

Set the number of jobs to the number of CPUs in the system. This allows
designs such as Microwatt to build in CI.

Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-14 22:05:54 +10:30
..
__init__.py
test_axi.py
test_axi_lite.py test/axi_lite: parametrize address and data width in another test; add another test call with 64b data width 2022-07-20 02:44:57 +02:00
test_axi_stream.py
test_bitbang.py
test_clock.py
test_code_8b10b.py
test_cpu.py
test_csr.py
test_ecc.py
test_emif.py
test_fifosyncmacro.py
test_gearbox.py
test_hyperbus.py
test_i2s.py
test_icap.py
test_led.py
test_packet.py
test_prbs.py
test_reduce.py
test_spi.py
test_spi_opi.py
test_stream.py
test_timer.py
test_wishbone.py