enjoy-digital / litex_hw_ci

LiteX Hardware CI tests.
8 stars 0 forks source link

Ci test only (re-order operations) #17

Closed trabucayre closed 4 months ago

trabucayre commented 4 months ago

To be able to test only (ie no gateware, nor software build and only copy assets and running test sequence), it's required to:

Note: litex_hw_ci.py by default skip software_build step in test only mode. Instead a new argument is added to the command to specify all steps must be skipped by make.py to only copy assets. (Maybe splitting build and copy make sense).

enjoy-digital commented 4 months ago

Thanks @trabucayre!