* Reorganize comments at top of wrappers for sin/cos generator.
This commit is contained in:
parent
8796491f37
commit
5892955445
|
@ -1,5 +1,11 @@
|
|||
--
|
||||
-- Sine / cosine function core
|
||||
-- Wrapper for sine / cosine function core
|
||||
--
|
||||
-- Copyright 2016 Joris van Rantwijk
|
||||
--
|
||||
-- This design is free software; you can redistribute it and/or
|
||||
-- modify it under the terms of the GNU Lesser General Public
|
||||
-- License as published by the Free Software Foundation; either
|
||||
--
|
||||
-- Phase input:
|
||||
-- unsigned 20 bits (2**20 steps for a full circle)
|
||||
|
@ -10,13 +16,6 @@
|
|||
-- Latency:
|
||||
-- 6 clock cycles
|
||||
--
|
||||
-- Copyright 2016 Joris van Rantwijk
|
||||
--
|
||||
-- This design is free software; you can redistribute it and/or
|
||||
-- modify it under the terms of the GNU Lesser General Public
|
||||
-- License as published by the Free Software Foundation; either
|
||||
-- version 2.1 of the License, or (at your option) any later version.
|
||||
--
|
||||
|
||||
library ieee;
|
||||
use ieee.std_logic_1164.all;
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
--
|
||||
-- Sine / cosine function core
|
||||
-- Wrapper for sine / cosine function core
|
||||
--
|
||||
-- Copyright 2016 Joris van Rantwijk
|
||||
--
|
||||
-- This design is free software; you can redistribute it and/or
|
||||
-- modify it under the terms of the GNU Lesser General Public
|
||||
-- License as published by the Free Software Foundation; either
|
||||
-- version 2.1 of the License, or (at your option) any later version.
|
||||
--
|
||||
--
|
||||
-- Phase input:
|
||||
-- unsigned 26 bits (2**26 steps for a full circle)
|
||||
|
@ -10,13 +18,6 @@
|
|||
-- Latency:
|
||||
-- 9 clock cycles
|
||||
--
|
||||
-- Copyright 2016 Joris van Rantwijk
|
||||
--
|
||||
-- This design is free software; you can redistribute it and/or
|
||||
-- modify it under the terms of the GNU Lesser General Public
|
||||
-- License as published by the Free Software Foundation; either
|
||||
-- version 2.1 of the License, or (at your option) any later version.
|
||||
--
|
||||
|
||||
library ieee;
|
||||
use ieee.std_logic_1164.all;
|
||||
|
|
Loading…
Reference in New Issue