- added vld_pipe flush during reset

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@804 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-21 11:35:33 +00:00
parent a799fffaa7
commit 5f29361ee4
+3 -1
View File
@@ -85,7 +85,9 @@ end process;
process(clk)
begin
if rising_edge(clk) then
if rdy = '1' then
if rst = '1' then
vld_pipe <= (others => '0');
elsif rdy = '1' then
vld_pipe <= (others => '0');
if din_vld = '1' then
vld_pipe <= din_be;