Advertisement
JayAurabind

Untitled

Jan 10th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Command Line: /opt/xilinx/13.2/ISE_DS/ISE/bin/lin64/unwrapped/ngdbuild -p
  2. xc6slx16-3csg324 -uc ..//backend/nexys3_master.ucf -aul minsoc_top.ngc
  3. minsoc.ngd
  4.  
  5. Reading NGO file "/home/jay/openrisc/minsoc/syn/minsoc_top.ngc" ...
  6. Loading design module "/home/jay/openrisc/minsoc/syn/uart_top.ngc"...
  7. Loading design module "/home/jay/openrisc/minsoc/syn/adbg_top.ngc"...
  8. Loading design module "/home/jay/openrisc/minsoc/syn/or1200_top.ngc"...
  9. Gathering constraint information from source properties...
  10. Done.
  11.  
  12. Annotating constraints to design from ucf file "..//backend/nexys3_master.ucf"
  13. ...
  14. Resolving constraint associations...
  15. Checking Constraint Associations...
  16. Done...
  17.  
  18. Checking expanded design ...
  19. ERROR:NgdBuild:604 - logical block 'tap_top' with type
  20. 'minsoc_xilinx_internal_jtag' could not be resolved. A pin name misspelling
  21. can cause this, a missing edif or ngc file, case mismatch between the block
  22. name and the edif or ngc file name, or the misspelling of a type name. Symbol
  23. 'minsoc_xilinx_internal_jtag' is not supported in target 'spartan6'.
  24.  
  25. Partition Implementation Status
  26. -------------------------------
  27.  
  28. No Partitions were found in this design.
  29.  
  30. -------------------------------
  31.  
  32. NGDBUILD Design Results Summary:
  33. Number of errors: 1
  34. Number of warnings: 0
  35.  
  36. Total REAL time to NGDBUILD completion: 8 sec
  37. Total CPU time to NGDBUILD completion: 8 sec
  38.  
  39. One or more errors were found during NGDBUILD. No NGD file will be written.
  40.  
  41. Writing NGDBUILD log file "minsoc.bld"...
  42. make: *** [minsoc.ngd] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement