This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
iverilog
mirror of
https://github.com/steveicarus/iverilog.git
Watch
1
Star
0
Fork
You've already forked iverilog
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e4dfa6732
iverilog
/
version.h
5 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
V0.8: Mostly back port the version checking code from development. This is a back port from development of the code to put and check that the vvp input file is the right version. It also adds the -V flag to vvp. It does not add the VERSION_TAG information so will only produce the single string ivl_version tag. The runtime will read both forms since if it is feed a V0.9 file we want it to complain nicely (no syntax error). To change the displayed version for the various programs and checks change version.h.
2008-12-06 01:32:51 +01:00
/*
*
Set
the
version
information
here
.
*/
Prepare for 0.8.7 release.
2008-12-09 18:47:42 +01:00
#
define VERSION "0.8.7"