ethernet/rtl/common.vh

13 lines
208 B
Plaintext
Raw Normal View History

2022-05-15 21:52:26 -05:00
// SPDX-License-Identifier: AGPL-3.0-Only
/*
* Copyright (C) 2022 Sean Anderson <seanga2@gmail.com>
*/
`ifndef COMMON_VH
`define COMMON_VH
`default_nettype none
`timescale 1ns/1ns
2022-05-15 21:52:26 -05:00
`endif /* COMMON_VH */