I
ilteris
Guest
Hi all,
I have a c17, combinational circuit in verilog format. I will like to
use Synopsys's Prime Time to find the critical paths. First, I am
setting the path with "set link_path {*
/usr/local/synopsys/syn/libraries/syn/class.db}", then I read in the
verilog file. Afterwards, I am linking the design. At this point, I
need to use a constraint file. It is a simple one, but I don't know it.
I really appreciate any help.
Here is the verilog format:
module c17 (x,y,A,B,C,D,E);
input A,B,C,D,E;
output x,y;
wire w1,w2,w3,w4
nand g1(w1,A,B);
nand g2(w2,B,C);
nand g3(w3,D,w2);
nand g4(w4,w2,E);
nand g5(x,w1,w3);
nand g6(y,w3,w4);
endmodule
If I can pass this step, I will be using report_timing command.
If anybody can answer this question, and live in Dallas area, I am
willing to pay him for the big thing that I am after.
My e-mail address is iderici@smu.edu
I have a c17, combinational circuit in verilog format. I will like to
use Synopsys's Prime Time to find the critical paths. First, I am
setting the path with "set link_path {*
/usr/local/synopsys/syn/libraries/syn/class.db}", then I read in the
verilog file. Afterwards, I am linking the design. At this point, I
need to use a constraint file. It is a simple one, but I don't know it.
I really appreciate any help.
Here is the verilog format:
module c17 (x,y,A,B,C,D,E);
input A,B,C,D,E;
output x,y;
wire w1,w2,w3,w4
nand g1(w1,A,B);
nand g2(w2,B,C);
nand g3(w3,D,w2);
nand g4(w4,w2,E);
nand g5(x,w1,w3);
nand g6(y,w3,w4);
endmodule
If I can pass this step, I will be using report_timing command.
If anybody can answer this question, and live in Dallas area, I am
willing to pay him for the big thing that I am after.
My e-mail address is iderici@smu.edu