mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Add preprocessing flags for running functional verification
This commit is contained in:
parent
6b474ce422
commit
e952eb951d
|
@ -0,0 +1,13 @@
|
||||||
|
//-------------------------------------------
|
||||||
|
// FPGA Synthesizable Verilog Netlist
|
||||||
|
// Description: Preprocessing flags to enable/disable features in FPGA Verilog modules
|
||||||
|
// Author: Xifan TANG
|
||||||
|
// Organization: University of Utah
|
||||||
|
// Date: Thu Nov 5 10:40:44 2020
|
||||||
|
//-------------------------------------------
|
||||||
|
//----- Time scale -----
|
||||||
|
`timescale 1ns / 1ps
|
||||||
|
|
||||||
|
`define UNIT_DELAY #0.01
|
||||||
|
|
||||||
|
`define FUNCTIONAL 1
|
Loading…
Reference in New Issue