mirror of https://github.com/lnis-uofu/SOFA.git
13 lines
381 B
Verilog
13 lines
381 B
Verilog
//-------------------------------------------
|
|
// FPGA Synthesizable Verilog Netlist
|
|
// Description: Preprocessing flags to enable/disable features in FPGA Verilog modules
|
|
// Author: Xifan TANG
|
|
// Organization: University of Utah
|
|
// Date: Sun Feb 19 10:53:27 2023
|
|
//-------------------------------------------
|
|
//----- Time scale -----
|
|
`timescale 1ns / 1ps
|
|
|
|
`define ENABLE_TIMING 1
|
|
|