Files
prjxray/utils
Daniel Schultz f562d6acfd Makefile: Do not dump the environment during db-prepare
The resources.yaml file does not exists at the beginning of the db-prepare calls
but the environment wants to read it which leads to the following error:

Preparing artix7 files
============================
Traceback (most recent call last):
  File ".../prjxray/utils/create_environment.py", line 62, in <module>
    main()
  File ".../prjxray/utils/create_environment.py", line 55, in main
    environment = get_environment_variables()
  File ".../prjxray/utils/create_environment.py", line 37, in get_environment_variables
    part_info = get_part_information(db_root, part)
  File ".../prjxray/prjxray/util.py", line 44, in get_part_information
    "Mapping file {} does not exists".format(filename)
AssertionError: Mapping file .../prjxray/database/artix7/mapping/parts.yaml does not exists

Do not dump the environment during this stage because the XRAY_PART is the only
neccessary information which is set in the <family>.sh script.

Signed-off-by: Daniel Schultz <[email protected]>
2021-03-26 08:28:54 +01:00
..
2020-05-21 13:42:26 +02:00
2017-12-20 22:46:39 +01:00
2020-05-26 07:33:12 -07:00
2020-10-06 10:43:39 -07:00
2019-01-30 14:53:05 -08:00
2020-05-26 07:33:12 -07:00
2020-05-26 07:33:12 -07:00
2019-10-26 10:04:52 +01:00