Don't try to zero-pad the Nexus ID in fpga_test.sh

If the number is already zero padded then printf interprets if as an
octal number, throws an error and prints '00'.  This means tests fail on
nexus08 and nexus09 if you zero pad the number.

Change-Id: I88ea69215a6461df5869d7294a430240665471de
1 file changed
tree: b8446fae6a9e007070813d8f6c9dd906e5d11b0f
  1. resources/
  2. variables/
  3. .gitignore
  4. CONTRIBUTING.md
  5. fpga_header.robot
  6. fpga_test.sh
  7. FPGALibrary.py
  8. LICENSE
  9. opentitan_peripherals_test.robot
  10. otp_ctrl_img_smoketest.hjson
  11. README.md
  12. shodan_boot.robot
  13. shodan_sel4test.robot
  14. shodan_stress.robot
  15. test.sh
README.md

Simulation Test

This project hosts robot test scripts and utilization functions for Renode and FPGA robot tests.