B
bir
Guest
Hi
How does Synopsys synthesis tool treat integar data type.
integer i;
always @(negedge ntrst or posedge clk)
begin
if (!ntrst)
begin
for (i=0 ; i< BUFFER_WIDTH ; i=i+1)
buffer <= 32'd0;
...................
...................
In my design I am getting some extra flops and I have no idea where
they are located as synopsys doesn't explicitly say anything about it,
only it shows in my "Total Flip Flop Count".
Thanks
Bir
How does Synopsys synthesis tool treat integar data type.
integer i;
always @(negedge ntrst or posedge clk)
begin
if (!ntrst)
begin
for (i=0 ; i< BUFFER_WIDTH ; i=i+1)
buffer <= 32'd0;
...................
...................
In my design I am getting some extra flops and I have no idea where
they are located as synopsys doesn't explicitly say anything about it,
only it shows in my "Total Flip Flop Count".
Thanks
Bir