Advertisement
Guest User

Untitled

a guest
Jun 1st, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ==28550== Conditional jump or move depends on uninitialised value(s)
  2. ==28550== at 0x1B1615: nextpnr_ice40::TimingAnalyser::run() (stl_algobase.h:203)
  3. ==28550== by 0x1B24C6: nextpnr_ice40::TimingAnalyser::setup() (timing.cc:39)
  4. ==28550== by 0x1DAF7C: nextpnr_ice40::placer_heap(nextpnr_ice40::Context*, nextpnr_ice40::PlacerHeapCfg) (placer_heap.cc:147)
  5. ==28550== by 0x18B640: nextpnr_ice40::Arch::place() (arch.cc:689)
  6. ==28550== by 0x13F1B3: nextpnr_ice40::CommandHandler::executeMain(std::unique_ptr<nextpnr_ice40::Context, std::default_delete<nextpnr_ice40::Context> >) [clone .constprop.0] (command.cc:388)
  7. ==28550== by 0x1342E5: UnknownInlinedFun (command.cc:465)
  8. ==28550== by 0x1342E5: main (main.cc:281)
  9. ==28550==
  10. ==28550== Conditional jump or move depends on uninitialised value(s)
  11. ==28550== at 0x1B1632: nextpnr_ice40::TimingAnalyser::run() (stl_algobase.h:227)
  12. ==28550== by 0x1B24C6: nextpnr_ice40::TimingAnalyser::setup() (timing.cc:39)
  13. ==28550== by 0x1DAF7C: nextpnr_ice40::placer_heap(nextpnr_ice40::Context*, nextpnr_ice40::PlacerHeapCfg) (placer_heap.cc:147)
  14. ==28550== by 0x18B640: nextpnr_ice40::Arch::place() (arch.cc:689)
  15. ==28550== by 0x13F1B3: nextpnr_ice40::CommandHandler::executeMain(std::unique_ptr<nextpnr_ice40::Context, std::default_delete<nextpnr_ice40::Context> >) [clone .constprop.0] (command.cc:388)
  16. ==28550== by 0x1342E5: UnknownInlinedFun (command.cc:465)
  17. ==28550== by 0x1342E5: main (main.cc:281)
  18. ==28550==
  19. Info: Placed 7 cells based on constraints.
  20. Info: Creating initial analytic placement for 994 cells, random placement wirelen = 28873.
  21. ==28550== Conditional jump or move depends on uninitialised value(s)
  22. ==28550== at 0xEB7EB16: __powf_fma (in /lib64/libm-2.31.so)
  23. ==28550== by 0x1E2744: nextpnr_ice40::HeAPPlacer::build_equations(nextpnr_ice40::(anonymous namespace)::EquationSystem<double>&, bool, int) [clone .lto_priv.0] (cmath:389)
  24. ==28550== by 0x1E9BAF: nextpnr_ice40::HeAPPlacer::place() (placer_heap.cc:498)
  25. ==28550== by 0x1DB055: nextpnr_ice40::placer_heap(nextpnr_ice40::Context*, nextpnr_ice40::PlacerHeapCfg) (placer_heap.cc:1781)
  26. ==28550== by 0x18B640: nextpnr_ice40::Arch::place() (arch.cc:689)
  27. ==28550== by 0x13F1B3: nextpnr_ice40::CommandHandler::executeMain(std::unique_ptr<nextpnr_ice40::Context, std::default_delete<nextpnr_ice40::Context> >) [clone .constprop.0] (command.cc:388)
  28. ==28550== by 0x1342E5: UnknownInlinedFun (command.cc:465)
  29. ==28550== by 0x1342E5: main (main.cc:281)
  30. ==28550==
  31. ==28550== Use of uninitialised value of size 8
  32. ==28550== at 0xEB7EB79: __powf_fma (in /lib64/libm-2.31.so)
  33. ==28550== by 0x1E2744: nextpnr_ice40::HeAPPlacer::build_equations(nextpnr_ice40::(anonymous namespace)::EquationSystem<double>&, bool, int) [clone .lto_priv.0] (cmath:389)
  34. ==28550== by 0x1E9BAF: nextpnr_ice40::HeAPPlacer::place() (placer_heap.cc:498)
  35. ==28550== by 0x1DB055: nextpnr_ice40::placer_heap(nextpnr_ice40::Context*, nextpnr_ice40::PlacerHeapCfg) (placer_heap.cc:1781)
  36. ==28550== by 0x18B640: nextpnr_ice40::Arch::place() (arch.cc:689)
  37. ==28550== by 0x13F1B3: nextpnr_ice40::CommandHandler::executeMain(std::unique_ptr<nextpnr_ice40::Context, std::default_delete<nextpnr_ice40::Context> >) [clone .constprop.0] (command.cc:388)
  38. ==28550== by 0x1342E5: UnknownInlinedFun (command.cc:465)
  39. ==28550== by 0x1342E5: main (main.cc:281)
  40. ==28550==
  41.  
  42. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement