1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-26 04:08:45 +00:00

Add SPDX license headers to all RTL files

This commit is contained in:
Olof Kindgren
2025-07-29 10:29:49 +02:00
parent c45b427929
commit 5f0005f0f3
17 changed files with 102 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
/*
* serv_ctrl.v : SERV module for updating program counter
*
* SPDX-FileCopyrightText: 2018 Olof Kindgren <olof@award-winning.me>
* SPDX-License-Identifier: ISC
*/
`default_nettype none
module serv_ctrl
#(parameter RESET_STRATEGY = "MINI",