Advertisement
Guest User

Untitled

a guest
Dec 21st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. INFO:SoC: __ _ __ _ __
  2. INFO:SoC: / / (_) /____ | |/_/
  3. INFO:SoC: / /__/ / __/ -_)> <
  4. INFO:SoC: /____/_/\__/\__/_/|_|
  5. INFO:SoC: Build your hardware, easily!
  6. INFO:SoC:--------------------------------------------------------------------------------
  7. INFO:SoC:Creating SoC... (2020-12-21 10:40:48)
  8. INFO:SoC:--------------------------------------------------------------------------------
  9. INFO:SoC:FPGA device : xcvu9p-fsgd2104-2l-e.
  10. INFO:SoC:System clock: 200.00MHz.
  11. INFO:SoCBusHandler:Creating Bus Handler...
  12. INFO:SoCBusHandler:32-bit wishbone Bus, 4.0GiB Address Space.
  13. INFO:SoCBusHandler:Adding reserved Bus Regions...
  14. INFO:SoCBusHandler:Bus Handler created.
  15. INFO:SoCCSRHandler:Creating CSR Handler...
  16. INFO:SoCCSRHandler:32-bit CSR Bus, 32-bit Aligned, 16.0KiB Address Space, 2048B Paging, big Ordering (Up to 32 Locations).
  17. INFO:SoCCSRHandler:Adding reserved CSRs...
  18. INFO:SoCCSRHandler:CSR Handler created.
  19. INFO:SoCIRQHandler:Creating IRQ Handler...
  20. INFO:SoCIRQHandler:IRQ Handler (up to 32 Locations).
  21. INFO:SoCIRQHandler:Adding reserved IRQs...
  22. INFO:SoCIRQHandler:IRQ Handler created.
  23. INFO:SoC:--------------------------------------------------------------------------------
  24. INFO:SoC:Initial SoC:
  25. INFO:SoC:--------------------------------------------------------------------------------
  26. INFO:SoC:32-bit wishbone Bus, 4.0GiB Address Space.
  27. INFO:SoC:32-bit CSR Bus, 32-bit Aligned, 16.0KiB Address Space, 2048B Paging, big Ordering (Up to 32 Locations).
  28. INFO:SoC:IRQ Handler (up to 32 Locations).
  29. INFO:SoC:--------------------------------------------------------------------------------
  30. INFO:SoCCSRHandler:ctrl CSR allocated at Location 0.
  31. INFO:SoCBusHandler:io0 Region added at Origin: 0x00000000, Size: 0x100000000, Mode: RW, Cached: False Linker: False.
  32. INFO:SoCCSRHandler:identifier_mem CSR allocated at Location 1.
  33. INFO:SoCBusHandler:uartbone added as Bus Master.
  34. INFO:SoCCSRHandler:uart_phy CSR allocated at Location 2.
  35. INFO:SoCCSRHandler:uart CSR allocated at Location 3.
  36. INFO:USPPLL:Creating USPPLL, speedgrade -2.
  37. INFO:USPPLL:Registering Differential ClkIn of 300.00MHz.
  38. INFO:USPPLL:Creating ClkOut0 sys of 200.00MHz (+-10000.00ppm).
  39. INFO:SoCCSRHandler:crg CSR allocated at Location 4.
  40. INFO:SoCCSRHandler:pcie_phy CSR allocated at Location 5.
  41. INFO:SoCBusHandler:master1 added as Bus Master.
  42. INFO:SoCCSRHandler:pcie_dma0 CSR allocated at Location 6.
  43. INFO:SoCCSRHandler:pcie_dma1 CSR allocated at Location 7.
  44. INFO:SoCCSRHandler:pcie_msi CSR allocated at Location 8.
  45. INFO:USPPLL:Config:
  46. divclk_divide : 1
  47. clkout0_freq : 200.00MHz
  48. clkout0_divide: 6
  49. clkout0_phase : 0.00°
  50. vco : 1200.00MHz
  51. clkfbout_mult : 4
  52. INFO:SoC:--------------------------------------------------------------------------------
  53. INFO:SoC:Finalized SoC:
  54. INFO:SoC:--------------------------------------------------------------------------------
  55. INFO:SoC:32-bit wishbone Bus, 4.0GiB Address Space.
  56. IO Regions: (1)
  57. io0 : Origin: 0x00000000, Size: 0x100000000, Mode: RW, Cached: False Linker: False
  58. Bus Masters: (2)
  59. - uartbone
  60. - master1
  61. INFO:SoC:32-bit CSR Bus, 32-bit Aligned, 16.0KiB Address Space, 2048B Paging, big Ordering (Up to 32 Locations).
  62. CSR Locations: (9)
  63. - ctrl : 0
  64. - identifier_mem : 1
  65. - uart_phy : 2
  66. - uart : 3
  67. - crg : 4
  68. - pcie_phy : 5
  69. - pcie_dma0 : 6
  70. - pcie_dma1 : 7
  71. - pcie_msi : 8
  72. INFO:SoC:IRQ Handler (up to 32 Locations).
  73. INFO:SoC:--------------------------------------------------------------------------------
  74. INFO:SoCBusHandler:csr Region added at Origin: 0x00000000, Size: 0x00010000, Mode: RW, Cached: False Linker: False.
  75. INFO:SoCBusHandler:csr added as Bus Slave.
  76. INFO:SoCCSRHandler:bridge added as CSR Master.
  77. INFO:SoCBusHandler:Interconnect: InterconnectShared (2 <-> 1).
  78.  
  79. C:\Users\chris\litepcie\examples\build\xcu1525\gateware>REM Autogenerated by LiteX / git: ef2ed8bb
  80.  
  81. C:\Users\chris\litepcie\examples\build\xcu1525\gateware>vivado -mode batch -source xcu1525.tcl
  82. 'vivado' is not recognized as an internal or external command,
  83. operable program or batch file.
  84. Traceback (most recent call last):
  85. File ".\xcu1525.py", line 139, in <module>
  86. main()
  87. File ".\xcu1525.py", line 129, in main
  88. builder.build(run=args.build)
  89. File "c:\users\chris\litex\litex\soc\integration\builder.py", line 217, in build
  90. vns = self.soc.build(build_dir=self.gateware_dir, **kwargs)
  91. File "c:\users\chris\litex\litex\soc\integration\soc.py", line 1069, in build
  92. return self.platform.build(self, *args, **kwargs)
  93. File "c:\users\chris\litex\litex\build\xilinx\platform.py", line 53, in build
  94. return self.toolchain.build(self, *args, **kwargs)
  95. File "c:\users\chris\litex\litex\build\xilinx\vivado.py", line 352, in build
  96. _run_script(script)
  97. File "c:\users\chris\litex\litex\build\xilinx\vivado.py", line 101, in _run_script
  98. raise OSError("Error occured during Vivado's script execution.")
  99. OSError: Error occured during Vivado's script execution.
  100. PS C:\Users\chris\litepcie\examples>
  101.  
  102.  
  103.  
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement