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 <d.schultz@phytec.de>
2021-03-26 08:28:54 +01:00
..
openocd Add reset config to allow upload to PS region 2020-05-29 09:54:48 -04:00
test_data Update tests to fabric refactoring 2021-01-12 22:36:58 +01:00
.gitignore Add utils .gitignore 2017-12-20 22:46:39 +01:00
__init__.py setup: include utils directory 2020-05-21 13:42:26 +02:00
addrwidth.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
bit2fasm.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
blockwidth.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
checkdb.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
clean_json5.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
cleandb.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
cmp.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
create_environment.py Makefile: Do not dump the environment during db-prepare 2021-03-26 08:28:54 +01:00
create_timing_worksheet_db.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
dbfixup.py Add IFF.IN_USE feature. 2020-10-06 10:43:39 -07:00
diff_db_bits.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
diff_db_json.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
environment.python.sh Clean up python install process. 2020-09-09 09:48:48 -07:00
environment.sh utils: Overwrite localisation settings 2021-01-12 22:36:58 +01:00
fasm2frames.py Revert "Move fasm2frames to prjxray" 2020-06-15 17:32:11 -07:00
fasm2pips.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
fasm_pprint.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
find_missing_segbits.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
genheader.sh Add licensing header to bash scripts 2020-05-26 07:33:12 -07:00
group.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
groupmask.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
info_md.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
make_ports.py gtp: generate attributes and ports files to add to the db 2021-03-09 16:06:19 +01:00
makesdf.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
maskmerge.sh Add licensing header to bash scripts 2020-05-26 07:33:12 -07:00
maskview.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
mergedb.py Added a feature name check to mergedb.py 2020-07-29 16:35:27 +02:00
mergedb.sh 062-pcie-int-pips: add fuzzer to document PCIE_INT_INTERFACE DELAY PIPs 2021-02-05 19:18:35 +01:00
parsedb.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
quick_test.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
roi_all.py utils: Add new tools to roi all parts 2021-03-15 17:37:58 +01:00
sdfmerge.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
segprint.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
segview.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
simpleroute.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
sort_db.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
sp6_bitstream_analyzer.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
tcl-reformat.sh Add licensing header to bash scripts 2020-05-26 07:33:12 -07:00
test_fasm2frames.py Update tests to fabric refactoring 2021-01-12 22:36:58 +01:00
tileconnloops.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
tileconnwire.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
tilegrid_report.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
top_generate.mk Initial cascade pip fuzzer. 2019-01-30 14:53:05 -08:00
top_generate.sh Add licensing header to bash scripts 2020-05-26 07:33:12 -07:00
update_parts.py utils: Add new tools to roi all parts 2021-03-15 17:37:58 +01:00
update_parts.tcl utils: Add new tools to roi all parts 2021-03-15 17:37:58 +01:00
update_resources.py utils: Add new tools to roi all parts 2021-03-15 17:37:58 +01:00
update_resources.tcl utils: Add new tools to roi all parts 2021-03-15 17:37:58 +01:00
utils.tcl Add license headers to tcl files 2020-05-26 07:33:12 -07:00
verify_tile_connections.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
vivado.sh Add licensing header to bash scripts 2020-05-26 07:33:12 -07:00
vtemplate MAKE - Format Trailing Whitespace 2019-10-26 10:04:52 +01:00
write_timing_info.tcl Add license headers to tcl files 2020-05-26 07:33:12 -07:00
xjson.py Add licensing header to python scripts 2020-05-26 07:33:12 -07:00
xyaml.py utils: xyaml: Do not use deprecated function 2021-01-12 22:36:58 +01:00