- added Tpd to 'dout' for sim

git-svn-id: http://moon:8086/svn/vhdl/trunk@135 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-11-05 09:34:56 +00:00
parent b4392a5c7a
commit a2e01a7966
+1 -1
View File
@@ -341,7 +341,7 @@ cop_register_read:
reg := (others => '-');
end case;
dout <= reg;
dout <= reg after 1 ns;
end if;
end process;