Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # ** Error: I:/programming/EDK/project_4/pcores/instruction_side_v1_00_a/hdl/verilog/StallUnit.v(6): (vlog-2163) Macro `MAX_STALL_CYCLES_LOG is undefined.
  2.  
  3. `ifndef macros_vh
  4. // NOTE: for Verilog 1995 `ifndef is not supported use `ifdef macros_vh `else
  5. `define macros_vh
  6. /**************
  7. * your macros *
  8. * `define ... *
  9. ***************/
  10. `endif
  11.  
  12. `include "macro.vh"
  13. /*************
  14. * your code *
  15. *************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement