[HDL] Add disclaimer for the frac_lut4_arith HDL codes
This commit is contained in:
parent
1c4dc9f74b
commit
e683e00032
|
@ -5,6 +5,10 @@
|
||||||
// - mode_bit[0] switch between arithmetic mode and LUT mode
|
// - mode_bit[0] switch between arithmetic mode and LUT mode
|
||||||
// - mode_bit[1] switch between regular LUT mode and fracturable
|
// - mode_bit[1] switch between regular LUT mode and fracturable
|
||||||
// mode
|
// mode
|
||||||
|
// Note : The HDL is a technology mapped netlist based on the Skywater
|
||||||
|
// 130nm High-Density cell library.
|
||||||
|
// TODO: Create a behavioral HDL version so that we are portable
|
||||||
|
// between PDKs
|
||||||
// Coder : Xifan TANG
|
// Coder : Xifan TANG
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
module frac_lut4_arith (
|
module frac_lut4_arith (
|
||||||
|
|
Loading…
Reference in New Issue