blob: 826f7476b0f3ce4ed1a7bf5934e35b2e88014f97 [file] [log] [blame]
//-------------------------------------------
// FPGA Synthesizable Verilog Netlist
// Description: Preprocessing flags to enable/disable features in FPGA Verilog modules
// Author: Xifan TANG
// Organization: University of Utah
// Date: Tue Feb 25 16:37:05 2020
//-------------------------------------------
//----- Time scale -----
`timescale 1ns / 1ps
`define ENABLE_TIMING 1
`define ENABLE_SIGNAL_INITIALIZATION 1
`define ENABLE_FORMAL_VERIFICATION 1
//`define ICARUS_SIMULATOR 1