- smaller default depth
git-svn-id: http://moon:8086/svn/vhdl/trunk@1104 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -31,10 +31,10 @@ use work.fifo_ctrl_pkg.all;
|
||||
entity fifo_async is
|
||||
Generic
|
||||
(
|
||||
addr_width : natural := 4;
|
||||
addr_width : natural := 3;
|
||||
data_width : natural := 8;
|
||||
almost_full_thresh : integer := 12;
|
||||
almost_empty_thresh : integer := 4;
|
||||
almost_full_thresh : integer := 6;
|
||||
almost_empty_thresh : integer := 2;
|
||||
allow_full_writes : boolean := false;
|
||||
allow_empty_reads : boolean := false;
|
||||
do_last_read_update : boolean := true
|
||||
|
||||
@@ -31,10 +31,10 @@ use work.fifo_ctrl_pkg.all;
|
||||
entity fifo_sync is
|
||||
Generic
|
||||
(
|
||||
addr_width : natural := 4;
|
||||
addr_width : natural := 3;
|
||||
data_width : natural := 8;
|
||||
almost_full_thresh : integer := 12;
|
||||
almost_empty_thresh : integer := 4;
|
||||
almost_full_thresh : integer := 6;
|
||||
almost_empty_thresh : integer := 2;
|
||||
allow_full_writes : boolean := false;
|
||||
allow_empty_reads : boolean := false;
|
||||
do_last_read_update : boolean := true
|
||||
|
||||
Reference in New Issue
Block a user