mirror of https://github.com/lnis-uofu/SOFA.git
11 lines
308 B
Verilog
11 lines
308 B
Verilog
//-------------------------------------------
|
|
// FPGA Synthesizable Verilog Netlist
|
|
// Description: Multiplexer primitives
|
|
// Author: Xifan TANG
|
|
// Organization: University of Utah
|
|
// Date: Sun Feb 19 10:53:27 2023
|
|
//-------------------------------------------
|
|
//----- Time scale -----
|
|
`timescale 1ns / 1ps
|
|
|