- Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@229 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -124,7 +124,7 @@ begin
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
proc_pipe_reg: process(clk, xin, hin, mult_pipe(0))
|
proc_pipe_reg: process(clk, xin, hin, mult_pipe(0))
|
||||||
begin
|
begin
|
||||||
mult_pipe(0) <= resize(xin * hin, mult_pipe(0));
|
mult_pipe(0) <= resize(xin * hin, mult_pipe(0), fixed_wrap, fixed_truncate);
|
||||||
if rising_edge(clk) then
|
if rising_edge(clk) then
|
||||||
if ce = '1' then
|
if ce = '1' then
|
||||||
for i in 1 to mult_latency loop
|
for i in 1 to mult_latency loop
|
||||||
|
|||||||
Reference in New Issue
Block a user