Guest User

Untitled

a guest
Jan 16th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {
  2. "files": [
  3. {
  4. "file_type": "verilogSource",
  5. "is_include_file": false,
  6. "logical_name": "",
  7. "name": "../src/fusesoc_utils_blinky_0/blinky.v"
  8. },
  9. {
  10. "file_type": "cppSource",
  11. "is_include_file": false,
  12. "logical_name": "",
  13. "name": "../src/fusesoc_utils_blinky_0/bench/blinky_tb.cpp"
  14. },
  15. {
  16. "file_type": "user",
  17. "is_include_file": false,
  18. "logical_name": "",
  19. "name": "../src/fusesoc_utils_blinky_0/bench/testb.h"
  20. }
  21. ],
  22. "hooks": {},
  23. "name": "fusesoc_utils_blinky_0",
  24. "parameters": {
  25. "clk_freq_hz": {
  26. "datatype": "int",
  27. "default": 10000,
  28. "description": "Clock frequency in Hz",
  29. "paramtype": "vlogparam"
  30. },
  31. "vcd": {
  32. "datatype": "bool",
  33. "paramtype": "plusarg"
  34. }
  35. },
  36. "tool_options": {
  37. "verilator": {
  38. "verilator_options": [
  39. "--trace"
  40. ]
  41. }
  42. },
  43. "toplevel": "blinky",
  44. "version": "0.2.0",
  45. "vpi": []
  46. }
Add Comment
Please, Sign In to add comment