Skip to content

Commit

Permalink
Fix handling of undefined version macros
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed May 2, 2024
1 parent 19c3e84 commit 05ea108
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rtl/veerwolf_syscon.v
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ module veerwolf_syscon
`ifndef VERSION_MINOR
`define VERSION_MINOR 255
`endif
`ifndef VERSION_PATCH
`define VERSION_PATCH 255
`endif
`ifndef VERSION_REV
`define VERSION_REV 255
`define VERSION_REV 127
`endif
`ifndef VERSION_SHA
`define VERSION_SHA deadbeef
Expand Down

0 comments on commit 05ea108

Please sign in to comment.