File size: 189 Bytes
cb69dfe | 1 2 3 4 5 6 7 8 9 10 11 12 | read_verilog person_classifier_1p.v
hierarchy -top person_classifier_1p
proc
opt
flatten
opt_clean
synth -top person_classifier_1p
abc -g AND,XOR
opt_clean
stat
write_verilog synthesized.v
|
cb69dfe | 1 2 3 4 5 6 7 8 9 10 11 12 | read_verilog person_classifier_1p.v
hierarchy -top person_classifier_1p
proc
opt
flatten
opt_clean
synth -top person_classifier_1p
abc -g AND,XOR
opt_clean
stat
write_verilog synthesized.v
|