acomodi

Untitled

Jan 24th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/build/symbiflow-arch-defs/third_party/prjxray/prjxray/fasm_assembler.py", line 133, in enable_feature
  3. for bit in segbits.feature_to_bits(db_k, address):
  4. File "/home/build/symbiflow-arch-defs/third_party/prjxray/prjxray/tile_segbits.py", line 140, in feature_to_bits
  5. for bit in self.segbits[self.feature_addresses[feature][address]]:
  6. KeyError: 'CLBLL_R.CLBLL_LOGIC_OUTS12.CLBLL_LL_A'
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/home/build/symbiflow-arch-defs/third_party/prjxray/utils/fasm2frames.py", line 102, in <module>
  12. main()
  13. File "/home/build/symbiflow-arch-defs/third_party/prjxray/utils/fasm2frames.py", line 98, in main
  14. debug=args.debug)
  15. File "/home/build/symbiflow-arch-defs/third_party/prjxray/utils/fasm2frames.py", line 56, in run
  16. assembler.parse_fasm_filename(filename_in)
  17. File "/home/build/symbiflow-arch-defs/third_party/prjxray/prjxray/fasm_assembler.py", line 164, in parse_fasm_filename
  18. self.enable_feature(tile, feature, address, line_str)
  19. File "/home/build/symbiflow-arch-defs/third_party/prjxray/prjxray/fasm_assembler.py", line 138, in enable_feature
  20. (gridinfo.tile_type, db_k, line))
  21. prjxray.fasm_assembler.FasmLookupError: Segment DB CLBLL_R, key CLBLL_R.CLBLL_LOGIC_OUTS12.CLBLL_LL_A not found from line 'CLBLL_R_X19Y91.CLBLL_LOGIC_OUTS12.CLBLL_LL_A'
  22. xc7/tests/buttons/CMakeFiles/buttons_zybo_bin.dir/build.make:66: recipe for target 'xc7/tests/buttons/buttons_zybo/zynq7-xc7z010-roi-virt-xc7z010-test/top.frames' failed
  23. make[3]: *** [xc7/tests/buttons/buttons_zybo/zynq7-xc7z010-roi-virt-xc7z010-test/top.frames] Error 1
  24. make[3]: *** Deleting file 'xc7/tests/buttons/buttons_zybo/zynq7-xc7z010-roi-virt-xc7z010-test/top.frames'
  25. CMakeFiles/Makefile2:35592: recipe for target 'xc7/tests/buttons/CMakeFiles/buttons_zybo_bin.dir/all' failed
  26. make[2]: *** [xc7/tests/buttons/CMakeFiles/buttons_zybo_bin.dir/all] Error 2
  27. CMakeFiles/Makefile2:35599: recipe for target 'xc7/tests/buttons/CMakeFiles/buttons_zybo_bin.dir/rule' failed
  28. make[1]: *** [xc7/tests/buttons/CMakeFiles/buttons_zybo_bin.dir/rule] Error 2
  29. Makefile:11119: recipe for target 'buttons_zybo_bin' failed
  30. make: *** [buttons_zybo_bin] Error 2
Advertisement
Add Comment
Please, Sign In to add comment