Guest User

ssk1328

a guest
Aug 4th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.77 KB | None | 0 0
  1. NGDBUILD done.
  2. Release 14.7 - Map P.20131013 (lin64)
  3. Copyright (c) 1995-2013 Xilinx, Inc.  All rights reserved.
  4. Using target part "6slx45tfgg484-3".
  5. Mapping design into LUTs...
  6. WARNING:MapLib:41 - All members of TNM group "pll_1_" have been optimized out of
  7.    the design.
  8. WARNING:MapLib:50 - The period specification "TS_pll_1_" has been discarded
  9.    because the group "pll_1_" has been optimized away.
  10. Writing file opsis_video-customvideomixersoc-opsis_map.ngm...
  11. Running directed packing...
  12. ERROR:Pack:2908 - The I/O component "record3_hdmi_out_clk_n" has an illegal
  13.    IOSTANDARD value.  The IOB component is configured to use single-ended
  14.    signaling and can not use differential IOSTANDARD value TMDS_33.  Two ways to
  15.    rectify this issue are: 1) Change the IOSTANDARD value to a single-ended
  16.    standard. 2) Correct the I/O connectivity by instantiating a differential I/O
  17.    buffer.
  18. ERROR:Pack:2908 - The I/O component "record3_hdmi_out_clk_p" has an illegal
  19.    IOSTANDARD value.  The IOB component is configured to use single-ended
  20.    signaling and can not use differential IOSTANDARD value TMDS_33.  Two ways to
  21.    rectify this issue are: 1) Change the IOSTANDARD value to a single-ended
  22.    standard. 2) Correct the I/O connectivity by instantiating a differential I/O
  23.    buffer.
  24.  
  25. Mapping completed.
  26. See MAP report file "opsis_video-customvideomixersoc-opsis_map.mrp" for details.
  27. Problem encountered during the packing phase.
  28.  
  29. Design Summary
  30. --------------
  31. Number of errors   :   2
  32. Number of warnings :   2
  33. Firmware 42844 bytes (22692 bytes left)
  34.                 __  ___  _   ____     _____
  35.                /  |/  / (_) / __/__  / ___/
  36.               / /|_/ / / / _\ \/ _ \/ /__
  37.              /_/  /_/ /_/ /___/\___/\___/
  38.  
  39. a high performance and small footprint SoC based on Migen
  40.  
  41. ====== Building for: ======
  42. Platform:  opsis
  43. Target:    opsis_video
  44. Subtarget: CustomVideoMixerSoC
  45. CPU type:  lm32
  46. ===========================
  47. Traceback (most recent call last):
  48.   File "make.py", line 198, in <module>
  49.     vns = platform.build(soc, build_name=build_name, **build_kwargs)
  50.   File "/home/shashank/Desktop/GSoC/HDMI2USB-misoc-firmware/third_party/migen/mibuild/xilinx/platform.py", line 28, in build
  51.     return self.toolchain.build(self, *args, **kwargs)
  52.   File "/home/shashank/Desktop/GSoC/HDMI2USB-misoc-firmware/third_party/migen/mibuild/xilinx/ise.py", line 198, in build
  53.     self.map_opt, self.par_opt)
  54.   File "/home/shashank/Desktop/GSoC/HDMI2USB-misoc-firmware/third_party/migen/mibuild/xilinx/ise.py", line 125, in _run_ise
  55.     raise OSError("Subprocess failed")
  56. OSError: Subprocess failed
  57. Makefile:128: recipe for target 'gateware-build' failed
  58. make: *** [gateware-build] Error 1
  59. (H2U B=opsis T=video) shashank@Shashank-PC:~/Desktop/GSoC/HDMI2USB-misoc-firmware$
Add Comment
Please, Sign In to add comment