1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00

Spread include macro fence over two lines

This was to allow for simulation with ModelSim.
This commit is contained in:
Berin Martini 2018-07-21 14:41:01 -07:00
parent fb3aa2de39
commit 03ba4e7d1c
8 changed files with 16 additions and 8 deletions

View File

@ -11,7 +11,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_ `define _axis_
`ifndef _axis_
`define _axis_
`include "axis_write.v"

View File

@ -14,7 +14,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_addr_ `define _axis_addr_
`ifndef _axis_addr_
`define _axis_addr_
`include "fifo_simple.v"

View File

@ -15,7 +15,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_read_ `define _axis_read_
`ifndef _axis_read_
`define _axis_read_
`include "axis_addr.v"

View File

@ -14,7 +14,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_read_data_ `define _axis_read_data_
`ifndef _axis_read_data_
`define _axis_read_data_
`include "fifo_simple.v"

View File

@ -15,7 +15,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_write_ `define _axis_write_
`ifndef _axis_write_
`define _axis_write_
`include "axis_addr.v"

View File

@ -14,7 +14,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _axis_write_data_ `define _axis_write_data_
`ifndef _axis_write_data_
`define _axis_write_data_
`include "fifo_simple.v"

View File

@ -1,4 +1,5 @@
`ifndef _axi4lite_cfg_ `define _axi4lite_cfg_
`ifndef _axi4lite_cfg_
`define _axi4lite_cfg_
`timescale 1 ns / 1 ps

View File

@ -14,7 +14,8 @@
* Author:
* Berin Martini (berin.martini@gmail.com)
*/
`ifndef _fifo_simple_ `define _fifo_simple_
`ifndef _fifo_simple_
`define _fifo_simple_
module fifo_simple