Skip to content

Commit

Permalink
Placate Cavium lawyers. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hunter committed Sep 2, 2016
1 parent f5fc28b commit 3b3a9c4
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion design_patterns/agent.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: agent.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __AGENT_SV__
Expand Down
2 changes: 1 addition & 1 deletion design_patterns/base_test.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: base_test.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __BASE_TEST_SV__
Expand Down
2 changes: 1 addition & 1 deletion design_patterns/cfg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: cfg.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CFG_SV__
Expand Down
2 changes: 1 addition & 1 deletion design_patterns/drv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: drv.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __DRV_SV__
Expand Down
2 changes: 1 addition & 1 deletion design_patterns/mon.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: mon.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/hawk_tb_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: hawk_tb_top.sv
// Author: bhunter
/* About: Hawkins interface testbench.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

import uvm_pkg::*;
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/bad_crc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: bad_crc.sv
// Author: bhunter
/* About: Enable Bad CRC generation.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __BAD_CRC_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/base_test.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: base_test.sv
// Author: bhunter
/* About: Base test for hawkins testbench.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __BASE_TEST_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/basic.sv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
on both the RX and TX agent. This is done here to show that
numerous sequences can be started independently on a chaining
sequencer.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __BASIC_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/link_level.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: link_level.sv
// Author: bhunter
/* About: Run without the PHY level enabled.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __LINK_LEVEL_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/nak.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: nak.sv
// Author: bhunter
/* About: Enable NAKs.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __NAK_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/passive.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: passive.sv
// Author: bhunter
/* About: Adds a passive agent to the environment.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __PASSIVE_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/hawk/tests/trans_level.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: trans_level.sv
// Author: bhunter
/* About: Run test with neither the PHY nor the LINK level sequences populated.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __TRANS_LEVEL_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_clk_drv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: cmn_clk_drv.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_CLK_DRV_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_clk_intf.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: cmn_clk_intf.sv
// Author: bhunter
/* About: Common Clock Interface
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_macros.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: cmn_macros.sv
// Author: bhunter
/* About: Common Macros
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_MACROS_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_msgs.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 1.Messaging Macros.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_objection.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: cmn_objection.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

// class: objection_c
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: cmn_pkg.sv
// Author: bhunter
/* About: Common package
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`include "uvm_macros.svh"
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_report_server.sv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
on both the RX and TX agent. This is done here to show that
numerous sequences can be started independently on a chaining
sequencer.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_REPORT_SERVER_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_report_server_1_1.sv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
on both the RX and TX agent. This is done here to show that
numerous sequences can be started independently on a chaining
sequencer.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_report_server_1_2.sv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on both the RX and TX agent. This is done here to show that
numerous sequences can be started independently on a chaining
sequencer.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_REPORT_SERVER_1_2_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_rst_drv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: cmn_rst_drv.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_RST_DRV_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_rst_intf.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: cmn_rst_intf.sv
// Author: bhunter
/* About: Common Reset Interface
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/cmn/cmn_uid.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: cmn_uid.sv
// Author: bhunter
/* About: Unique Identifiers
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __CMN_UID_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/global/global_env.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: global_env.sv
// Author: bhunter
/* About: Common package
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/global/global_heartbeat_mon.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// File: global_heartbeat_mon.sv
// Author: bhunter
/* About: Global Heartbeat Monitor
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __GLOBAL_HEARTBEAT_MON_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/global/global_macros.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: global_macros.sv
// Author: bhunter
/* About: Global Macros
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __GLOBAL_MACROS_SV__
Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/global/global_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: global_pkg.sv
// Author: bhunter
/* About: Global Package
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/


Expand Down
2 changes: 1 addition & 1 deletion hawkins/verif/vkits/global/global_watchdog.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: global_watchdog.sv
// Author: bhunter
/* About: Kills runaway simulations.
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __GLOBAL_WATCHDOG_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/1.intf_macros.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 1.intf_macros.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __1_INTF_MACROS_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/11.uid.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 11.uid.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __11_UID_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/2.clk_drv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 2.clk_drv.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __2_CLK_DRV_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/22.streaming_comparator.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 22.streaming_comparator.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __22_STREAMING_COMPARATOR_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/3.rst_drv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 3.rst_drv.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __3_RST_DRV_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/5.watchdog.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 5.watchdog.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __5_WATCHDOG_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/6.objection.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 6.objection.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __6_OBJECTION_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/7.heartbeat_macros.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 7.heartbeat_macros.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __7_HEARTBEAT_MACROS_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/7.heartbeat_mon.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 7.heartbeat_mon.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __7_HEARTBEAT_MON_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/8.messaging_macros.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 8.messaging_macros.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __8_MESSAGING_MACROS_SV__
Expand Down
2 changes: 1 addition & 1 deletion recipes/9.topology_printing.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File: 9.topology_printing.sv
// Author: bhunter
/* About:
Copyright (C) 2015-2016 Brian P. Hunter, Cavium
Copyright (C) 2015-2016 Cavium, Inc. All rights reserved.
*************************************************************************/

`ifndef __9_TOPOLOGY_PRINTING_SV__
Expand Down

0 comments on commit 3b3a9c4

Please sign in to comment.