[BB-FIFO]
- even nicer git-svn-id: http://moon:8086/svn/vhdl/trunk@1348 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
+1
-3
@@ -87,9 +87,7 @@ gen_bb:
|
||||
process (clk)
|
||||
begin
|
||||
if rising_edge(clk) then
|
||||
if rst = '1' then
|
||||
bucket_array(i) <= (others => '0');
|
||||
elsif ce(i) = '1' then
|
||||
if ce(i) = '1' then
|
||||
bucket_array(i) <= bucket_array(i-1);
|
||||
end if;
|
||||
end if;
|
||||
|
||||
Reference in New Issue
Block a user