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:
parent
fb3aa2de39
commit
03ba4e7d1c
@ -11,7 +11,8 @@
|
||||
* Author:
|
||||
* Berin Martini (berin.martini@gmail.com)
|
||||
*/
|
||||
`ifndef _axis_ `define _axis_
|
||||
`ifndef _axis_
|
||||
`define _axis_
|
||||
|
||||
|
||||
`include "axis_write.v"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,5 @@
|
||||
`ifndef _axi4lite_cfg_ `define _axi4lite_cfg_
|
||||
`ifndef _axi4lite_cfg_
|
||||
`define _axi4lite_cfg_
|
||||
|
||||
`timescale 1 ns / 1 ps
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user