Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. (nmigen) minerva % yosys
  2.  
  3. /----------------------------------------------------------------------------\
  4. | |
  5. | yosys -- Yosys Open SYnthesis Suite |
  6. | |
  7. | Copyright (C) 2012 - 2018 Clifford Wolf <clifford@clifford.at> |
  8. | |
  9. | Permission to use, copy, modify, and/or distribute this software for any |
  10. | purpose with or without fee is hereby granted, provided that the above |
  11. | copyright notice and this permission notice appear in all copies. |
  12. | |
  13. | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
  14. | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
  15. | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
  16. | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
  17. | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
  18. | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
  19. | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
  20. | |
  21. \----------------------------------------------------------------------------/
  22.  
  23. Yosys 0.8+608 (git sha1 5939b5d6, gcc 9.1.0 -fPIC -Os)
  24.  
  25.  
  26. yosys> read_ilang minerva.il
  27. 1. Executing ILANG frontend.
  28. Input filename: minerva.il
  29.  
  30. yosys> proc_prune
  31.  
  32. 2. Executing PROC_PRUNE pass (remove redundant assignments in processes).
  33. terminate called after throwing an instance of 'std::length_error'
  34. what(): vector::reserve
  35. zsh: abort (core dumped) yosys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement