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