diff options
author | oharboe <oharboe> | 2008-08-26 19:09:30 +0000 |
---|---|---|
committer | oharboe <oharboe> | 2008-08-26 19:09:30 +0000 |
commit | 1de92a77fd154c79d210df2e957ade2a0965243f (patch) | |
tree | 1526052919b9e9eb9f624f4b61ed57a77053649f | |
parent | 6eb73035577dad4c1f212f721bb324c73c8e7935 (diff) | |
download | zpu-1de92a77fd154c79d210df2e957ade2a0965243f.zip zpu-1de92a77fd154c79d210df2e957ade2a0965243f.tar.gz |
fixed comments a bit.
-rw-r--r-- | zpu/hdl/zpu4/core/zpu_core_small.vhd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zpu/hdl/zpu4/core/zpu_core_small.vhd b/zpu/hdl/zpu4/core/zpu_core_small.vhd index 69bbe1a..9946fb3 100644 --- a/zpu/hdl/zpu4/core/zpu_core_small.vhd +++ b/zpu/hdl/zpu4/core/zpu_core_small.vhd @@ -186,8 +186,7 @@ begin - -- not used in this design
-
+ -- mem_writeMask is not used in this design, tie it to 1
mem_writeMask <= (others => '1');
|