[HDL] Add preprocessing flags for running functional verification

This commit is contained in:
tangxifan 2020-11-05 11:29:23 -07:00
parent 6b474ce422
commit e952eb951d
1 changed files with 13 additions and 0 deletions

View File

@ -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