Advertisement
Guest User

Untitled

a guest
Jan 10th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1
  2. Copyright (C) 2017 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <https://bugs.gentoo.org/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /tmp/l/_root/bin/arachne-pnr...(no debugging symbols found)...done.
  16. (gdb) run -d 5k -o rgb.asc -p rgb.pcf rgb.blif
  17. Starting program: /tmp/l/_root/bin/arachne-pnr -d 5k -o rgb.asc -p rgb.pcf rgb.blif
  18. seed: 1
  19. device: 5k
  20. read_chipdb +/share/arachne-pnr/chipdb-5k.bin...
  21. supported packages: sg48
  22. read_blif rgb.blif...
  23. prune...
  24. read_pcf rgb.pcf...
  25. instantiate_io...
  26. pack...
  27.  
  28. After packing:
  29. IOs 4 / 39
  30. GBs 0 / 8
  31. GB_IOs 0 / 8
  32. LCs 0 / 5280
  33. DFF 0
  34. CARRY 0
  35. CARRY, DFF 0
  36. DFF PASS 0
  37. CARRY PASS 0
  38. BRAMs 0 / 30
  39. WARMBOOTs 0 / 1
  40. PLLs 0 / 1
  41. MAC16s 0 / 8
  42. SPRAM256KAs 0 / 4
  43. HFOSCs 1 / 1
  44. LFOSCs 0 / 1
  45. RGBA_DRVs 1 / 1
  46. LEDDA_IPs 1 / 1
  47. I2Cs 0 / 2
  48. SPIs 0 / 2
  49.  
  50. place_constraints...
  51. promote_globals...
  52. promoted 0 nets
  53. 1 globals
  54. 1 clk
  55. realize_constants...
  56. realized 1
  57. place...
  58. initial wire length = 34
  59. at iteration #50: temp = 1.99518, wire length = 9
  60. at iteration #100: temp = 0.0685082, wire length = 6
  61. final wire length = 5
  62.  
  63. After placement:
  64. PIOs 2 / 39
  65. PLBs 1 / 660
  66. BRAMs 0 / 30
  67.  
  68. place time 0.00s
  69. route...
  70. terminate called after throwing an instance of 'std::out_of_range'
  71. what(): map::at
  72.  
  73. Program received signal SIGABRT, Aborted.
  74. 0x00007ffff712ad48 in raise () from /lib64/libc.so.6
  75. (gdb) bt
  76. #0 0x00007ffff712ad48 in raise () from /lib64/libc.so.6
  77. #1 0x00007ffff712c2aa in abort () from /lib64/libc.so.6
  78. #2 0x00007ffff7a61f25 in __gnu_cxx::__verbose_terminate_handler ()
  79. at /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libstdc++-v3/libsupc++/vterminate.cc:95
  80. #3 0x00007ffff7a5ef95 in __cxxabiv1::__terminate (handler=<optimized out>)
  81. at /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libstdc++-v3/libsupc++/eh_terminate.cc:47
  82. #4 0x00007ffff7a5f080 in std::terminate ()
  83. at /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libstdc++-v3/libsupc++/eh_terminate.cc:57
  84. #5 0x00007ffff7a5f42b in __cxxabiv1::__cxa_throw (obj=obj@entry=0x5555608e93a0,
  85. tinfo=0x7ffff7dc7010 <typeinfo for std::out_of_range>, dest=0x7ffff7a77b70 <std::out_of_range::~out_of_range()>)
  86. at /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libstdc++-v3/libsupc++/eh_throw.cc:87
  87. #6 0x00007ffff7a90eb6 in std::__throw_out_of_range (__s=0x5555555d13ce "map::at")
  88. at /var/tmp/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libstdc++-v3/src/c++11/functexcept.cc:90
  89. #7 0x000055555559caad in Router::port_cnet(Instance*, Port*) ()
  90. #8 0x00005555555a69f3 in Router::route() ()
  91. #9 0x00005555555a7e7c in route(DesignState&, int) ()
  92. #10 0x0000555555559209 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement