Commentary: Cleanup all include/* header comments.

This commit is contained in:
Wilson Snyder
2021-03-20 17:46:00 -04:00
parent 93eabb83b2
commit a1ab295b74
30 changed files with 233 additions and 137 deletions
+7 -2
View File
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//=============================================================================
//
// THIS MODULE IS PUBLICLY LICENSED
// Code available from: https://verilator.org
//
// Copyright 2001-2021 by Wilson Snyder. This program is free software; you
// can redistribute it and/or modify it under the terms of either the GNU
@@ -12,7 +12,12 @@
//=============================================================================
///
/// \file
/// \brief C++ Tracing in VCD Format
/// \brief Verilated save/restore implementation code
///
/// This file must be compiled and linked against all Verilated objects
/// that use --savable.
///
/// Use "verilator --savable" to add this to the Makefile for the linker.
///
//=============================================================================