Advertisement
AlaaSalman

Untitled

Aug 2nd, 2019
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VHDL 0.22 KB | None | 0 0
  1. entity nearestPoint is
  2. generic ( ARRAY_WIDTH : integer := 8);
  3.     port (
  4.         clk: in std_logic;
  5.         reset: in std_logic;
  6.         inpoint: in kdvector;
  7.         valid: in std_logic;
  8.         finished: buffer std_logic
  9.         );
  10.  
  11. end nearestPoint;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement